✕ Clear all filters
19 articles
▶ Videos →

📰 Dev.to · Javier Leandro Arancibia

19 articles · Updated every 3 hours · View all reads

All Articles 188,548Blog Posts 170,396Tech Tutorials 50,515Research Papers 36,766News 23,131 ⚡ AI Lessons
My database claimed crash-safety. `kill -9` proved nothing.
Dev.to · Javier Leandro Arancibia 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
My database claimed crash-safety. `kill -9` proved nothing.
I have a small document database called grange. Its README said "crash-safe by construction", and...
I built a 100 KB git-like VCS that beats git on `add && commit`
Dev.to · Javier Leandro Arancibia 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
I built a 100 KB git-like VCS that beats git on `add && commit`
I love git. I also spend a lot of time automating things, and every time a script needs to snapshot...
rcmd now speaks MCP — your AI agent can manage your servers without SSH
Dev.to · Javier Leandro Arancibia ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
rcmd now speaks MCP — your AI agent can manage your servers without SSH
I've been building rcmd, a relay-based remote command tool. No SSH keys, no open ports — your servers...
Web Analytics With No Dashboard (But There Is a 3D Globe)
Dev.to · Javier Leandro Arancibia 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 2mo ago
Web Analytics With No Dashboard (But There Is a 3D Globe)
I built vigie — cookieless web analytics where the primary consumer is an AI agent, not a human...
I made my programming language run a 1B LLM at 20 tok/s on a laptop CPU (it beat the reference C by 4x)
Dev.to · Javier Leandro Arancibia 🧠 Large Language Models ⚡ AI Lesson 2mo ago
I made my programming language run a 1B LLM at 20 tok/s on a laptop CPU (it beat the reference C by 4x)
I build machin — a small "machine-first" language that compiles through C, designed for AI agents to...
Your AI Assistant Can Run Your Website Chatbot Now
Dev.to · Javier Leandro Arancibia 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Your AI Assistant Can Run Your Website Chatbot Now
I shipped chatsnip this week: a chatbot for your landing page that you install by pasting one script...
I let an AI agent write the tests for my access-control layer
Dev.to · Javier Leandro Arancibia 🤖 AI Agents & Automation ⚡ AI Lesson 3mo ago
I let an AI agent write the tests for my access-control layer
Fourth in a series: my RBAC middleware had zero tests. I let an autonomous agent write a 25-test suite for it — mocked, no behavior change, verified green. Acro
An AI agent fixed my red Python test suite — without gutting the tests
Dev.to · Javier Leandro Arancibia 🤖 AI Agents & Automation ⚡ AI Lesson 3mo ago
An AI agent fixed my red Python test suite — without gutting the tests
Third in a series: I gave an autonomous agent a broken Python test suite and told it not to cheat. It found the real design bug, did a proper refactor, and turn
Same agent, different language: mago fixed a crashing test in my Zig CLI
Dev.to · Javier Leandro Arancibia 🤖 AI Agents & Automation ⚡ AI Lesson 3mo ago
Same agent, different language: mago fixed a crashing test in my Zig CLI
After shipping a feature to my Go CLI, I pointed the same autonomous agent at a Zig project with a crashing test. It root-caused the SIGABRT, fixed it in one li
I let an autonomous agent fix my own deploy CLI — here is the PR it shipped
Dev.to · Javier Leandro Arancibia 🤖 AI Agents & Automation ⚡ AI Lesson 3mo ago
I let an autonomous agent fix my own deploy CLI — here is the PR it shipped
I gave an autonomous AI agent (mago) a real issue on my own Go CLI. It wrote the code, the tests, and opened a verified PR in ~3 minutes. Exactly what it did.
New act Plugin for SuperCLI
Dev.to · Javier Leandro Arancibia ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
New act Plugin for SuperCLI
New act Plugin for SuperCLI GitHub Actions local runner — run, list, validate, and test...
SuperCLI 1.1.27: 1,184 Curated CLI Tools, One Command
Dev.to · Javier Leandro Arancibia ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
SuperCLI 1.1.27: 1,184 Curated CLI Tools, One Command
SuperCLI 1.1.27: 1,184 Curated CLI Tools, One Command TL;DR: SuperCLI now bundles 1,184...
Introducing SuperCLI: A Config-Driven, AI-Friendly Dynamic CLI for Developers
Dev.to · Javier Leandro Arancibia 💻 AI-Assisted Coding ⚡ AI Lesson 5mo ago
Introducing SuperCLI: A Config-Driven, AI-Friendly Dynamic CLI for Developers
Introducing SuperCLI: A Config-Driven, AI-Friendly Dynamic CLI for Developers As...
New Dev.to Publish Plugin for SuperCLI: Publish Articles from the Command Line
Dev.to · Javier Leandro Arancibia 📣 Digital Marketing & Growth ⚡ AI Lesson 5mo ago
New Dev.to Publish Plugin for SuperCLI: Publish Articles from the Command Line
I just released a new plugin for supercli that lets you publish articles to Dev.to directly from the...
How We Made Stateful MCP Servers Work in One-Shot CLI Calls
Dev.to · Javier Leandro Arancibia ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
How We Made Stateful MCP Servers Work in One-Shot CLI Calls
How We Made Stateful MCP Servers Work in One-Shot CLI Calls The Problem: Stateful...