Earlier 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)
Anthropic acquires Stainless
321–330 of 411 posts
Re: Anthropic acquires Stainless
#322Anthropic is at a place where they need the world's best software engineers, and they're willing to comp at insane levels to get them. However: You simply cannot post a Linkedin job for "Really Good Software Engineer, comp $10M+" and make any sense of the inbound applications you'll get. They're not the first to figure this out, and they won't be the last: Successfully building a company, and using that company's pro…
Re: Anthropic acquires Stainless
#323Earlier quoted context omitted.
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.
As a mostly non-programmer it got me a lot done. 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…
Re: Anthropic acquires Stainless
#324Earlier quoted context omitted.
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.
> giving Claude to a bad programmer gives bad results. On average, the output is still better than what a bad programmer would produce.
Re: Anthropic acquires Stainless
#325Earlier quoted context omitted.
The only people "relying" on this are other startups whose VC benefactors force them to use other products under their portfolio in order to goose up their numbers.
that makes so much sense. I always wondered how the fuck did all those ZIRP era "hello world as a service" bullshit startups have any customers at all.
In addition to the previously mentioned collusion, a lot of the time reported users/customers are literally just fake.
See for example Sam Altman's Loopt scam.
Re: Anthropic acquires Stainless
#326Earlier quoted context omitted.
No, the generator itself is being made source-available for previous customers
Huh! I see stlc option is added now mentioning "eligible customers", which is great news. I'm curious if we would also get GitHub action?
Re: Anthropic acquires Stainless
#327Convince your boss to buy my product. I sell it for 10 million dollars only. Your boss will be very happy. Make no mistakes please.
Re: Anthropic acquires Stainless
#328Earlier quoted context omitted.
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.
> giving Claude to a bad programmer gives bad results. On average, the output is still better than what a bad programmer would produce.
Re: Anthropic acquires Stainless
#329Earlier quoted context omitted.
I can't even figure out what Stainless does (did)
Nothing (AI slop to create an unnecessary product, funded by A16Z).
We might have our opinions on AI and slop, but in the end of the day this was a business play and it worked out for the players. Separate that from the actual product and u can respect they did really well for themselves.
Re: Anthropic acquires Stainless
#330Earlier 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)
Going further into it: the expected user experience for your team is that you create a PR in your own API repo, a GitHub action triggers builds for everything and gives you a summary via PR comments where you can directly see diagnostic feedback, see the exact diff for each SDKs, provide the commit message for your end users. Once your PR is merged we push changes to all your SDK/docs repos and prepare a release PR ready for your team to review and merge. You merge it, everything gets released to your end users.
Now what we build goes way further than that: we have a web platform where you can live edit your Stainless config file and preview your SDKs, a fairly complex diagnostic system, a really cool system that allows you to add your own custom code on top of any generated SDK directly via git — the whole repo is something you can modify to your wishes, we keep track of your custom changes and always reapply on top of the latest codegen output. And a lot of other features (I’m biased because I designed and implemented the public version but I personally really like our spec transforms, they let you apply changes to your spec file downstream, just by modifying your stainless config file).
Does that make sense?