I'm a 17-year-old self-taught AI researcher and software developer from Salvador, Bahia, Brazil. I build things from scratch — custom neural network libraries, language models, interpreters, and web applications. Currently studying Industrial Automation at SENAI while pushing the boundaries of deep learning and AI agent architecture.
- 🤖 Building Eidos — a personal adaptive AI agent with persistent memory and learning capabilities (coming soon)
- 🧠 Building DiffuGPT — a hybrid diffusion + autoregressive text generation model from scratch in PyTorch
- 📦 Author of Ganim — a minimalist neural network library built from scratch in Python
- 🔍 Interested in: LLMs, AI agents, low-level systems, compilers, and industrial automation
An AI agent that thinks, remembers, and evolves.
Eidos is a personal AI agent project I've been architecting from the ground up. Unlike generic assistants, Eidos is designed to be genuinely adaptive — building a persistent model of the user over time, developing skills on demand, and reasoning across long-horizon contexts.
Core design goals:
- 🧬 Persistent memory — long-term user modeling that grows with every interaction
- 🛠️ Dynamic skill system — acquires and chains capabilities on the fly
- 💬 Multi-platform — Discord, Telegram, and beyond
- 🔒 Local-first — privacy-oriented, runs on consumer hardware
Status: 🔧 In active development — launch coming soon
Languages
AI / ML
Web and Tools
| Project | Description | Stack | Status |
|---|---|---|---|
| Eidos | Personal adaptive AI agent with persistent memory, dynamic skills, and multi-platform support | Python, LLMs | 🔧 Coming Soon |
| DiffuGPT | Hybrid text generation model combining discrete diffusion with autoregressive refinement, built from scratch with custom BPE tokenizer | Python, PyTorch | Active |
| Ganim | Minimalist neural network library built from scratch, focused on educational clarity | Python | Active |
| facilitation-lang | Toy language interpreter exploring parsing and compiler concepts | Python | Complete |
| encurtador | URL shortener with web interface | Flask, Python | Complete |
| ml-practice | Neural networks from scratch using only NumPy | Python | Complete |