π The Pi Side of Agent
✎ Suggest ⚙ Admin

pi: when less is more

Why The Pi Side of Agent? because the Pi coding agent represents one of the most influential and important trends in agentic development today. Its architecture is expected to shape the industry.

Deep Dives

latest 10 of 18 View all
Missing something in this section?
Deep Dives Download
Published2026-06-30

Oh My Pi GitHub Tutorial — Subagents, RPC Mode, and Deterministic Code Patching

A deep technical breakdown of Oh My Pi by can1357 — a Pi extension that replaces fragile shell wrappers with in-process Rust tooling, hash-anchored patching, Tree-sitter AST edits, subagents in cloned worktrees, and an RPC mode for headless CI/CD pipelines.

Deep Dives Download
Published2026-06-12

Forget Claude Code, Try Pi Agent Instead…

David Ondrej delivers a complete Pi Agent course — from installation and context engineering through skills, extensions, CMAX multi-agent orchestration, and the Pi + Codex CLI combo that powers his daily workflow.

Deep Dives Download
Published2026-06-12

Pi Building Pi — Openclaw's Minimalist Coding Agent

Mario Zechner, creator of Pi, goes hands-on building Pi with Pi itself — from live bug fixes and custom extensions to refactoring vibe-coded slop, session tree branching, and why dark factories don't work yet.

Deep Dives Download
Published2026-06-05

Pi Architecture Explained — Agent Loop, Tools, TUI and More

A deep walkthrough of Pi's internal architecture: the agent loop (context init → transformation → LLM call → tool loop), JSONL tree-structured sessions, the minimalist 4-tool design, TypeScript extensions, the ~20-line system prompt, compaction mechanics, and how skills use progressive disclosure.

Deep Dives Download
Published2026-06-05

Build an AI Bookkeeper with Pi Agent Harness — ZazenCodes

ZazenCodes builds a complete AI bookkeeping agent from scratch using Pi as an npm dependency, the Pi SDK, Express, and Claude Code. Covers agent anatomy (harness/brain/skills), custom AGENTS.md + brain.md architecture, the Pi SDK createAgentSession for web integration, receipt image processing, agent memory, and guardrails.

Deep Dives Download
Published2026-06-03

The Astro Team Secretly Built the Best AI Agent Framework

Flue takes Claude Code's agent harness and makes it 100% programmable — skills, tools, sandboxes in a few lines of TypeScript. Built on Pi by the co-founder of Astro, with an in-memory just-bash sandbox that runs thousands of agents for near-zero cost.

Deep Dives Download
Published2026-06-01

Pi Coding Agent Observability — HTML Specs with Gemini 3.5 Flash and GPT Image 2

Deep dive into Pi Coding Agent observability features, exploring HTML specs generation with Gemini 3.5 Flash and GPT Image 2.

Deep Dives Download
Published2026-05-30

oh my pi deep dive

Better Stack introduces Oh-My-Pi — an open-source agent harness built on Pi that treats your project as a living runtime. Features native LSP integration, IDE-level code intelligence, and architectural upgrades over standard CLI agents.

Deep Dives Download
Published2026-05-25

Top #1 Opportunity for Senior Engineers: Agentic Engineering — IndyDevDan

IndyDevDan makes the case that agentic engineering is the #1 opportunity for senior engineers — demonstrating custom agent harnesses built on the Pi platform that deliver capabilities impossible with out-of-the-box tools like Claude Code or Codex.

Deep Dives Download
Published2026-05-21

Simple Pi Subagents — Give Your Coding Agent Its Own Agents

A Pi extension that lets your agent spawn subagents in isolated contexts — Scout (Haiku, file exploration), Researcher (Sonnet, web search), and Worker (full coding capability). Each agent defined by a single markdown file. Configurable depth, nested tool call observability, and 6-level stress test.

Articles

4 items View all
Missing something in this section?
Articles Download
Published2026-06-06

Pi OpenAI Bridge — Turn Your Pi Agent Into an OpenAI-Compatible API

A Pi extension that starts an HTTP server implementing the OpenAI Chat Completions API. Connect any OpenAI-compatible chat UI (Open WebUI, ChatBox, TypingMind) to your Pi agent with full skills, brain, and extensions support. Includes streaming, system prompts, and a /bridge status command.

Articles Download
Published2026-06-05

Building a Research Agent on Pi

A step-by-step guide to building a special-purpose research agent using Pi's skills system, AGENTS.md context files, and a shell alias. The agent searches the internet, cross-references sources, evaluates credibility, and delivers structured reports — callable from anywhere in your terminal.

Articles Download
Published2026-06-03

pi-telegram — Telegram Runtime Adapter for the Pi Coding Agent

Turn a Telegram DM into a full operator console for Pi — with prompt queuing, streaming HTML, bidirectional voice, inline menus, and an extension platform for companion packages.

Articles Download
Published2026-06-03

Remote Pi — Mobile Control & Local Agent Mesh for the Pi Coding Agent

A Pi extension that adds local multi-agent mesh over Unix sockets and mobile remote control via QR pairing — with daemon mode for 24/7 background agents.