RSS Amplifier

Blog

Goto Code

Mislav Stipetic's engineering and personal space on the internet. Mislav Stipetic is a freelance software engineer focusing on developing bespoke AI applications.

goto-code.comRSS feed ↗7 posts

Latest posts

Don't sleep on MCP

It’s not just an upgrade to tool calls. Why Anthropic’s Model Context Protocol is a glimpse into the future of LLM-centric software.

Now

Between projects Working on personal projects and open to new projects

Model your interactions, not your messages

Go beyond storing `role:content` pairs and model your whole set of interactions when building LLM powered applications

Now

Developing new goto-code website Familiarizing myself with the ghost platform and mapping out the site content

Enjoying a break

Enjoying a break Currently taking a break between projects, focusing on writing and developing personal projects.

Why Elixir/OTP doesn't need an Agent framework: Part 2

In  part one  of this series we've been working through the patterns the excellent article  "Building effective AI agents"  by Anthropic. In this post, we'll continue implementing those patterns, and as before, the main thing I'd like to

Why Elixir/OTP doesn't need an Agent framework: Part 1

Why the OTP library gives us all the building blocks we need to implement a LangChain-style behavior