Skip to content

← All categories
📰

Articles

26 entries

Blog posts, discussions, and community coverage from around the web.

blackbelt-technology/pi-agent-dashboard

maintained

Web dashboard for monitoring and interacting with pi agent sessions · Install @blackbelt-technology/pi-agent-dashboard from npm and Pi will load the resources declared by the package manifest

How To Install Pi Coding Agent and Set Up Your First Project

maintained

Install Pi Coding Agent from the official npm package, authenticate one provider, write a practical AGENTS.md file, run a read-only smoke test, and make a controlled first edit. This intermediate tutorial shows the setup order that keeps package choice, credentials, project rules, settings, ...

Package Catalog · Pi

maintained

Extensions, skills, prompt templates, and themes published to npm. Install with pi install npm:. See the package docs for details · Web search, URL fetching, GitHub repo cloning, PDF extraction, YouTube video understanding, and local video analysis for Pi coding agent

Pi Coding Agent

maintained

Web search, URL fetching, GitHub repo cloning, PDF extraction, YouTube video understanding, and local video analysis for Pi coding agent · Install pi-web-access from npm and Pi will load the resources declared by the package manifest

Pi Coding Agent

maintained

Pi extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification · Install pi-subagents from npm and Pi will load the resources declared by the package manifest

Pi Coding Agent Setup Guide: Install, Configure Models, and Best Extensions

maintained

Step-by-step guide to installing Pi coding agent, connecting cheap models like MiniMax M2.7 and Qwen 3.6, and setting up the most useful extensions. Covers LazyPi one-command setup and the Rust port alternative.

Pi coding agent: how to install (npm) extensions? - #2 by boxenlude - Help - NixOS Discourse

maintained

Hi all! I’ve installed the pi-coding-agent package from unstable. It works fine, but installing extensions (e.g. pi-mcp-adapter) does not work, because it calls npm install under the hood (I assume) and thus results in: …

pi-package-template

maintained

# 1. Clone this template git clone https://github.com/YOU/pi-package-template.git my-pi-package cd my-pi-package # 2. Install dev dependencies (for type checking) npm install # 3. Edit package.json — set name, description, author, repository # 4. Start building!

pi-tokensaver CDN by jsDelivr - A CDN for npm and GitHub

maintained

A free, fast, and reliable CDN for pi-tokensaver. Give your Pi AI agent a semantic memory — bridges tokensave's Rust-powered local graph engine into your coding workflow for token-efficient codebase exploration

Pi: The Minimal Coding Agent That Wins by Doing Less | atal upadhyay

maintained

If you've been using AI coding assistants lately, you've probably felt it: More features → more complexity → more things that can break Sub-agents, plan mode, MCP integrations… but you still just want to write code Context getting eaten silently, bugs piling up, behavior becoming ...

Pi.dev Review: Secure Terminal AI Agent (2026) - Petronella Cybersecurity News

maintained

Pi.dev terminal AI coding agent reviewed for regulated teams: HIPAA, CMMC, and self-hosted LLM fit, by Petronella Technology Group, RPO #1449.

r/LocalLLM on Reddit: Pi coding agent is amazing (or how I learned to stop worrying and leave OpenCode)

maintained

38 votes, 51 comments. Warning: long post ahead. On the plus side, it’s completely human-written. No AI slop was used in writing this post. I’m old…

r/PiCodingAgent on Reddit: What you guys have been using for web search/fetch on Pi?

maintained

14 votes, 30 comments. Hi! I'm new on Pi agent world and I'm missing some good package or tool to make web search properly. What are you guys using…

tintinweb/pi-subagents - Pi Coding Agent

maintained

A pi extension extension that brings smart Claude Code-style autonomous sub-agents to pi · Install @tintinweb/pi-subagents from npm and Pi will load the resources declared by the package manifest

Pi Coding Agent: A Self-Documenting, Extensible AI Partner - DEV Community

stale

Exploring Pi's ability to read its own documentation, understand its codebase, and help extend or modify its behavior through natural conversation. Tagged with ai, agents, agentskills.

pi-workflow 0.1.7 on npm - Libraries.io - security & maintenance data for open source software

stale

Visual companion for pi coding agent workflows - 0.1.7 - a TypeScript package on npm

What Is Pi Agent?

stale

What is Pi Agent? Explore this lightweight, open-source terminal AI coding agent with just four tools. Ideal for developers and businesses seeking efficient AI automation solutions.

