✕ Clear all filters
13 articles
▶ Videos →

📰 Dev.to · Javier Leandro Arancibia

13 articles · Updated every 3 hours · View all reads

All Articles 130,646Blog Posts 135,560Tech Tutorials 33,834Research Papers 25,428News 18,548 ⚡ AI Lessons
I let an AI agent write the tests for my access-control layer
Dev.to · Javier Leandro Arancibia 🤖 AI Agents & Automation ⚡ AI Lesson 3w 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 3w 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 3w 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 3w 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 2mo 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 2mo 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 2mo 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 2mo 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 2mo 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...