Earlier 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...
Anthropic acquires Stainless
341–350 of 411 posts
Re: Anthropic acquires Stainless
#342Just want to take this moment to say thank you to all the customers I had the opportunity to interact with during my time at Stainless as I expect lots of them are likely to be active in this thread. It has been an honor to work with you all and none of what happened over the past 4 years would have been possible without your trust and support
Have you considered open sourcing the SDK generator as part of the shutdown of stainless services?
If you want to know more details regarding stlc you can reach out to transition@stainless.com
Re: Anthropic acquires Stainless
#343Earlier quoted context omitted.
There is a reason the EU has massive brain drain towards the US. This comes with the territory of being super unfriendly to corporations and high earners. It has its benefits too of course. Free healthcare, safety net, public transit, well maintained cities, happier median person. While the EU does a good job optimizing life for the median person, it is a nightmare for the exceptional. It should find a way to fix thi…
There's this myth that only the absolute best, the crème de la crème of European engineers will emigrate to the US to work in tech there. That is simply not true. There are tens of thousands of extremely competent engineers here that either won't, or can't leave for the US, not even if offered 10x their current salary. And to be frank, that's not only Europe. The challenge with Europe is not talent, but funding - and…
Re: Anthropic acquires Stainless
#344As a Stainless customer, this is frustrating! I get that most of our new customers will use AI to generate client libs. But our existing customer base depends on our Stainless generated client libs. These OpenAPI schema > client lib providers had a bit of lockin since the client libs are all slightly different. Migration's unfortunately not as easy as just switching to Speakeasy or Openapi generator w/o breaking exis…
Though I understand the frustration, sorry for this. If you end up looking for a competitor I would recommend fern over speakeasy, their offering is way better in my opinion (I’ve personally always seen fern as Stainless only real competition, I have lots of respect for what they’ve built)
Re: Anthropic acquires Stainless
#345Re: Anthropic acquires Stainless
#346Earlier quoted context omitted.
I can't even figure out what Stainless does (did)
It turned API specs into ssoftware devolopment kits and model context servers. Basically connecting existing tools to AI agents so they can actually use them. They might be a big part of the reason why claude code can edit notion docs for you pretty easily
Re: Anthropic acquires Stainless
#347Reading what Stainless is/was - why was this a company and not an open source project?
But Fern is a (great) Stainless competitor that went the open source way, so that could have been an option, at least for parts of it: https://buildwithfern.com/.
There is more context but I don’t think it’s my story to tell
Re: Anthropic acquires Stainless
#348Earlier quoted context omitted.
> I did use the word "software engineer" there The reason why I avoided this term is that in Germany, there exists a quite strict of whatx an engineer (Ingenieur) is, which is defined in the laws of many federal states (Ingenieurgesetz [engineering law]). "Ingenieur" (engineer) is a protected professional title: > https://de.wikipedia.org/w/index.php?title=Ingenieur&oldid=2... (*) Falsely claiming that you are an Ing…
Wait, does that mean that if I self describe as a software engineer on LinkedIn and get an offer by Germans id be breaking the law by accepting? If so, is this ever enforced?
That being said, in Germany there is no official degree named Diplom-Ingenieur Softwareentwicklung, it is always Diplom-Informatiker. Also, the Expression “Softwareingenieur” is not used, the straightforward translation of software engineer would be either Informatiker (emphasizing the degree) or Softwareentwickler (emphasizing the skill).
This is no legal advice: As far as I know, the regulation is strictly about German titles, so putting “software engineer” in your LinkedIn CV is out of scope of this law.
Re: Anthropic acquires Stainless
#349Earlier quoted context omitted.
I can't even figure out what Stainless does (did)
In short: we take your OpenAPI spec file and generate idiomatic, best in class SDKs in various languages, a highly customizable docs product (for your API and SDKs, with neat specific examples ready to be copy pasted), MCP servers, CLI clients, terraform providers. 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 everyt…
Re: Anthropic acquires Stainless
#350Earlier quoted context omitted.
I'm not who you asked, but my workflow is the same it always was, just that one tool in the process is an LLM. That's it. If I find a task to be annoying and repetetive, I use an LLM to do it, then validate it. The quality of my work only improves, and so does the speed, and I don't lose my skill over time.
I am exploring ways to document the design for the agent to read and update. What makes it difficult is the lack of structure. Spec writing is not my core skill. Schemas and APIs are easier, there are declarative ways to document them. Runtime concepts and workflows have less structure and writing prose seems so unstructured for my taste. Formal languages are too rigid. But I could not find a better way.
Once I got the manpages ready and the way I wanted, I just stored those in an empty project folder and told the agent to implement as specified in a language of my choosing.
Maybe for other development scenarios like GUI there is some "native" way to spec the project in a common format like this.