pi: when less is more

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

