Skip to content
View madkoding's full-sized avatar
🧩
Back to your reality
🧩
Back to your reality

Block or report madkoding

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
madkoding/README.md

madKoding

Software Engineer — AI Systems, Systems Programming & Full Stack
Chile

GitHub followers


About

Software engineer focused on AI systems, systems-level programming in Rust, and full-stack development. I design and build end-to-end solutions — from custom Linux distributions and embedded firmware to LLM orchestration engines and real-time web applications.

Currently building the NEURO ecosystem: an interconnected platform where madOS provides the AI-integrated OS layer, Fractal-Mind serves as the cognitive memory engine, Neuro Agent orchestrates multi-model AI workflows, and neuro-ollama manages GPU-accelerated local inference.

My work spans the full depth of the stack:

  • AI & Knowledge Systems — RAG pipelines, LLM orchestration with multi-provider abstraction, vector embeddings, fractal graph-based memory architectures
  • Systems Programming — Custom OS builds with adaptive hardware detection, kernel tuning, ZRAM compression, Wayland compositing
  • Full Stack — React/Next.js frontends, Node.js/Express backends, REST APIs with JWT auth, real-time systems with WebSocket
  • Infrastructure & DevOps — Docker multi-service architectures, GitHub Actions CI/CD, GPU-accelerated containerized inference
  • Embedded & IoT — ESP32 firmware, VR tracking systems (SlimeVR), nRF52 BLE bootloaders, Android native (Kotlin)

Featured Projects

madOS - AI-Orchestrated Arch Linux Distribution

AI-orchestrated Arch Linux distribution for resource-constrained systems (1.9GB+ RAM). Features adaptive GPU rendering (auto-switches between hardware acceleration and software fallback), ZRAM with zstd compression, audio quality auto-detection up to 192kHz/32-bit, USB persistence with dynamic space allocation, and Sway Wayland compositor at ~67MB RAM footprint. Automated ISO builds via GitHub Actions.

Shell Python Arch Linux Wayland GitHub Actions

Fractal-Mind - AI Cognitive Engine with Evolutionary Memory

AI cognitive engine with evolutionary memory built on RAPTOR-based fractal graph structures and HNSW vector indexing over SurrealDB. Dual-phase architecture: Vigilia (wakefulness) for real-time response via graph navigation, REM (sleep) for asynchronous learning and memory consolidation. Multi-user namespace isolation, PDF/OCR ingestion, multi-embedding support (Nomic, BGE, CLIP). Full roadmap delivered — 12/12 features complete.

Rust Axum SurrealDB Tauri Vector Embeddings

CI

Neuro Agent - AI Programming Assistant with Dual-Model Orchestration

AI programming assistant in Rust with dual-model orchestration — routes tasks between fast local models (Ollama) and heavy compute providers (OpenAI, Anthropic, Groq) through a unified provider abstraction. Features AST-based code review with cyclomatic complexity detection, LRU context caching (10x response improvement), smart error recovery with retry/rollback, and a performance benchmarking framework with regression detection. 219+ tests, 100% pass rate.

Rust Ollama Anthropic OpenAI ratatui

CI

Git Reports - Automated Git Analytics Engine

Automated Git analytics engine in Rust that generates work summaries from repository activity. Analyzes commits, contributors, and activity patterns across time periods with multi-format export. Integrates LLM-powered report generation for natural language summaries. CI/CD with GitHub Actions and 100% passing test coverage.

Rust Git LLM GitHub Actions CI/CD

MMORPGVT - Real-time Interactive MMORPG for Twitch

Real-time interactive MMORPG engine for Twitch VTuber streams. Chat-driven mechanics: battles, exploration, virtual economy, and collaborative quests — all triggered from viewer commands. Built with Next.js and Firebase for real-time state sync. Full test suite with Jest, ESLint, Prettier, and automated formatting.

TypeScript Next.js Firebase Jest Twitch API

Docker SlimeVR - Production-Ready Docker for VR Tracking

Production-ready Docker environment for SlimeVR full-body tracking server with dynamic Web GUI. Auto-downloads server JAR and GUI assets from GitHub releases, serves via Nginx with LAN IP auto-redirect. Exposes tracker (UDP 6969), WebSocket bridge, OSC router, VMC, and VRC ports. Persistent volume management for config and GUI assets.

Docker Nginx SlimeVR VR Networking

See all repositories at github.com/madkoding?tab=repositories


Tech Stack

Languages
Rust TypeScript Python JavaScript Bash C# Kotlin SQL

AI & Infrastructure
Ollama Anthropic OpenAI Docker GitHub Actions Nginx Linux Arch Linux

Frameworks & Data
React Next.js Node.js Axum SurrealDB PostgreSQL MongoDB Firebase


Activity


 

Última actualización: 2026-02-22 01:36:55 -03

Pinned Loading

  1. git-reports git-reports Public

    Git commit analysis engine in Rust. Generates reports for your job or Jira. Automates tracking of your weekly/monthly activity. v1.0.0 - Initial Release.

    Rust 5

  2. mad-os mad-os Public

    Custom Linux distribution based on Arch. Configurations, scripts, and dotfiles for optimized development environment. AI-orchestrated with Claude Code. v1.0.0 - Production Ready.

    Python 2

  3. mmorpgvt mmorpgvt Public

    Interactive MMORPG engine for VTuber Twitch streams. Chat-driven mechanics: battles, exploration, virtual economy, and collaborative quests. v1.0.0 - Production Ready.

    JavaScript 1

  4. docker-slimevr-web-server docker-slimevr-web-server Public

    Dockerized SlimeVR Server with auto-downloaded Web GUI, dynamic LAN IP redirect, and full port exposure for VMC, OSC, and more.

    Dockerfile

  5. fractalmind fractalmind Public

    AI system with evolutionary memory using fractal graph RAPTOR and vector embeddings for human-like cognition. Stack: SurrealDB+HNSW+fastembed+Rust. Phases: Vigilia (SSSP) and REM (consolidation+web…

    Rust

  6. neuro-agent neuro-agent Public

    AI programming assistant with dual-model orchestration (fast/heavy), integrated RAG, and multiple providers (Ollama/OpenAI/Anthropic/Groq). Modern TUI with ratatui. 100% tests passing. v1.0.0 - Pro…

    Rust