
Peter Pistorius
@appfactory • 5,567 subscribers
AI Engineer. Building @RedwoodJS, https://t.co/uikv19oWwY, cmdcmd, https://t.co/sfOEdT9hqt, and Kindling (soon) Previously: Built @_snaplet.
Videos

Sidequest for Pi is a context aware side channel for coding agent tangents: It's better /btw. Ask questions grounded in your active Pi session, and keep the main conversation focused. Hit the ~ key to show/hide the threaded conversation UI. > pi install npm:pi-sidequest
Peter Pistorius25,071 views • 6 days ago

TLDR; GH actions, but for agents. ~0ms cache, retry-on-failure, insanely fast. Agents need validation. CI is the last defense. They shouldn't bother you unless everything is green! GH Actions is usually in the top-5 expenses for dev-teams. Add agents to that mix? It'll easily double. It's the wrong tool for the right job: Slow boot, slow cache, retrieving logs is token expensive for agents, the list goes on... So I built a tool with one amazing feature: live-reload for failures. Agent-CI is a local CI runner. I tweaked the control pane and mounts to provide 0ms caching, insanely fast boots. When a step fails it pauses, provides the agent with the failure, and waits for the agent to fix and retry just that step. It uses the standard GH Actions image (via Docker), but emulates the control pane via a local HTTP server. You don't have to change any of your existing GH workflows. Tighter loops. Greener builds. Less babysitting. (Demo below.)
Peter Pistorius15,248 views • 3 months ago
No more content to load