@indie_maker_fox: If you haven't tried Pi or Craft agent yet, I suggest you give it a try now. You'll immediately understand what I meant last month when I said that. I've said before: In the future, programmers will no longer mainly 'take requirements', but 'make agents'. Agents are used to distill your abilities: just make your requirements clear...
Summary
The author recommends developers to try Pi agent and Craft agent, believing that the focus of programming will shift from taking requirements to building agents, and shares his new product Echo, which is a secondary development based on Pi agent.
View Cached Full Text
Cached at: 06/28/26, 10:05 AM
If you haven’t tried Pi or Craft agent yet, I suggest you give it a go right now. You’ll immediately understand what I meant last month when I said that.
I’ve said it before: In the future, programmers will no longer mainly “take requirements” but “build agents.” An agent is used to distill your capabilities: you just explain what you need, and leave the rest to it.
If you want to study how to build a code agent, don’t start from scratch—start directly from Pi agent. Its extensibility is excellent, and integrating it into existing workflows will save you a ton of time.
If you want to build a product similar to Codex Desktop, start with Craft agent. It’s based on Pi agent and Claude agent, with full functionality and broad coverage.
If it feels complicated, that’s fine: trim where you can. Claude Agent SDK, messaging-gateway, and the like can all be cut down—what remains is the solid core capability.
I’ve already used it to build a new product called Echo, which connects to a skill marketplace with a very smooth workflow. It’s now my indie development buddy—I run all subsequent development and operations on it.
Indie Fox (@indie_maker_fox): We’re almost halfway through 2026, and here are the best things I’ve been using so far:
Pi: open-source coding agent (think of it as Claude Code)
Craft: open-source agent (think of it as Claude Cowork)
Cloudflare: cyber bodhisattva—too many undiscovered gems
TanStack: indeed a better and faster full-stack framework than Next.js
If you combine them together, you can do just about anything!
Similar Articles
@teach_fireworks: A one-image comparison of mainstream Agent development frameworks! How to choose among so many Agent development frameworks? For personal heavy daily coding / research on open-source projects: try Pi Agent AI SaaS or enterprise-level agents: OpenAI Agents SDK + Lang…
A tweet compares mainstream AI Agent development frameworks (such as Pi Agent, OpenAI Agents SDK, LangGraph, LlamaIndex, Pydantic AI) and gives selection recommendations for different scenarios.
@binghe: I've recently become a heavy user of Pi Agent... The more I use it, the more I like it. Pi can chain multiple skills to complete complex tasks, and the local Agent has more practical value! Pi Agent's system prompt is less than 1500 characters, only about 1/13 of Claude Code's...
The user shares their in-depth experience with Pi Agent, noting that its prompts are short, responses fast, and token consumption low, outperforming Claude Code.
@cellinlab: Scrolling through my timeline, I saw several recommendations for Pi Agent. I asked Codex to help me learn it, and created a step-by-step tutorial: Pi Agent Principles and Implementation: Build an AI Agent from Scratch. Online learning: https://how-pi-agent-works.vercel…
The author published a step-by-step tutorial on implementing Pi Agent from scratch, including concept explanations and a runnable example project.
@WWTLitee: Many coding agents easily get stuck when they touch real engineering environments like editors, browsers, and LSP. oh-my-pi takes a different path. Instead of keeping the agent in the terminal chatting, it directly integrates hash anchor editing, LSP, Python, browser, subagents...
oh-my-pi is an open-source coding agent that integrates hash anchor editing, LSP, Python, browser, subagents and other capabilities into a single workspace, providing out-of-the-box complete IDE integration. It currently has 5.8k stars.
@oragnes: Recently discovered a hardcore open-source project from Harness: pi (recently moved under earendil-works from badlogic). It is an all-in-one AI Agent infrastructure suite plus a terminal programming assistant CLI designed to backstop developers. Stop reinventing the wheel: it provides a ready-made…
Pi is an open-source AI Agent infrastructure suite and terminal programming assistant CLI. It offers a unified API to bridge differences between multiple models, supports concurrent tool calling to reduce latency, and allows developers to control the thinking budget.