Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

976 total results found

Frontend Architecture & Developer Manual

Frontend

Frontend Architecture & Developer Manual Plock WMS — AI-Native Warehouse Management System Last updated: 2026-03-04 | Tech lead: ALAI Engineering Table of Contents Architecture Overview Tech Stack Shared Packages Shell App (port 3000) Inventory M...

staleness
needs-review

Numerical Verification — Allah, Rahman, Rahim Word Counts

Quran Research — Computational Analysis

Numerical Verification Report: The "19 Miracle" Word Count Claims Date: 2026-03-05 Investigator: Petter Graff (John) -- Systems Architect Model: Claude Opus 4.6 Data Source: ~/system/context/quran/full-quran.json (114 surahs, 6236 ayahs) Verification Script: /...

staleness
needs-review

Muqattaat Deep Analysis — The Mysterious Letters

Quran Research — Computational Analysis

The Muqattaat: A Deep Computational Investigation الحروف المقطعة: تحقيق حسابي عميق Analyst: Petter Graff -- Systems Architect Date: 2026-03-05 Model: Claude Opus 4.6 Previous analyses: 5 completed (letter-level, number 19 deep, "over it is nineteen", mathemati...

staleness
needs-review

Ollama Full-Pass Analysis — Status & Methodology

Quran Research — Computational Analysis

Quran Ollama Full-Pass — Status Report Generated: 2026-03-05 MC Task: #1949 (previous failed), this run: test pass Status: TEST CHUNKS COMPLETE — 3/35 chunks verified, production run ready Model Used qwen2.5-coder:32b (19GB, Ollama local, Mac Studio M3 Ultra ...

staleness
needs-review

Forge the Anvil — PI Orchestrator Fix

Specs & Plans

Plan: Forge the Anvil — PI Orchestrator Fix Research Summary Analysed pi-orchestrator.js (1706 lines), ollama-tool-agent.js (548 lines), hivemind.js (994 lines), dag-scheduler.js (394 lines), plus MC stats, minions.db, events.db, and HiveMind data. Key finding...

staleness
needs-review

test-agent

Agent Catalog

Source: ~/system/agents/identities/test-agent.md Test Agent Agent Kompanija: CodeCraft Uloga: test (Tier S — Specialist) Model: sonnet Sposobnosti: code, test Zakoni Pročitaj i poštuj: ~/system/agents/LAWS.md Kako radim Učitam blueprint i task spec — NIKAD be...

staleness
needs-review

1.1 What is ALAI?

ALAI System Architecture — How It All W... 1. System Overview

What is ALAI? ALAI Holding AS is an AI-first company factory. Instead of a traditional software company with developers, ALAI operates a system of AI agents organized into virtual companies that build, review, secure, and deploy software products autonomously....

staleness
needs-review

1.2 How Everything Connects

ALAI System Architecture — How It All W... 1. System Overview

How Everything Connects The Flow: From Idea to Done CEO Decision / Task Creation │ ▼ Mission Control (MC) ← Task enters the system │ ▼ Pi-Orchestrator ← Daemon picks it up every 30s │ ...

staleness
needs-review

2.1 Company Overview

ALAI System Architecture — How It All W... 2. Virtual Companies

Virtual Companies Virtual companies are specialized AI agent teams. Each company has: A SOUL (identity, values, expertise description) A config (domain, model preferences, agent roles) Blueprints (templates for how to build things) Agents (lead, builder, revi...

staleness
needs-review

2.2 Company Agent Roles

ALAI System Architecture — How It All W... 2. Virtual Companies

Company Agent Roles Each company has three agent roles: Lead Agent (Orchestrator) Model: Typically Claude Sonnet or Kimi K2.5 Role: Breaks down tasks, creates execution plans, coordinates When used: Complex tasks (complexity ≥ 3) Builder Agent (Executor) Mo...

staleness
needs-review

3.1 Pipeline Stages

ALAI System Architecture — How It All W... 3. The Pipeline

Pipeline Stages The Pipeline Engine (~/system/kernel/pipeline-engine.js) manages a multi-company chain where each completed stage triggers the next. Stage Flow BUILD (CodeCraft / Vizu / Datavera) │ ▼ Task completed → Pipeline Engine creates REVIEW task RE...

staleness
needs-review

3.2 Pi-Orchestrator

ALAI System Architecture — How It All W... 3. The Pipeline

Pi-Orchestrator The Pi-Orchestrator (~/system/kernel/pi-orchestrator.js) is the central brain of the ALAI system. It's a daemon that runs 24/7. What It Does Every 30 seconds, the orchestrator: Polls MC for the next eligible task (mc.js next-task) Skips tasks ...

staleness
needs-review

4.1 Minion System

ALAI System Architecture — How It All W... 4. Agents & Minions

Minion System Minions are one-shot autonomous agents (inspired by Stripe's internal system). Each minion: Gets a single task Runs in an isolated git worktree Has full tool access (read/write files, run commands) Follows a blueprint (YAML chain of steps) Produ...

staleness
needs-review

4.2 HiveMind — Shared Knowledge

ALAI System Architecture — How It All W... 4. Agents & Minions

HiveMind — Shared Knowledge Base HiveMind (~/system/agents/hivemind/hivemind.js) is the collective memory of all agents. What Goes Into HiveMind Task completions — every pi-orchestrator task result (Tier 2+) Agent discoveries — facts, patterns, warnings found...

staleness
needs-review

5.1 Scenario: Building "Bento" — a Meal Prep SaaS

ALAI System Architecture — How It All W... 5. Use Case: Creating a New Product

Use Case: Building "Bento" — a Meal Prep SaaS Let's walk through how the ALAI system would build a completely new product from CEO idea to deployed MVP. The Idea Alem: "We need a meal prep subscription SaaS for the Nordic market. Next.js frontend, Kotlin/Ktor...

staleness
needs-review

5.2 Pipeline Cascade: Review → Security → Deploy

ALAI System Architecture — How It All W... 5. Use Case: Creating a New Product

Pipeline Cascade Step 4: Pipeline Triggers REVIEW After BUILD completes, the Pipeline Engine fires: pipeline-engine.js advance 4001 → Stage: BUILD complete → Creating REVIEW task for Proveo New MC task created: #4006 [M] [open] [—] [BENTO-REVIEW] Code rev...

staleness
needs-review

5.3 End-to-End Timeline

ALAI System Architecture — How It All W... 5. Use Case: Creating a New Product

End-to-End Timeline What the System Produces Starting from 5 MC tasks, the full pipeline generates: Stage Tasks Company Time BUILD — scaffold 1 CodeCraft ~15 min BUILD — DB schema 1 CodeCraft ~10 min BUILD — landing page 1 Vizu ~8 min BUILD — auth...

staleness
needs-review

6.1 Key Commands

ALAI System Architecture — How It All W... 6. Quick Reference

Key Commands Mission Control node ~/system/tools/mc.js list # List open tasks node ~/system/tools/mc.js show <id> # Task details node ~/system/tools/mc.js add "title" -p H # Create high-priority task node ~/system/tools/...

staleness
needs-review