r/ClaudeCode on Reddit: Change your coding agent to pi

stale

https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent

agentic-color-grader

stale

Hey guys, created a color grading harness for the pi coding agent to color correct S-Log3 footage. This gives claude access to both images (watching the frame) and also to meters like rgb gamma, color balance, curves, exposure contrast. Tried it on some footage from my a7iv and worked pretty well. Still early stages but would love thoughts and suggestions. Sample Corrections: sample 1: https://imgur.com/a/un0OkQc sample 2: https://imgur.com/a/zEfVsWt cheers

3mo ago

hf-agents

stale

We've been building out CLI extensions for the Hugging Face hub, and hf-agents is a fun one to share. It uses llmfit under the hood to profile your hardware and automatically select the best-fit model and quantization — no manual GGUF hunting. It then launches a Pi Agent on top of it. One command, local, fully open. If you've been using Claude Code or Codex CLI and want something that runs entirely on your own hardware/models, this is a nice lightweight alternative to try. Happy to answer questions — and curious what hardware setups people are running this on.

2mo ago

pi-coding-agent

stale

A new Emacs mode for AI-assisted coding (Claude Code style), with native Emacs buffers instead of a flickering terminal. Built on top of pi, a no-bs open source Claude Code alternative. It supports Claude, GPT, Gemini, Ollama. I've been using it daily for weeks. Demo video that says more than $NUMBER words: https://danielnouri.org/media/pi-coding-agent-demo.mp4 The key decision here is that we have two separate windows: chat history is a markdown-mode buffer, with beautiful rendering, unlimted scrollback, selective tool expansion where it matters, etc. The input window stays visible while you paste, edit, compose. And doesn't stumble over newlines either. ;-) Other useful things: - Streaming output (watch commands run live) - Syntax-highlighted code blocks and diffs - Collapsible tool output with TAB - Magit-style transient menu (C-c C-p) - Branch/resume sessions, export to HTML GitHub: https://github.com/dnouri/pi-coding-agent It's on MELPA as: pi-coding-agent pi's homepage: https://shittycodingagent.ai/

4mo ago

Show HN: Rakenne – Markdown-defined agentic workflows for structured documents

stale

Hi! I’m the creator of Rakenne and I built it because I noticed a recurring problem with LLMs in professional settings: chat-based document creation is unpredictable and hard to scale for domain experts. Experts know the process of building a document (the questions to ask, the order of operations, the edge cases), but translating that into a long system prompt often leads to hallucinations or missed steps. What is Rakenne? Rakenne is a multi-tenant SaaS that lets domain experts define "Guided Workflows" in Markdown. An LLM agent then runs these workflows server-side, conducting a structured dialogue with the user to produce a final, high-fidelity document. The Tech Stack: * Agentic Core: Built on the pi coding agent (https://github.com/badlogic/pi-mono) using RPC mode. This allows the agent to maintain state and follow complex logic branches defined in the Markdown files. * Frontend: Built with Lit web components. I wanted something incredibly lightweight and framework-agnostic so the document "interviews" feel snappy and can eventually be embedded as widgets. * Multi-tenancy: Designed to isolate agent environments server-side, ensuring that custom expert logic doesn't leak between tenants. Why this approach? Instead of "Chat with a PDF," it’s "The Logic of an Expert." If you’re a lawyer or a compliance officer, you don’t want a creative partner; you want a system that follows your proven methodology. By using Markdown, we make the "expert logic" version-controllable and easy for non-devs to edit. I’d love your feedback on: 1. The Agentic UX: Does the "interview" flow feel natural, or is it too rigid? 2. Markdown as Logic: Is Markdown the right "DSL" for this, or should we move toward something like YAML or a custom schema? 3. Latency: We're using RPC for the agent-browser communication—is the response time acceptable for your use case? Thanks! I'll be around to answer any technical questions.

3mo ago

Pi Coding Agent - AI Agent

dead

An open-source terminal coding agent that developers can extend with packages, skills, prompts, and custom workflows.

pi - Coding Agent

dead

There are many coding agents, but this one is mine · Pi is a minimal terminal coding harness. A coding agent designed for customization and control, not dictating workflows

Pi Coding Agent

dead

Guides and references for configuring and extending Pi · This page gets you from install to a useful first pi session

pi-init - npmx

dead

A pi agent skill to initialize or update AGENTS.md context files.