Developer building practical systems around local AI, agent workflows, game engineering and production infrastructure — deployed, tested, audited and improved over time.
| Focus | |
|---|---|
| 🧠 Local AI | llama.cpp · GGUF · CUDA · Ollama · consumer GPU inference · OpenAI-compatible local APIs |
| 🤖 Agent Workflows | identities · skills · export formats · quality gates · target-specific tool files |
| 🎮 Game Systems | ROM-accurate recreation · GBC battle engines · card systems · pixel art pipelines |
| ⚙️ Automation | browser agents · coding workflows · validation scripts · infrastructure checks |
| Principle | |
|---|---|
| 🔍 Audit first | Inspect real state before changing anything |
| 📦 Small safe releases | Focused changes that can be tested and reverted |
| 🖥️ Local-first | AI should run on hardware people actually own |
| 🚦 Production discipline | Logs, smoke tests, health checks, rollback notes |
| 🏷️ No fake claims | Experimental = labeled. Production = validated |
active = shipping now · stable = works, maintained occasionally · alpha = early, expect breakage · research = experimental lab
| Project | Description | Status | Stack | |
|---|---|---|---|---|
| 🦁 | Kimari | Local LLM runtime — consumer GPUs, CUDA, GGUF, evaluation | ||
| 🧬 | NUDO | Programming language for humans and agents — lexer and parser first | ||
| 💓 | Latido | Local-first reader for your feeds — the pulse of the internet, on your machine | ||
| 🛡️ | captcha-shield | Anti-bot system — 14 behavioral signals, 7 challenge types, QR verification | ||
| 🔧 | AICodeStudio | AI-assisted IDE — OpenClaw + Hermes, Monaco Editor, PWA | ||
| 🧪 | MythosForge | Recurrent-depth transformer research — LTI inference, MLA, MoE | ||
| 🌐 | agent-browser | Browser automation for AI agents — Playwright, REST API, dashboard | ||
| 🎮 | Romulous | Game Boy Color ROM unraveler — extract every last byte | ||
| 🖥️ | SysGlance | Windows desktop overlay — system health, customization, live metrics | ||
| ⌨️ | LCDGlance | Logitech G510 LCD + RGB monitor with VPS stats and scouter | ||
| 🎥 | AreaRec | Minimal local-first Windows region screen recorder, powered by FFmpeg | ||
| 📟 | OpenClaw Widget | Always-on desktop panel for OpenClaw agents, Codex, process monitoring |
| Project | Description | Status |
|---|---|---|
| agentdnai | Identity, authorization and audit control plane for AI agents | |
| openclaw-desk | ClawDesk 🦞 — web panel to manage OpenClaw agents | |
| skill-genesis | Autonomous OpenClaw skill generator | |
| essentials-skill-openclaw | Security-first pack of essential OpenClaw skills | |
| prompt-organizer | Visual organiser for prompts, audits and backlog | |
| kimari-microcompress | Reversible lossless compression for AI models, with partial access | |
| kimari-ai-cli | Command-line interface for the Kimari local inference gateway | |
| tokentax | Compare 400+ AI models from every provider by price | |
| FerroNest | Strategic ant colony management game — you design, they decide | |
| ASCIIcritters | 3D virtual pet creator — ASCII art rendered in Three.js | |
| classicvoice | Offline desktop front-end for classic Spanish TTS (eSpeak) | |
| mundial-tv | Desktop player for live TV channels from around the world | |
| gasolineras-espana | Live fuel prices for every station in Spain | |
| hipoteca-compare | Mortgage comparison for Spain with an AI assistant | |
| tazo-art-studio | Drag & drop tazo designer for Trading Tazos Game | |
| trading-tazos-game-cli | CLI for the Trading Tazos Game collection |
| Languages | Frontend | Backend & Data | AI & Agents | Infrastructure |
|---|---|---|---|---|
| Step | |
|---|---|
| 🔍 01 · Audit | Inspect real state before assuming the problem |
| 📐 02 · Scope | Smallest safe change with clear rollback path |
| 🔨 03 · Implement | Focused changes, limited blast radius |
| ✅ 04 · Validate | Lint · typecheck · tests · build · smoke |
| 📝 05 · Document | What changed, why, how to revert |
| 🚀 06 · Release | Version-aligned deploy, health checks, post-deploy verification |



