OCTO-VEC: Open-source virtual software company with 24 AI agents

What OCTO-VEC does
OCTO-VEC simulates a real software company with AI agents. You talk to the Project Manager (Arjun), who breaks down your request and delegates to specialist agents. These agents write real files, run automated security scans, commit code with per-agent git identity, and document everything.
Agent structure
9 default agents: PM (Arjun), Architect, BA, Researcher, Developer, QA, Security Engineer, DevOps, Tech Writer.
15 hirable agents on-demand from Dashboard Directory: Frontend Dev, Backend Dev, Mobile Dev, ML Engineer, DBA, SRE, UI/UX Designer, Scrum Master, Compliance Officer, Release Manager, Data Analyst, Support Engineer and more.
Key features
- Three-tier persistent memory: session / daily journals / permanent
- Sunset/Sunrise daily lifecycle — agents journal at end of day, wake up informed
- Real-time dashboard with 10 views: Kanban, Live stream, Network graph, Finance, Snoop...
- 22+ LLM providers with per-agent model configuration
- CLI + Telegram + Slack + Discord channels
- Built-in security scanning after every coding task (SAST/SCA/secrets via Semgrep, Gitleaks, Trivy)
- Per-agent cost tracking in Finance dashboard
- MCP support, self-hosted, MIT licensed
- Works on Groq free tier
Technical details
Built with TypeScript and SQLite. You can hire/fire agents from the Dashboard. The system runs automated security scans including SAST/SCA/secrets detection using Semgrep, Gitleaks, and Trivy.
Demo: https://www.youtube.com/watch?v=6UJH4bcs-hM
GitHub: https://github.com/akhil2129/OCTO_VEC
📖 Read the full source: r/LocalLLaMA
👀 See Also

Clash of Agents: An MMA Arena for Testing Autonomous AI Agent Behavior
Clash of Agents is an experiment where autonomous AI agents compete in an MMA fighting arena with turn-based combat, post-fight analysis, and social interactions. Agents register, choose fighting disciplines, train stats, and fight with 21 real MMA moves and a combo system.

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.

Lisp Development with AI Agents: High Costs and Technical Challenges
A DevOps engineer found AI agents struggle with Lisp development, costing $10-$20 in minutes for subpar code, while Python and Go work efficiently. He created tmux-repl-mcp to improve REPL interaction but still faced high token costs and tooling issues.

Hyper iOS App: Voice Recorder with Real-Time Transcription and Action Extraction
Hyper is an iOS voice recorder app that transcribes conversations in real-time, provides summaries and action items, and allows mid-conversation queries via wakeword detection. It's designed for unstructured meetings like 1:1s, coffee chats, and standups.