Skip to content
View AmariahAK's full-sized avatar
:electron:
Building
:electron:
Building

Block or report AmariahAK

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
AmariahAK/README.md

Amariah Kamau

AI Engineer · Full Stack Architect · Founder @ NorahLabs

Building production AI systems from Nairobi, Kenya. Agentic orchestration engines, RAG pipelines, and native desktop applications — designed for developers who want real architectural understanding without cloud lock-in.


Flagship: Atlarix

A native desktop AI coding environment for developers working on non-trivial codebases.

v8.7.5 · Mac + Linux · atlarix.dev

Atlarix builds a section-scoped Blueprint graph on demand using a four-layer index stack — Universal Ctags (symbol index), ast-grep (import/call/HTTP route edges), BM25 (semantic symbol ranking), and ripgrep (text fallback) — delivering ~6,500 tokens of structural understanding for a 99-file TypeScript section in a 25-section multi-repository workspace.

Published research: Blueprint: Section-Scoped Structural Graph Retrieval and Post-Turn Compression for Agentic LLM Coding in Multi-Repository Workspaces · Zenodo (CERN), May 2026 DOI

v8.7.x highlights:

  • Section-scoped get_blueprintfocus_path required; preflight path validation; richness-gated hybrid merge (ctags + ast-grep → hybrid when thin)
  • Blast radius BFS over Blueprint flow edges before every write/edit approval
  • Inline Mermaid diagrams generated on demand from codebase scan — no stale DB snapshot
  • Post-turn tool-result summarisation — 95–98% per-read compression before history persistence

v8.6.x highlights:

  • Universal Ctags + ast-grep Blueprint stack — replaced previous parser approach
  • Route edges: Express/Fastify/Next.js HTTP handlers as first-class structural edges
  • ast-grep worker pool with Python/Go dynamic grammar registration
  • Incremental file-watcher refresh (500ms debounce) — per-file ctags + ast-grep, not full rebuild

v8.x foundations:

  • ~50% pre-dispatch token reduction — 6 auto-injected blocks converted to tool-driven retrieval
  • compress_context — model-triggered, not pre-dispatch
  • Tool consolidation 60+ → 28 — unified search (auto/text/semantic-graph/structural), edit_file, on-demand MCP, Skills via ToolRegistry
  • Skills Marketplace — community registry at atlarix-skills

v7.x foundations:

  • Parallel agents: Research · Architect · Builder · Reviewer · Debugger · Explore
  • DelegationMonitor — cyclic and runaway delegation detection
  • Compass managed tier — Fast / Balanced / Thinking, no API key required
  • Full CI/CD: Apple Notarisation + Linux packaging (.deb / .rpm / .AppImage)
  • Three-tier subscription: Free · Pro ($19/mo) · Workforce ($79/mo)

Multi-provider: OpenAI · Anthropic · Google Gemini · Groq · Mistral · xAI · OpenRouter · Together AI · Ollama · LM Studio

Achievements: Winner — Amazon Nova AI Hackathon (Devpost × AWS, 2026) · GDG Nairobi Agentathon (May 2026) · Lua x Antler (Nairobi, 2026) · Red Bull Basement Global Innovation Programme


Research

Blueprint: Section-Scoped Structural Graph Retrieval and Post-Turn Compression for Agentic LLM Coding in Multi-Repository Workspaces Amariah Kamau, NorahLabs — May 2026

DOI

Documents the Blueprint architecture, post-turn tool-result summarisation, and benchmark results from a controlled A/B evaluation on a production multi-repository workspace. Honest findings — including a counterintuitive result about total context usage.


Open Source

atlarix-skills — Community skill registry. SKILL.md files teaching agents language patterns and framework conventions across React, Next.js, Python, TypeScript, Go, Rust, Docker, MCP, and more. Apache 2.0.

atlarix-mcps — MCP server registry for Atlarix. One-click connections to Gmail, Calendar, Drive, and more from within the agent environment. Apache 2.0.

atlarix-releases — Desktop app release builds for Mac and Linux.


Stack

Layer Technologies
Languages TypeScript · Python · JavaScript · SQL · Bash
AI / ML Agentic Systems · RAG · Graph RAG · Multi-Agent Orchestration · Context Compression · Universal Ctags · ast-grep · BM25 · LangChain · Hugging Face
Desktop Electron · React · React Flow · SQLite
Backend Node.js · Django DRF · FastAPI · PostgreSQL · Redis · Celery
Infrastructure AWS · GCP · Docker · GitHub Actions · Supabase · Vercel
Auth & Billing Auth0 · Token Vault · LemonSqueezy
Monitoring Sentry · PostHog · Prometheus · Grafana

Other Projects

Praxia — AI healthcare assistant with MONAI X-ray analysis (pneumonia, fractures, tumours), multilingual symptom diagnosis, real-time WebSocket chat, and Docker/Nginx/Celery production stack.

Commit Checker — Open source CLI for Git commit analysis.


African AI

Atlarix is built in Nairobi. Most serious AI developer tooling assumes a Western cloud subscription. Atlarix is open-model by design — bring any provider, including locally-built African models. Currently piloting with African AI labs for native MansaLLM integration.


Stats


Connect

LinkedIn Email Atlarix DOI Buy Me a Coffee

Pinned Loading

  1. commit-checker commit-checker Public

    Stay consistent. Stay accountable. Stay committed

    Python 5 2

  2. atlarix-releases atlarix-releases Public

    All releases & release notes for Atlarix

    2

  3. Praxia_Backend Praxia_Backend Public

    AI-powered healthcare assistant backend — symptom analysis, X-ray interpretation, multilingual support, and real-time WebSocket chat. Built with Django DRF, Celery, Redis, Docker, and Nginx.

    Python 1

  4. Praxia_Frontend Praxia_Frontend Public

    AI-powered healthcare assistant frontend — symptom analysis, X-ray upload, multilingual chat, and health news. Built with Next.js 14, TypeScript, and Tailwind CSS.

    TypeScript 1

  5. atlarix-skills atlarix-skills Public

    Community skill registry for Atlarix — SKILL.md files that teach Atlarix agents language patterns, framework conventions, and developer workflows. Apache 2.0.

    JavaScript

  6. atlarix-mcps atlarix-mcps Public

    Auto-synced MCP registry for Atlarix — merged index.json of Model Context Protocol servers (official npm packages + community). No server code; Atlarix installs via installUrl.

    JavaScript