Show HN: Plugin to Connect Pi to Signal
A developer released a hobby plugin that connects the Pi coding agent with Signal, allowing users to send Note-to-Self messages from their phone or desktop for processing and receiving replies. The pl…
A developer released a hobby plugin that connects the Pi coding agent with Signal, allowing users to send Note-to-Self messages from their phone or desktop for processing and receiving replies. The pl…
Paseo, an open-source tool for orchestrating coding agents, launches with support for running agents across laptops, VMs, and phones via direct connection or encrypted relay. It integrates with provid…
Thoughtworks technologist Birgitta Böckeler tested running local large language models for agentic coding on Apple M3 Max and M5 Pro machines, finding that while RAM constraints limit model size to 15…
SmallDocs, a new command-line tool that creates lightweight, private documents for coding agents, launched to integrate with AI assistants like Claude, Codex, and Cursor. The tool renders Markdown fil…
Newer Anthropic Claude models, including Opus 4.8 and Sonnet 5, are generating malformed tool calls for Pi's custom edit tool by inventing extra fields, a problem absent in older models. Armin Ronache…
A developer distinguishes three layers of the AI agent stack through open-source projects: Pi as an agent kernel and toolkit, Goose as a local agent workbench, and OpenCode as a coding-first software-…
OpenAI now allows ChatGPT Plus subscribers to use their $20/month plan inside third-party coding agents like Pi and OpenCode, effectively providing $100–$200 worth of tokens. However, the policy is no…
ConductorOne released agent-tui, an open-source tool that gives terminal applications a queryable DOM-like interface for AI agents. The tool runs programs on a PTY, exposes rendered screens as text wi…
Commonplace launches a self-hosted, privacy-tiered memory system for AI agents, using a two-tier Graphiti knowledge graph that runs entirely on local hardware by default, with a personal tier optional…
Bb, a new MIT-licensed IDE for loop-driven development, orchestrates coding agents and automations locally on the user's machine, supporting Claude Code, Codex, Cursor, and Pi. It runs on existing pro…
Looop, a new open-source tool, launches as a tiny, portable autonomous control loop for LLM agents, operating as a single binary without external dependencies. It monitors sources like GitHub and Line…
Ouijit, an open-source terminal-based coding agent orchestrator, launched on Hacker News. The tool provides sandboxed task execution via Lima VMs, session-scoped CLI awareness for agents, and lifecycl…
Framein, a local work-state layer for AI agents, launched to keep task context across Claude, Codex, and Gemini. The tool maintains a shared contract, decision trail, and validation results, enabling …
DeepSeek V4 Flash, a 284-billion-parameter Mixture-of-Experts model, now runs locally on a 128GB MacBook Pro via antirez's experimental llama.cpp fork, achieving ~21 tokens/sec generation on the Metal…
DeepReinforce released Ornith-1.0, a family of self-scaffolding LLMs for agentic coding built on Gemma 4 and Qwen 3.5, achieving state-of-the-art performance among open-source models of comparable siz…
Sidequest, a new extension for the Pi AI agent, provides a side channel for context-aware questions without disrupting the main conversation. It offers threaded, persistent, and tool-capable interacti…
Tau is an educational Python coding agent designed to teach how agents are built by exposing every component—provider adapters, harness, coding environment, and terminal UI—in readable layers. The pro…
Role-model, an open protocol for capability-aware AI routing, has been released with a packaged reference runtime that routes requests based on role, task, capability, and policy rather than model nam…
Developer launches role-model, a routing protocol and runtime for hybrid local/cloud AI, enabling deterministic request routing with fallback to a controller model. The system assigns domains and role…
Developer Scott Spencer released My-Pi Coding-Agent, a curated distribution of the Pi coding agent CLI with prewired extensions including MCP, LSP, skills, recall, redaction, telemetry, team mode, and…