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

Claude-context-lint tool audits token overhead in Claude Code projects
A new tool called claude-context-lint scans Claude Code projects to show how much context window is consumed by CLAUDE.md files, skills, MCP servers, and system prompts before user input. The tool provides specific recommendations for reducing token usage.

Claude Code plugin analyzes any plugin and generates interactive wiki reports
A new Claude Code plugin called vision-powers analyzes any plugin path or GitHub URL and generates an interactive HTML wiki report with architecture diagrams, security audits, and skill breakdowns. Installation is via claude plugin add vision-powers@claude-code-zero.

bad-ass-mcp: Free, Open Source MCP for Native Desktop GUI Control via Accessibility API
bad-ass-mcp is an open source MCP server that lets Claude and other AI agents control macOS, Windows, and Linux desktops using the native accessibility layer — no screenshots, no look-move-look loops. Free alternative to Computer Use, Operator, or UiPath.

Building a Full Production App with Claude: What Actually Worked and What Didn't
A senior backend dev with zero Flutter experience shipped a full production app (iOS + Android) using Claude as primary tool over 2.5 months. Details the workflow, failures, and why tests were the quality gate.