The most-starred repo on GitHub today is a coding agent that edits its own instructions. Not the model's weights — the harness around it. After a session it reviews what happened, extracts a lesson, and writes it into durable state that carries into the next one. If that sounds like a bad idea, you have good instincts. So I pulled the entire repository — 900+ TypeScript files, 96 documentation pages — to find what they built to stop it going wrong. The answer is one sentence with file paths attached, and I think it's the right boundary. Inside: the subtraction that defines the architecture (they removed something every competing agent has), a function call that deliberately never returns its answer, the four independent budgets that bound autonomous runs, and a single sentence in their configuration reference that is the most honest thing I've read from any agent project this year. It's MIT licensed and free — and it runs on a model subscription you may already pay for. ⏱️ Chapters: 00:00 It Edits Its Own Instructions 00:21 Why That Should Worry You 01:05 Four Design Decisions 02:01 What It Is — and What "Free" Means 02:37 The Model Is a Swappable Parameter 03:29 The Subtraction: One Tool 04:29 Why State Persistence Changes Everything 05:22 The Tool Surface Stops Growing 05:50 Subagents That Never Answer You 06:18 You Got a Receipt 07:20 When It Stops Resembling a Tool 07:52 The Continual Harness 08:39 The Boundary That Makes It Sane 09:53 The Second Boundary 10:22 The Three Questions 10:42 Autonomy: Four Budgets and Gates 11:39 Quality Gates 12:19 The Best Sentence in the Docs 13:24 "They Are Not a Security Sandbox" 15:01 Skills: The Fourth Answer 16:08 Who's Paying? 17:19 The Honest Limits 18:08 Who Should Run This 19:15 The Competition Moved to the Harness 20:22 Post Your Numbers 🔗 Sources — read the warnings: Prime Agent (MIT): https://github.com/PrimeIntellect-ai/... Quickstart: https://github.com/PrimeIntellect-ai/... RLM programming model: https://github.com/PrimeIntellect-ai/... The refine boundary I quote: https://github.com/PrimeIntellect-ai/... Long-running agents: https://github.com/PrimeIntellect-ai/... Skills: https://github.com/PrimeIntellect-ai/... Agent Skills standard: https://agentskills.io/specification Upstream lineage (pi-mono): https://github.com/badlogic/pi-mono Prime Intellect: https://github.com/PrimeIntellect-ai 📺 More on this channel: The AI Skills Gold Rush: I Read All Three LM Studio Bionic: The First AI Agent Where the Model Is a Choice The Free Open-Source Claude Cowork Alternative (OpenWork) Meta's New Coding Agent: I Read the Charts They Published Tencent Open-Sourced Human-Like Memory for AI Agents #AIAgents #AICoding #OpenSource #ClaudeCode #SignalCoders 👇 Subscribe — a new plain-English breakdown of AI engineering, open source tools, and local LLMs every single day. ⚠️ Disclaimer: This video is for educational purposes only. Signal Coders is not affiliated with, or sponsored by, Prime Intellect or any company mentioned. This channel read the source and documentation but did not run this software across extended real-world use. IMPORTANT: the project's own documentation states it executes model-generated code with your user permissions and that its process isolation is NOT a security sandbox — use a disposable clone, trusted repositories and skills only, and an external sandbox for untrusted material. The software is MIT licensed and free; model access requires your own subscription or API key, which is a separate cost. Defaults, commands, and features change rapidly — verify against current documentation. Nothing here is professional advice.