@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...

X AI KOLs Timeline News

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.

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 'build agents'. Agents are used to distill your abilities: just make your requirements clear, and let the agent handle the rest. If you want to research how to build a code agent, don't start from scratch. Start directly with Pi agent. It has great extensibility, and integrating it into existing business will save a lot of time. If you want to research how to build a product similar to Codex Desktop, start with Craft agent. It is based on Pi agent and Claude agent, fully featured and with broad coverage. Don't worry if it seems complex: cut what you can. Things like Claude agent SDK, messaging-gateway can be trimmed down, leaving just the solid core capabilities. I have already built a new product called Echo based on it, integrated with the skill marketplace, and the workflow is very smooth. It is now my solo development companion, and I run all subsequent development and operations on it.
Original Article
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:

  1. Pi: open-source coding agent (think of it as Claude Code)

  2. Craft: open-source agent (think of it as Claude Cowork)

  3. Cloudflare: cyber bodhisattva—too many undiscovered gems

  4. 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…

X AI KOLs Timeline

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.

@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...

X AI KOLs Timeline

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…

X AI KOLs Timeline

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.