VIBE
breaking

Four Agent Dev Tools Just Dropped

New infrastructure for agent development: native macOS workspace, VS Code workflow editor, neural project planning, and behavior analysis.

March 28, 2026

Four Agent Dev Tools Just Dropped

The agent development stack got four major upgrades this week. Each tool fills a critical infrastructure gap that developers have been building themselves.

Collaborator is the native macOS workspace for AI agents. Instead of juggling terminals, editors, and files across different apps, everything lives on an infinite canvas. You can arrange running code, context files, and agent conversations side by side without context switching. It's like having a dedicated workbench for agentic development.

CC Workflow Studio brings drag-and-drop orchestration to VS Code. Create multi-agent workflows visually, then edit them with natural language through Claude Code, GitHub Copilot, or Cursor. One-click export and run. No more hardcoding agent interactions in Python.

Architect tackles project planning with neural networks. It decomposes complex tasks into parallelizable subtask graphs, then caches and shares plans across a P2P network. When one agent learns how to build a feature, all agents benefit from that knowledge.

Hodoscope analyzes agent behavior through unsupervised learning. It summarizes, embeds, and visualizes thousands of agent trajectories to find unexpected patterns across different models and configurations. Essential for understanding what your agents actually do at scale.

These aren't toys — they're production infrastructure that the vibecoding community has been building in-house. Now they're open source and ready for broader adoption.