logoalt Hacker News

mattfrommarstoday at 1:48 AM0 repliesview on HN

Incredible and congrats. I'm doing a bit retro that during the boom of AI and LLM, I was busy doing my day job in Java CRUD and figuring things out about micro services.

It 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...