Skip to content
View DarlingtonDeveloper's full-sized avatar

Block or report DarlingtonDeveloper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Hey, I'm Mike πŸ‘‹

πŸ“ London, UK | πŸ€– Lead Backend Engineer | πŸš€ darlington.dev

Go TypeScript Python C# Rust Swift AWS Azure Docker Kubernetes Claude NATS

First neural network in 2017. 8 years of backend engineering across regulated industries. Now building autonomous AI agent infrastructure. Targeting 10,000 iterations this year β€” every decision is training data.

Cortex

graph LR
    subgraph Input
        Agent1["Agent"]
        CLI["CLI"]
        API["Python / Rust SDK"]
    end

    subgraph Cortex
        Store["Node Store"]
        Embed["Embedding Index (HNSW)"]
        Graph["Knowledge Graph"]
        Decay["Decay Engine"]
        Briefing["Briefing Generator"]
    end

    subgraph Output
        Context["Agent Context"]
        Search["Hybrid Search"]
        Prompts["Prompt Selection"]
    end

    Input --> Store
    Store --> Embed --> Graph
    Graph --> Decay
    Graph --> Briefing --> Context
    Graph --> Search
    Store --> Prompts

    style Store fill:#f59e0b,stroke:#d97706,color:#000
    style Graph fill:#8b5cf6,stroke:#7c3aed,color:#fff
    style Briefing fill:#10b981,stroke:#059669,color:#fff
Loading

Cortex β€” embedded graph memory for AI agents. Agents store knowledge as typed nodes β†’ auto-linking via embeddings β†’ decay of unused knowledge β†’ briefings synthesised on demand β†’ agents get smarter. One binary. One file. Zero dependencies. Currently trialled by 2 startups.

Services

Service Purpose Repo
Warren Agent lifecycle manager (Docker Swarm) Go
Dispatch Task broker β€” 11-factor scoring, NATS delivery Go
Alexandria Knowledge layer β€” secrets, semantic search, context Go
PromptForge Prompt registry β€” versioning, branching, subscriptions Python
Chronicle Observability β€” transcript storage, DLQ alerts Go
MissionControl 10-stage orchestration β€” gates, workers, audit trail Go + Rust
Dredd The Judge β€” extracts decisions, builds trust scores Go
CC Sidecar Watches Claude Code sessions, publishes to NATS Go

Agents

Agent Role
🦊 Kai King. Orchestrates work, thinks architecturally. Always-on, bare metal.
🌸 Lily PA. Conversational, WhatsApp + Slack.
πŸ”­ Scout Research specialist. Web search, structured reports.
βš’οΈ Celebrimbor PromptArchitect. Designs and evolves agent personas.
βš”οΈ DutyBound Developer. Spawned on-demand for code tasks.
βš–οΈ Dredd Judge. Extracts decisions from transcripts, feeds trust loop.

Apps

Darlington β€” Personal OS. Habits, health, finance, Mandarin, calendar, Kai chat. Next.js 15 + Supabase.

OpenGlass β€” iOS smart glasses app connecting Meta Ray-Bans to Gemini Live + OpenClaw.

Cortex β€” Embedded Rust knowledge graph for agent memory.

What I'm Currently Doing

  • Architecting multi-agent workflows with MCP at Cox Automotive
  • Building Cortex β€” embedded Rust knowledge graph for agent memory, trialled by 2 startups
  • Contributing to OpenClaw
  • Targeting 10,000 iterations this year

GitHub Contribution Graph


Twitter LinkedIn Website GitHub Follow

Recognition

  • Lead Backend Engineer at Cox Automotive
  • Previously BNY Mellon, Finova (Bain Capital portfolio)
  • First Class Honours, Computer Science β€” AI specialisation
  • Cortex trialled by 2 startups
  • Deployed LLM-powered chatbot at BNY Mellon in 2021, pre-ChatGPT

Philosophy

10,000 iterations, not 10,000 hours. Every decision is training data. Every conversation teaches the swarm.

Random facts
  • Built my first neural network in 2017 during university β€” a CNN for image classification
  • I speak conversational Mandarin and track progress daily on Darlington
  • Ran a cricket data analytics side project with Monte Carlo simulations
  • I play Old School RuneScape β€” efficiency-focused, naturally
  • My agents have a trust scoring system β€” they earn autonomy over time
  • The name "MikeSquared" comes from a joke about having two Mikes on a team

Pinned Loading

  1. ArchAngel ArchAngel Public

    Smart Linting & Automated Code Review Platform with VS Code Integration

    Go

  2. CrewAI CrewAI Public

    First demo of CrewAI

    Python

  3. EIII EIII Public

    TypeScript

  4. fraud-detection-system fraud-detection-system Public

    HTML

  5. PageLoadTimeExtension PageLoadTimeExtension Public

    Chrome Extension to track Page Load Time

    JavaScript

  6. TelexistenceAPI TelexistenceAPI Public

    Telexistence Remote Monitoring and Control API

    C# 1