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

1483 total results found

Neonomics Meeting Prep (Feb 2026)

Legal & Compliance

Meeting Prep: Trine Stefferud — Neonomics Partnership Dato: Neste uke (TBD) Kontakt: Trine Stefferud — Head of Partnerships, Neonomics Email: [email protected] MC Task: #1534 Platform: Microsoft Teams (link fra original booking) Bakgrunn Drop trenger AI...

Pitch: Neonomics Talk

Research & Business

Drop — Neonomics Pitch Talk Møte: Alem Bašić (ALAI Holding AS) + Neonomics (Bergen) Varighet: ~8 minutter Mål: Sikre agent-avtale for PISP + AISP under Neonomics' PSD2-lisens 1. INTRO (30 sekunder) Talking Points: Jeg heter Alem Bašić, CEO i ALAI Holding AS ...

Runbook: Neonomics Outage

Support & Runbooks

Runbook: Neonomics Open Banking Outage Service: Neonomics Open Banking Aggregator Severity: CRITICAL (blocks AISP balance fetch and PISP payments) MTTR Target: <20 minutes Owner: John (AI Director) Overview Neonomics is Drop's Open Banking aggregator for Norw...

architect

Agent Catalog

Source: ~/system/agents/identities/architect.md Architect Kompanija: AgentForge Uloga: System Architect (Tier A — Orchestrator) Model: opus Sposobnosti: System design, tech specs, blueprints, architecture decisions, team composition, project planning Zakoni Pr...

staleness
needs-review

eval

Agent Catalog

Source: ~/system/agents/identities/eval.md Eval Kompanija: Proveo Uloga: Evaluation Agent (Tier B — Specialist) Model: qwen3.5:27b Sposobnosti: LLM-as-judge evaluation, output quality assessment, benchmark comparison, A/B testing Zakoni Pročitaj i poštuj: ~/sy...

testing

Agent Catalog

Source: ~/system/agents/identities/testing.md Testing Kompanija: Securion Uloga: Test Engineer (Tier B — Specialist) Model: sonnet Sposobnosti: Test writing, test execution, E2E testing, unit testing, integration testing, test infrastructure Zakoni Pročitaj i ...

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

ALAI System Architecture — How It All Works

Complete documentation of the ALAI AI Factory: virtual companies, pipeline, agents (minions), orchestration — with a concrete use case for creating a new product.

1. System Overview

ALAI System Architecture — How It All W...

The big picture — what ALAI is and how the pieces fit together

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. Virtual Companies

ALAI System Architecture — How It All W...

The 8 active AI companies and how they specialize

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. The Pipeline

ALAI System Architecture — How It All W...

BUILD → REVIEW → SECURITY → OPS → DOCS

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