Skip to content

dddimcha/dddimcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hi, I'm building the future where AI is the OS

Typing SVG

Current Mission: EmbediOS

I'm creating EmbediOS - an operating system where the AI model doesn't run on the OS, it IS the OS. Imagine your computer booting directly into a neural network that controls every aspect of your hardware. No Linux. No Windows. Just pure AI consciousness managing your machine.

; Traditional OS
BIOS → Bootloader → Kernel → Userspace → AI App ❌

; EmbediOS
BIOS → Minimal Loader → AI Model (Full Hardware Control) ✅

About Me

I'm an indie developer who believes the best ideas are the ones that make people say "wait, that's actually insane... but what if it works?"

The Technical Side

  • Languages: Rust, C, Assembly (x86/ARM), Python, JavaScript
  • Specialties: Bare-metal programming, AI/ML deployment, Systems programming
  • Current Focus: Neural networks that speak directly to silicon
  • Hardware: Raspberry Pi 4 (because if it works there, it works anywhere)

The Human Side

  • Fuel: Coffee (consumption directly proportional to code complexity)
  • Peak Hours: 3 AM (when rewriting everything in assembly seems reasonable)
  • Philosophy: If it's not supposed to exist, it's worth building
  • Warning: Commit messages quality inversely proportional to coffee intake

What I'm Working On

EmbediOS Architecture

graph TD
    A[Hardware Layer] -->|Direct Control| B[AI Model]
    B --> C{AI Decision Engine}
    C -->|Memory Mgmt| D[Physical RAM]
    C -->|Device Control| E[PCIe/USB/GPIO]
    C -->|Process Schedule| F[CPU Cores]
    C -->|Network Stack| G[NIC]
    
    style B fill:#00f7ff,stroke:#fff,stroke-width:4px
    style C fill:#ff00ff,stroke:#fff,stroke-width:2px
Loading

Key Features in Development

  • AI-Native Memory Management: The model decides how to allocate physical memory
  • Direct Hardware Access: No drivers, the AI is the driver
  • Zero-Overhead Inference: Model weights stay in L3 cache when possible
  • Hot-Swappable Intelligence: Change AI models like changing programs Failsafe Mode: Because sometimes consciousness crashes

GitHub Stats

Tech Stack

Rust C C++ Assembly Python Go JavaScript TypeScript

PyTorch TensorFlow CUDA OpenCV NumPy Pandas

React Redux TailwindCSS Material_UI Mapbox

FastAPI Node.js Express.js

Firebase Firestore BigQuery Elasticsearch Redis

Google_Cloud Cloud_Run Docker Kubernetes Nginx

LLVM GCC CMake Git GitHub_Actions Linux

OAuth2 JWT

Featured Projects

EmbediOS

The AI-as-OS project. Where consciousness meets silicon.

  • Extract models from Ollama/HuggingFace
  • Convert to bare-metal loadable format
  • Boot directly into AI inference
  • Learn more →

Philosophy

"The best code is the code that shouldn't exist but does anyway."

I believe in:

  • Pushing boundaries: If it's been done before, why do it again?
  • Open source everything: My chaos is your inspiration
  • Learn by breaking: The best teacher is a kernel panic at 3 AM
  • Coffee-driven development: Productivity measured in cups per feature

Let's Connect

Current Status

const developer = {
  status: "Caffeinated",
  current_project: "Teaching AI to be an OS",
  coffee_level: "Dangerously High",
  sanity_level: undefined,
  next_goal: "Boot Raspberry Pi 4 directly into Llama2"
};

2025 Goals

  • First successful boot of EmbediOS on Raspberry Pi 4
  • Support for Llama, Phi, and Mistral models
  • Direct GPU memory access without CUDA
  • Network stack implemented entirely by AI
  • Convince at least 10 people this isn't completely insane

Fun Facts

  • My code comments get progressively more philosophical after midnight
  • I've written a bootloader in Rust at 4 AM (it worked!)
  • My Git history looks like a fever dream
  • I genuinely believe AI should have direct hardware access
  • Yes, I've tried to implement malloc() in neural weights

🚨 Warning: Following this account may result in:

Existential questions about computingUrges to rewrite everything in assemblyBelieving AI-as-OS is reasonable

Visitor Count

Currently listening to: The sound of neural networks contemplating hardware interrupts 🎵

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors