Skip to content
View smouj's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report smouj

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.

Content in all repositories owned by your account will be closed.
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
smouj/README.md





🧭 Profile

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

🚀 Featured Projects

Project Description Stack
🦁 Kimari Local LLM runtime — consumer GPUs, CUDA, GGUF, evaluation
🛡️ 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

🧩 All Repositories

Repository Description
🦁 kimari-local-ai Local AI for consumer GPUs — llama.cpp + CUDA
🌐 agent-browser Browser automation for AI agents — Playwright + REST API
🛡️ captcha-shield Advanced anti-bot CAPTCHA with behavioral signals
🔧 AICodeStudio AI-powered IDE with OpenClaw & Hermes integration
🧬 MythosForge Recurrent-depth transformer research — LTI, MLA, MoE
📦 kimari-microcompress Reversible model compression with partial access
🧬 skill-genesis Autonomous agent skill generator for OpenClaw
🤖 openclaw-desk Web dashboard for managing OpenClaw agents
🛡️ essentials-skill-openclaw Security-first essential skills pack for OpenClaw
📚 awesome-openclaw-skills Curated collection of OpenClaw skills
🔐 agentdnai Verifiable digital identity for AI agents
📊 tokentax Compare 400+ AI models across all providers by price
📋 prompt-organizer Visual tool for prompts, audits and backlog
🐾 ASCIIcritters 3D virtual pet creator — ASCII art in Three.js + AI chat
gasolineras-espana Real-time fuel price dashboard for Spain
🏠 hipoteca-compare Mortgage comparison tool for Spain + AI assistant
💻 flickclaw-cli One-command CLI for pre-configured agents in AI tools
⚔️ trading-tazos-game-cli TTG CLI — search, battle, manage tazo collections
🎨 tazo-art-studio AI-powered drag & drop tazo designer

🛠️ Stack

Languages Frontend Backend & Data AI & Agents Infrastructure

⚙️ Workflow

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

📊 GitHub Stats





Pinned Loading

  1. kimari-local-ai kimari-local-ai Public

    🦁 Local AI for Consumer GPUs — Run powerful LLMs on GTX 1060/1080. No cloud. No subscriptions. Built on llama.cpp + CUDA.

    Python 8 1

  2. AICodeStudio AICodeStudio Public

    Next-generation open-source AI-powered IDE with OpenClaw & Hermes integration, Monaco Editor, GitHub connectivity, and PWA desktop installation

    Python 4 1

  3. MythosForge MythosForge Public

    🔧 Recurrent-Depth Transformer Research Lab — LTI-stable looped inference, switchable MLA/GQA attention, MoE routing & adaptive halting (ACT). Independent research, not affiliated with Anthropic.

    Python 1 1

  4. captcha-shield captcha-shield Public

    CAPTCHA Shield v4.0 - Advanced Anti-Bot/AI CAPTCHA with 14 behavioral signals, 7 challenge types, QR mobile verification. 100% client-side.

    TypeScript 5

  5. agent-browser agent-browser Public

    Give any AI agent a real browser. REST API + Web Dashboard + Vision AI. Control browsers via Playwright from OpenClaw, Hermes, or any LLM. Built with Next.js and TypeScript.

    TypeScript 1

  6. kimari-microcompress kimari-microcompress Public

    Reversible lossless compression for AI models: partial access, selective extraction, block/file/tensor indexes, streaming I/O, parallel compression, safetensors & GGUF metadata, LoRA/PEFT workflows.

    Python