
Open Source Toolkit for Building AI Agents in 2026
It used to take a lot of effort to get your first PR merged in open source. Now you can ship...

Author profile
Just a tech guy who loves writing about technical stuff (1.5M+ reads) Open Source developer
Browse the latest writing surfaced through DevArt.

It used to take a lot of effort to get your first PR merged in open source. Now you can ship...

I have been working on a side project for the past few weeks and finally got it polished enough to...

Someone reverse-engineered Claude's Generative UI and rebuilt it for a macOS terminal agent. Native...

TL;DR Our CI was flaky, our tests hit live APIs, and every run burned tokens unnecessarily. So the...

Navigating a large codebase for the first time is painful. You clone the repo, realize there are 300...

The Agent-User Interaction Protocol (AG-UI) standardizes how AI agents communicate with user...

Most AI integrations are overengineered. Even basic tutorials on adding an AI assistant get mixed...

Agent frameworks have become increasingly capable at reasoning, orchestration and tool execution. But...

LangChain's Deep Agents provide a new way to build structured, multi-agent systems that can plan,...

AI research assistants are getting smarter, but turning that reasoning into something usable is still...

AI agents have become much better at reasoning and planning. The UI layer has mostly stayed the same,...

Agent frameworks have become very good at calling tools and returning structured data. The gap...

LangChain recently introduced Deep Agents: a new way to build structured, multi-agent systems that...

Over the past year, I have used ChatGPT for everything from drafting emails to debugging code and...

Over the past few weeks, I have been building a Google Forms alternative but with a huge...

I have been working on agents for a while now and while itโs exciting, there are definitely parts...

Nobody wants to build things from scratch. Thatโs why APIs exist. So I took the time to find 11...

AI agents are getting close to real world applications, but most developers still find it complex to...

Working with documents can get messy. You have PDFs, scanned files, forms and all kinds of...

Extracting structured data from unstructured documents (like PDFs and images) can get tricky...

MCP adoption is picking up quickly, so I have been digging into the implementations, especially...

Most AI Agents used to break the moment you tried plugging them into a real app. The issue was the...

LLMs are becoming the backbone of modern dev tools and AI agents. It can already generate code. But...

I have been experimenting with AI agents for a while now but this time, I wanted to build a Voice AI...

The Model Context Protocol has faced significant criticism in the past due to its security...

Most people today use more than one AI assistant such as ChatGPT, Claude, Perplexity. But none of...

MCP agents can now talk to real apps and actually get stuff done. However, building an MCP agent can...

AI is changing very fast and Large Language Models (LLMs) have made things a lot easier. Yet, they...

AI Agents have unlocked powerful use cases, so developers are automating complex workflows. But...

AI agents are finally stepping beyond chat. They are solving multi-step problems, coordinating...