diff --git a/README.md b/README.md
index 30d5142..d134c40 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,146 @@ nav_order: 99
nav_exclude: true
---
-# Introduction: What is Prometheus Swarm?
+# Prometheus Swarm
-Prometheus Swarm is an open-source AI platform that uses a "swarm" of intelligent agents running on a decentralized network (Koii) to build software from natural language descriptions. This technology aims to **change the world** by democratizing software development, enabling anyone to turn ideas into reliable applications.
+> **The next evolution in AI development** - Moving from single-agent limitations to specialized AI swarms that build production-ready software from natural language descriptions.
-Imagine thousands of AI agents working in parallel across Koii's global network of over 100,000 community-run computers. They produce code in real time, making Prometheus potentially "the first AI capable of anything" in software creation.
+[](https://github.com/Prometheus-Swarm)
+[](https://prometheusswarm.ai)
+[](https://discord.gg/koii)
-* **What Prometheus Is:** Prometheus Swarm is an AI framework powered by decentralized compute. It orchestrates autonomous AI coding agents that collaboratively build, test, and deploy applications.
-* **How It Works at High Level:** Thousands of distributed agents collaborate to write and improve code, continuously updating a Git repository in real time. The system supports multiple AI models (e.g., GPT-4, Claude) and employs modular tool-chaining.
-* **Why It Matters:** This is a breakthrough โ anyone can build software by describing their idea, overcoming traditional skill barriers. Prometheus Swarm promises to **empower creators and teams** to build solutions faster and more cost-efficiently than ever, heralding a new era of AI-driven development.
-* **Open-Source and Community:** The project is completely open source with an active community. You can find all code and ongoing development at the GitHub organization: [Prometheus-Swarm](https://github.com/Prometheus-Swarm). This transparency invites developers to inspect code or contribute, reinforcing trust.
-* **Call to Action:** Explore further or **Try Prometheus Swarm** (link to official site/quick start needed) now that you grasp its significance.
+## ๐ What is Prometheus Swarm?
+
+Prometheus Swarm represents a **paradigm shift in AI-powered development** - from single-agent limitations to coordinated swarms of specialized AI agents. Built on Koii's decentralized network of 100,000+ community nodes, it transforms natural language descriptions into production-ready applications through collaborative AI intelligence.
+
+### The Industrial Revolution for AI Development
+
+Where ChatGPT is like a lone craftsman, Prometheus Swarm is a modern software factory:
+
+- **๐ญ Division of Labor** - Specialized agents focus on what they do best (planning, coding, testing, documentation)
+- **โ๏ธ Assembly Line Efficiency** - Work flows seamlessly from ideation to deployment
+- **๐ Quality Control** - Dedicated testing and review processes ensure reliable output
+- **๐ Infinite Scalability** - Add more agents to handle larger projects without quality degradation
+
+### How Prometheus Swarm Works
+
+```mermaid
+graph TD
+ A[๐ค User Input
Natural Language Description] --> B[๐ง Planning Agent
Breaks down requirements]
+
+ B --> C[๐๏ธ Architecture Agent
Designs system structure]
+ B --> D[๐ Task Manager
Creates work queue]
+
+ C --> E[โก Parallel Execution]
+ D --> E
+
+ E --> F[๐จโ๐ป Coding Agents
Generate components]
+ E --> G[๐งช Testing Agents
Write & run tests]
+ E --> H[๐ Documentation Agents
Create docs]
+ E --> I[๐ Security Agents
Audit code]
+
+ F --> J[๐ Integration Layer
Combines components]
+ G --> J
+ H --> J
+ I --> J
+
+ J --> K[๐ก๏ธ QA Verification
Red Team testing]
+ K --> L{โ
Quality Check}
+
+ L -->|โ Issues Found| M[๐ Bug Finder Agent
Identifies & fixes issues]
+ L -->|โ
Passes| N[๐ Deployment
Production-ready app]
+
+ M --> K
+
+ style A fill:#e1f5fe
+ style N fill:#e8f5e8
+ style E fill:#fff3e0
+ style L fill:#fce4ec
+```
+
+### Beyond "Vibe Coding" to Reliable Production
+
+Traditional AI coding with ChatGPT often results in "vibe coding" - code that looks right but fails in practice. Prometheus Swarm eliminates this through:
+
+1. **๐ฏ Narrowly-Scoped Tasks** - Complex projects broken into clear, unambiguous pieces
+2. **๐ Knowledge Integration** - `.kno` embeddings allow unlimited context sharing between agents
+3. **๐ Iterative Refinement** - Continuous testing and improvement cycles
+4. **๐ฅ Multi-Perspective Validation** - Different agents catch different types of errors
+5. **๐ Transparent Process** - Git-based workflow with visible commits and pull requests
+
+### Real-World Impact
+
+The difference isn't theoretical - Prometheus Swarm delivers measurable results:
+
+- **โก 95% Development Time Reduction** - 6-hour projects completed in ~5 minutes
+- **๐ 1000+ PRs Shipped** in 3 days across decentralized nodes
+- **๐ค 50+ Partner Integrations** within weeks of launch
+- **๐ผ Enterprise Adoption** - "You actually get something that works pretty much every time"
+
+### Why Swarms Beat Single LLMs
+
+| ChatGPT & Traditional LLMs | Prometheus Swarm |
+|----------------------------|------------------|
+| โ Context limitations & sequential processing | โ
Unlimited context & parallel processing |
+| โ Jack-of-all-trades compromising quality | โ
Specialized agents for each task |
+| โ Error-prone "hallucinations" | โ
Cross-verification & fact-checking |
+| โ Opaque black-box process | โ
Transparent Git-based workflow |
+
+## โก Quick Start
+
+```bash
+# Install the framework
+pip install prometheus-swarm
+
+# Basic usage
+from prometheus_swarm.clients import AnthropicClient
+from prometheus_swarm.workflows import BaseWorkflow
+
+client = AnthropicClient()
+workflow = BaseWorkflow(config)
+result = workflow.run()
+```
+
+## ๐ฏ Key Features
+
+- **๐ฅ 95% Development Time Reduction** - From hours to minutes
+- **๐ Decentralized Computing** - Powered by 100,000+ Koii network nodes
+- **๐ค Specialized AI Agents** - Purpose-built for planning, coding, testing
+- **๐ Parallel Processing** - Multiple agents work simultaneously
+- **โ
Built-in Quality Assurance** - Automated testing and verification
+- **๐ Open Source** - Fully transparent and community-driven
+
+## ๐ ๏ธ Core Components
+
+- **Prometheus Swarm** - Main orchestration framework
+- **Feature Builder Agent** - Code generation and project management
+- **Bug Finder Agent** - Automated bug detection and security scanning
+- **Documentation Agent** - Automated docs generation
+- **Prometheus Test** - Comprehensive testing framework
+
+## ๐ Documentation
+
+- [Introduction](./introduction/) - Why AI swarms beat ChatGPT
+- [How It Works](./how-it-works/) - Architecture and usage process
+- [Guides](./guides/) - For creators, developers, and enterprise
+- [About](./about/) - Origin story and vision
+
+## ๐ Real Results
+
+- **1000+ PRs** shipped in 3 days
+- **50+ Partner Projects** within weeks of launch
+- **Enterprise-Grade Reliability** - Production-ready code every time
+
+## ๐ค Community & Support
+
+- **GitHub**: [Prometheus-Swarm Organization](https://github.com/Prometheus-Swarm)
+- **Documentation**: [prometheusswarm.ai](https://prometheusswarm.ai)
+- **Discord**: [Join the Koii Community](https://discord.gg/koii)
+
+## ๐ License
+
+Open source - see individual repositories for specific licenses.
+
+---
+
+**Stop copying code snippets from ChatGPT and hoping they work.** Experience the power of an AI swarm that builds complete, tested, production-ready applications on your behalf.
diff --git a/overview/index.md b/overview/index.md
index 0c4d916..5bbc733 100644
--- a/overview/index.md
+++ b/overview/index.md
@@ -5,111 +5,223 @@ nav_order: 2
# Prometheus Swarm Overview
-Prometheus Swarm is a system of decentralized, autonomous AI agents running on the Koii network. It provides a powerful framework for building, testing, and deploying AI-powered applications
-
-## Core Components
-
-### 1. Prometheus Swarm
-
-The main framework that orchestrates autonomous AI agents, providing:
-
-- Multi-model AI integration (Claude, GPT-4, Gemini)
-- Workflow management
-- Database integration
-- Type-safe development
-
-[Learn more about Prometheus Swarm โ](../docs/prometheus-swarm.md)
-
-### 2. Prometheus Test
-
-A comprehensive testing framework for Prometheus tasks, offering:
-
-- Structured test organization
-- Worker management
-- MongoDB integration
-- Signature generation utilities
-
-[Learn more about Prometheus Test โ](../docs/prometheus-test.md)
-
-## Specialized Agents
-
-### Feature Builder Agent
-
-An AI agent specialized in code generation and project management:
-
-- Project initialization and setup
-- Feature implementation
-- Documentation generation
-- Testing infrastructure
-
-[Learn more about the Feature Builder โ](../docs/agents/builder.md)
-
-### Bug Finder Agent
-
-Advanced bug detection and analysis capabilities:
-
-- Automated bug detection
+Prometheus Swarm represents a **paradigm shift from single-agent AI limitations to coordinated swarms of specialized AI agents**. Built on Koii's decentralized network of 100,000+ community nodes, it transforms natural language descriptions into production-ready applications through collaborative AI intelligence.
+
+## The Industrial Revolution for AI Development
+
+Where ChatGPT is like a lone craftsman, Prometheus Swarm is a modern software factory with:
+
+- **๐ญ Division of Labor** - Specialized agents focus on what they do best
+- **โ๏ธ Assembly Line Efficiency** - Work flows seamlessly from ideation to deployment
+- **๐ Quality Control** - Dedicated testing and review processes
+- **๐ Infinite Scalability** - Add more agents without quality degradation
+
+## Agent-to-Agent Workflow Architecture
+
+```mermaid
+graph TD
+ A[๐ค User Input
Natural Language Description] --> B[๐ง Planning Agent
GPT-4 | Requirements Analysis]
+
+ B --> C[๐๏ธ Architecture Agent
System Design & Structure]
+ B --> D[๐ Task Manager
Work Queue & Dependencies]
+
+ C --> E[โก Parallel Execution Layer
Horizontal Scaling]
+ D --> E
+
+ E --> F[๐จโ๐ป Coding Agents
Specialized Builders]
+ E --> G[๐งช Testing Agents
QA & Validation]
+ E --> H[๐ Documentation Agents
Auto-Generated Docs]
+ E --> I[๐ Security Agents
Vulnerability Auditing]
+
+ F --> F1[Frontend Agent
React/UI Components]
+ F --> F2[Backend Agent
API & Services]
+ F --> F3[Database Agent
Schema & Queries]
+
+ G --> G1[Unit Test Agent
Component Testing]
+ G --> G2[Integration Agent
System Testing]
+ G --> G3[Red Team Agent
Attack Scripts]
+
+ H --> H1[Code Doc Agent
API Documentation]
+ H --> H2[User Guide Agent
Usage Instructions]
+
+ I --> I1[Security Scanner
Vulnerability Detection]
+ I --> I2[Code Audit Agent
Best Practices]
+
+ F1 --> J[๐ Integration Layer
Component Assembly]
+ F2 --> J
+ F3 --> J
+ G1 --> J
+ G2 --> J
+ H1 --> J
+ I1 --> J
+
+ J --> K[๐ก๏ธ QA Verification
Red Team Testing]
+ K --> L{โ
Quality Gate
Pass/Fail Decision}
+
+ L -->|โ Issues Found| M[๐ Bug Finder Agent
Error Analysis & Fixes]
+ L -->|โ
Passes All Tests| N[๐ Production Deployment
Working Application]
+
+ M --> O[๐ง Fix Implementation
Targeted Corrections]
+ O --> K
+
+ subgraph "Knowledge Integration"
+ P[๐ .kno Embeddings
Vector Knowledge Base]
+ Q[๐ง Context Sharing
Unlimited Memory]
+ end
+
+ P -.-> F
+ P -.-> G
+ P -.-> H
+ P -.-> I
+ Q -.-> J
+
+ subgraph "Decentralized Network"
+ R[๐ Koii Network Nodes
100,000+ Community Computers]
+ S[โ๏ธ Load Balancing
Dynamic Task Distribution]
+ end
+
+ R -.-> E
+ S -.-> E
+
+ style A fill:#e1f5fe
+ style N fill:#e8f5e8
+ style E fill:#fff3e0
+ style L fill:#fce4ec
+ style P fill:#f3e5f5
+ style R fill:#e0f2f1
+```
+
+## Agent Specialization Matrix
+
+| Agent Type | Primary Role | Key Models | Specialization |
+|------------|-------------|------------|----------------|
+| **Planning Agent** | Requirements breakdown | GPT-4, Claude | Natural language โ structured tasks |
+| **Architecture Agent** | System design | Claude, Gemini | Modular design patterns & dependencies |
+| **Coding Agents** | Component implementation | Multi-model | Language-specific expertise (JS, Python, Solidity) |
+| **Testing Agents** | Quality assurance | Specialized QA models | Unit tests, integration tests, attack scripts |
+| **Documentation Agents** | Auto-documentation | GPT-4 | Code docs, user guides, API specs |
+| **Security Agents** | Vulnerability scanning | Security-tuned models | Penetration testing, code auditing |
+| **Bug Finder Agent** | Error resolution | Multi-perspective models | Root cause analysis & targeted fixes |
+| **Integration Agent** | Component assembly | Architecture-aware models | Dependency resolution & optimization |
+
+## Core Design Principles
+
+### ๐ฏ Scope Narrowly
+Break complex projects into clear, unambiguous pieces that individual agents can handle with precision.
+
+### ๐งช Test Early and Often
+Continuous validation with dedicated QA agents catching errors before they propagate.
+
+### ๐ค๏ธ Critical Path First
+Identify and complete core dependencies before parallelizing secondary features.
+
+### ๐ค Agent Modularity
+Each agent is replaceable and specialized - new capabilities can be added without system overhaul.
+
+### โก Horizontal Scaling
+Add more agent instances to handle larger workloads in parallel across the network.
+
+### ๐๏ธ Controlled AI Inputs
+Prevent hallucinations through minimal, relevant context and structured prompting.
+
+## Beyond "Vibe Coding" to Industrial Production
+
+Traditional AI coding often results in "vibe coding" - code that looks right but fails in practice. Prometheus Swarm eliminates this through:
+
+### **๐ Narrowly-Scoped Tasks**
+Complex projects broken into clear, unambiguous pieces with explicit interfaces.
+
+### **๐ Knowledge Integration**
+`.kno` embeddings allow unlimited context sharing between agents without token limits.
+
+### **๐ Iterative Refinement**
+Continuous testing and improvement cycles with multiple validation checkpoints.
+
+### **๐ฅ Multi-Perspective Validation**
+Different agents with different models catch different types of errors.
+
+### **๐ Transparent Git Workflow**
+Visible commits and pull requests from each agent, maintaining full audit trail.
+
+## Real-World Performance Metrics
+
+- **โก 95% Development Time Reduction** - 6-hour projects completed in ~5 minutes
+- **๐ 1000+ PRs Shipped** in 3 days across decentralized nodes
+- **๐ค 50+ Partner Integrations** within weeks of launch
+- **๐ผ Enterprise Reliability** - "Works pretty much every time, or tells you why"
+
+## Technology Stack
+
+### **Multi-Model AI Integration**
+- GPT-4 for planning and architecture
+- Claude for code generation and review
+- Gemini for specialized tasks
+- Custom fine-tuned models for domain expertise
+
+### **Decentralized Infrastructure**
+- Koii Network: 100,000+ community nodes
+- Docker containerization for isolated execution
+- Distributed task queuing and load balancing
+
+### **Knowledge Management**
+- Vector embeddings for context preservation
+- `.kno` format for shareable knowledge bases
+- Cross-agent memory and learning
+
+### **Quality Assurance**
+- Automated testing at every stage
- Security vulnerability scanning
-- Performance analysis
-- Interactive debugging
-
-[Learn more about the Bug Finder โ](../docs/agents/bug-finder.md)
-
-### Documentation Agent
-
-Automated documentation generation and maintenance:
-
-- Code documentation
-- API documentation
-- User guides
-- Documentation testing
-
-[Learn more about the Documentation Agent โ](../docs/agents/docs-builder.md)
+- Performance optimization
+- Red team penetration testing
## Getting Started
-1. **Installation**
-
- ```bash
- # Install the main framework
- pip install prometheus-swarm
-
- # Install the testing framework
- pip install prometheus-test
- ```
+### Installation
+```bash
+# Install the main framework
+pip install prometheus-swarm
+
+# Install testing framework
+pip install prometheus-test
+```
+
+### Basic Agent Workflow
+```python
+from prometheus_swarm.clients import AnthropicClient
+from prometheus_swarm.workflows import SwarmWorkflow
+
+# Initialize swarm
+client = AnthropicClient()
+swarm = SwarmWorkflow(
+ planning_agent="gpt-4",
+ coding_agents=["claude-3", "gpt-4"],
+ testing_agents=["specialized-qa"],
+ architecture_agent="claude-3"
+)
+
+# Execute project
+result = swarm.build_from_description(
+ "Build a React app with user authentication and database"
+)
+```
+
+### Enterprise Integration
+```python
+# Custom agent configuration
+enterprise_swarm = SwarmWorkflow(
+ compute_nodes="private-koii-subnet",
+ security_level="enterprise",
+ custom_agents=["compliance-agent", "audit-agent"]
+)
+```
+
+## Community & Ecosystem
+
+- **๐ Open Source**: All code available at [Prometheus-Swarm GitHub](https://github.com/Prometheus-Swarm)
+- **๐ค Community Driven**: Contributors earn tokens for improvements
+- **๐ง Extensible**: Add custom agents for domain-specific needs
+- **๐ Transparent**: Full visibility into agent decision-making process
-2. **Basic Usage**
-
- ```python
- from prometheus_swarm.clients import AnthropicClient
- from prometheus_swarm.workflows import BaseWorkflow
-
- # Initialize a client
- client = AnthropicClient()
-
- # Create a workflow
- workflow = BaseWorkflow(config)
- result = workflow.run()
- ```
-
-3. **Next Steps**
- - Explore the [documentation](../docs/prometheus-swarm.md)
- - Try out the [examples](../docs/examples.md)
- - Join our [community](#community)
-
-## Key Features
-
-- **Decentralized Architecture**: Run AI agents across the Koii network
-- **Multi-Model Support**: Use multiple AI models in your applications
-- **Workflow Management**: Define and manage complex AI workflows
-- **Testing Framework**: Comprehensive testing tools for AI tasks
-- **Specialized Agents**: Purpose-built agents for specific tasks
-- **Type Safety**: Strong typing support for reliable development
-
-## Use Cases
+---
-- **Development Automation**: Automate code generation and testing
-- **Quality Assurance**: Automated bug detection and fixes
-- **Documentation**: Automated documentation generation and maintenance
-- **API Development**: Build and test APIs with AI assistance
-- **Security Analysis**: Identify and fix security vulnerabilities
\ No newline at end of file
+**Experience the power of coordinated AI swarms** - where specialized agents collaborate to build production-ready applications faster and more reliably than any single AI could achieve alone.
\ No newline at end of file