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

Senior Software Engineer — AI Systems & Infrastructure
Chile

GitHub followers Total stars


About

Senior software engineer specializing in AI systems, systems programming, and distributed infrastructure. I architect and deliver production-grade solutions spanning the entire stack — from kernel-level optimizations and embedded firmware to large language model orchestration engines and real-time web platforms.

Currently leading the NEURO ecosystem: a cohesive platform where madOS delivers AI-integrated OS infrastructure, Fractal-Mind provides cognitive memory architectures, Neuro Agent orchestrates multi-model AI workflows, and neuro-ollama enables GPU-accelerated local inference.

Core Competencies:

  • AI & Knowledge Engineering — Multi-provider LLM orchestration, RAG pipelines, vector indexing (HNSW), fractal graph embeddings, cognitive memory systems
  • Systems Programming — Custom Linux distributions, kernel tuning, hardware abstraction layers, Wayland compositing, memory optimization (ZRAM/zstd)
  • Backend & APIs — High-performance Rust services (Axum), distributed architectures, REST/GraphQL APIs, real-time WebSocket systems
  • Infrastructure & DevOps — Docker multi-service deployments, GitHub Actions CI/CD, GPU-accelerated containerization, automated ISO builds
  • Embedded & Firmware — ESP32 IoT systems, VR/AR tracking (SlimeVR), nRF52 BLE bootloaders, Android native development

Featured Projects

CI/CD ISO Release

madOS - AI-Orchestrated Arch Linux Distribution

AI-orchestrated Arch Linux distribution optimized for resource-constrained environments (1.9GB+ RAM). Delivers adaptive GPU rendering with hardware acceleration fallback, ZRAM compression (zstd), high-fidelity audio support (192kHz/32-bit), and Sway Wayland compositor at ~67MB RAM. Fully automated ISO generation via GitHub Actions.

Shell Python Arch Linux Wayland GitHub Actions

CI

Fractal-Mind - AI Cognitive Engine with Evolutionary Memory

Production cognitive engine implementing RAPTOR-based fractal graphs with HNSW vector indexing over SurrealDB. Dual-phase architecture: Vigilia (real-time graph traversal) and REM (asynchronous consolidation). Features multi-user namespace isolation, multi-format ingestion (PDF/OCR), and multi-embedding support (Nomic, BGE, CLIP). Complete delivery — 12/12 roadmap features shipped.

Rust Axum SurrealDB Tauri Vector Embeddings

CI

Neuro Agent - AI Programming Assistant with Dual-Model Orchestration

Enterprise-grade AI programming assistant in Rust with intelligent multi-provider routing (Ollama, OpenAI, Anthropic, Groq). Implements AST-based code review with cyclomatic complexity analysis, LRU context caching (10× latency reduction), automatic error recovery with rollback, and comprehensive benchmarking suite with regression detection. 219+ tests, 100% pass rate.

Rust Ollama Anthropic OpenAI ratatui

CI

Git Reports - Automated Git Analytics Engine

Automated Git intelligence engine in Rust that synthesizes work summaries from repository activity. Processes commits, contributor patterns, and temporal trends with configurable time windows and multi-format export. LLM-powered natural language generation for executive summaries. Full CI/CD pipeline with comprehensive test coverage.

Rust Git LLM GitHub Actions CI/CD

Tachikoma - AI Ecosystem with GraphRAG Memory

Tachikoma: Modular AI ecosystem combining GraphRAG memory, intelligent agents, and automatic model selection. Features SurrealDB for graph+vector storage with 11 relation types, multi-model routing (ministral-3b to qwen2.5-coder:14b), built-in tools (web search, command execution), and complete UI stack (React chat + admin dashboard + Z-Brain CLI).

Rust Axum GraphRAG SurrealDB AI Agents

ESP32 Android Auto WiFi - IoT Bridge

IoT bridge for automatic WiFi connection on Android Auto using ESP32 microcontroller. Handles remote control and WiFi management as a hardware bridge between Android devices and vehicle infotainment systems. Demonstrates embedded systems expertise with resource-constrained hardware.

C ESP32 IoT Embedded WiFi

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


Tech Stack

Languages
Rust TypeScript Swift Python Kotlin C C++

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

Frameworks & Data
Axum Tauri React Next.js SurrealDB PostgreSQL MongoDB


Activity

Streak stats


 

Última actualización: 2026-03-08

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 6

  2. mad-os mad-os Public

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

    Python 5

  3. mmorpgvt mmorpgvt Public archive

    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 1

  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