Tag
Agents
8 articles tagged with Agents.
-
What is Loop Engineering
Everyone is quoting "design loops that prompt your agents" and few can say what a loop actually is. Here's the plain version, plus the part the hype skips: the loop is the easy bit. What's hard is that it makes your understanding optional, and nothing in it tells you when you've stopped understanding what ships.
-
Kitsune: a local-first agent runtime
I built a managed-agent runtime that runs entirely on one laptop. In this post I show you how you can set it up.
-
Build Your Own Agent Harness
What an agent harness is, how you build one, and why it is where the work now lives. I start from a bare loop, break it on real tasks, and walk the five places every harness ends up reaching for.
-
Agent Experience (AX) and the Agent Experience Interface (AXI): a working demo
A companion to my AX and AXI piece. I built one fictional CLI twice, once human-only and once agent-ready, pointed a small Google ADK agent at each, and watched what happened. With the interactive demo and the real numbers.
-
Agent Experience (AX) and the Agent Experience Interface (AXI): a working guide
What Agent Experience means, where AXI fits inside it, and what companies that take both seriously are actually changing about their products. With the official sources and the benchmark numbers.
-
What is agentic AI? A working definition for 2026
A direct definition of agentic AI, what's actually shipping in production today, what isn't, and the five things worth building first. With specifics, citations, and an honest list of what doesn't work yet.
-
Filesystem as Context: Building an AI Detective with bash-tool
Instead of stuffing documents into prompts, give your AI agent a filesystem and let it retrieve its own context. Here's how, using a murder mystery detective as the demo.
-
Building AI Agents with Google ADK: A Practical Guide
Learn how to build multi-agent systems with vector search, tool orchestration, and semantic understanding using Google's Agent Development Kit (JS/TS version).