I had never heard of Stainless, but it is deeply concerning that Anthropic are able to use monopoly money to kill software at their whim. First Bun, and now this. It's one thing for a corporation to do it with their own money, because at some point the board will ask them why they're wasting money. But Anthropic isn't even profitable. They're doing this with billions of dollars of borrowed money. Same thing with Open…
Anthropic acquires Stainless
271–280 of 411 posts
Re: Anthropic acquires Stainless
#272It had never occurred to me to go like, "I'm going to make an open source product for LLM". How is something like built from scratch from an idea? And what is the idea?
For example, it is fairly straight foreword to build a dash board of something with React as front end + backend API. This will be a typical web app.
But stainless is something different, from my limited knowledge in this space, its appears to be SDK, something like OpenAI SDK that reduces boilerplate code to interact with LLM providers by providing list of tools (MCP), temperature, context memory and bunch of other parameters...
Re: Anthropic acquires Stainless
#273Earlier quoted context omitted.
Why do they need the best software engineers? I thought their product was supposed to replace such roles. Yet look at the positions they’re hiring for in marketing, finance etc.: https://www.anthropic.com/careers/jobs Why aren’t they dogfooding their own products to replace such roles?
I've seen this at work. Giving Claude Code to a mediocre programmer gets you mediocre results. The really effective engineers with coding agent can accomplish a lot. Thousand monkeys...
Re: Anthropic acquires Stainless
#274Earlier quoted context omitted.
> ... and their team is joining Anthropic to build, who knows, some dumb integration to make Hubspot data available in Claude, or something equally as boring. Fun fact, I named it "Stainless" after Stainless Steel pipes, likening ourselves to a high-end plumbing supply shop. If you look at the earliest versions of stainlessapi.com on archive.org, you'll see our original motto was "Quality fittings for your REST API".…
I can't even figure out what Stainless does (did)
Re: Anthropic acquires Stainless
#275Earlier quoted context omitted.
The top trading firms had top-end recruiting figured out for ages, without jumping through all these hoops. There are plenty of other reasons to acqui-hire, but it is not the only or even the most effective way to hire the strongest engineers
Trading firms are surely not hiring for the broad founder-like skill set Anthropic is. Trading firms want narrow extreme technical brilliance.
Successful founder is deeply filtering for very uncommon skills. Effectiveness, grit, decision making, independence, technical plus sales ability.
University is a shit filter in comparison.
The current word is "taste" but even that is way too narrow. Intelligence is close, although usually too academic (hence the VC uni dropout theme).
The other big problem with a independent capable people is that they rarely apply for jobs.
Re: Anthropic acquires Stainless
#276Earlier quoted context omitted.
Why do they need the best software engineers? I thought their product was supposed to replace such roles. Yet look at the positions they’re hiring for in marketing, finance etc.: https://www.anthropic.com/careers/jobs Why aren’t they dogfooding their own products to replace such roles?
AI can let you downsize the number of employees that you have and maintain the status quo or it can let you maintain the number of employees, reduce technical debt, improve products, and services.
Re: Anthropic acquires Stainless
#277Earlier quoted context omitted.
Why do they need the best software engineers? I thought their product was supposed to replace such roles. Yet look at the positions they’re hiring for in marketing, finance etc.: https://www.anthropic.com/careers/jobs Why aren’t they dogfooding their own products to replace such roles?
>Why do they need the best software engineers? I thought their product was supposed to replace such roles. Who claimed that? Their customers will be happy if their product replaces all the junior positions and midwit developers off the payroll. then that's already a huge saving to any company's bottom line. Even if it doesn't directly replace workers, reducing the bargaining power of those spoiled SW devs and not hav…
Possibly not if they are paying the full cost of inference
Re: Anthropic acquires Stainless
#278Earlier quoted context omitted.
Why do they need the best software engineers? I thought their product was supposed to replace such roles. Yet look at the positions they’re hiring for in marketing, finance etc.: https://www.anthropic.com/careers/jobs Why aren’t they dogfooding their own products to replace such roles?
>Why do they need the best software engineers? I thought their product was supposed to replace such roles. Who claimed that? Their customers will be happy if their product replaces all the junior positions and midwit developers off the payroll. then that's already a huge saving to any company's bottom line. Even if it doesn't directly replace workers, reducing the bargaining power of those spoiled SW devs and not hav…
Dario Amodei
Re: Anthropic acquires Stainless
#279Earlier quoted context omitted.
Where did they acknowledge publicly mythos was fear mongered? Grok returned no evidence.
Maybe you should ask Grok to explain what GP said
If you or anyone had any evidence to support GP’s claim I’d love a reference to it.
Re: Anthropic acquires Stainless
#280Earlier quoted context omitted.
I've seen this at work. Giving Claude Code to a mediocre programmer gets you mediocre results. The really effective engineers with coding agent can accomplish a lot. Thousand monkeys...
I've also seen this. But I'll extend it to saying that giving Claude to a bad programmer gives bad results. And seeing how people use it: good programmers review output and iterate to get better output. But bad programmers simply trust the output is good: they have no ability to review it themselves and often don't try.
With about 5-10h over the weekend using free tier Claude and ChatGPT I managed to put together a scraper for a particular thing on a website I’m interested, grab the item images, do an initial pass with local OCR, if it hit some keywords, run openCV to crop for better OCR and dump the hits for further investigation.
Nothing particularly advanced but it would have taken me a horrendous amount of time without it to be half as good, like it did when I built a similar scraper 10 years ago.
Neither were very good code quality i’m sure.