Yesterday’s Graph Drop Lets You Approve Agent Moves From Your Phone

Picture this: your AI agent is about to push a change, spin up three sub-agents, and touch a database you never signed off on, and you find out after it already happened. That’s the exact problem a new drop called GraphArc just showed up to fix.

The team behind it already built graph tooling used by 4,000+ developers. This week they shipped their first real implementation of what they’re calling “Graph Engineering.” Instead of burying agent orchestration in logs you scroll through after the fact, GraphArc turns the whole execution plan into a live, interactive graph: every agent, every dependency, every decision, visible before anything runs.

Here’s the twist. You’re not just watching a dashboard on your laptop. You can inspect and approve that same graph from your phone, from anywhere, before you grant execution. That’s the part that changes the workflow: approval moves from “trust the agent and check logs later” to “see the plan, then decide.”

How to actually use it:

  1. 🔗 Point GraphArc at your agent pipeline (repo linked below)
  2. 🕸️ It renders the full orchestration graph in real time: agents, dependencies, decision points, all mapped out
  3. 📱 Open that graph from any device, phone included, before execution kicks off
  4. ✅ Approve the run, or kill a specific branch before it touches anything

Pro tip: don’t start with your simplest pipeline. Point this at the one where an agent has push or delete access, that’s where an approval gate actually earns its keep.

If your agents still feel like a black box to you, go star the repo and run GraphArc against one real pipeline this week. Worth the five minutes! ⭐

🚀 We just built our first real-time implementation of Graph Engineering, inspired by our experience building graph tooling used by 4,000+ developers.
by u/Desperate-Ad-9679 in PromptEngineering

Scroll to Top