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) ✅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?"
- 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)
- 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
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
- 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
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 →
"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
- Discord: Join the madness
- LinkedIn: https://www.linkedin.com/in/dddimcha/
- Buy me a coffee: Keep the chaos caffeinated
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"
};- 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
- 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




