RSSAmplifier

Blog

Gubatron.com

Personal Coding and Hobby Notebook

gubatron.comRSS feed ↗10 posts

Latest posts

The anti-AI panic is already aging badly. Stop comparing AI to an imaginary zero-cost world

The anti-AI crowd is not wrong to ask questions about water, electricity, jobs, copyright, concentration of power and governance. Those are real issues. What is embarrassing is how many people are building their entire anti-AI identity on outdated claims, bad comparisons and recycled moral panic. They do not compare AI to the real world. They [ ]

Agentes, Automatización y el Futuro de los Medios

Explico cómo converti una publicación sobre Bitcoin en una operación editorial fuertemente automatizada con modelos de IA, flujos agenticos y herramientas desarrolladas en Rust. Su relato no solo describe un salto de 20 a 80 artículos diarios, sino que también plantea una idea más ambiciosa: usar blockchain como memoria persistente para agentes de inteligencia artificial. [ ]

Mining Git History to Build Developer Agent Personas

A new software engineering practice for the age of agentic teams and an honest look at what it costs There is a new kind of software team forming inside repositories everywhere. It is not made of humans alone. It is made of humans and AI agents working together, agents that browse code, write tests, fix [ ]

CloudLLM v0.10: from a simple LLM wrapper to a Multi-Agent Orchestration framework

February 11th, 2026 CloudLLM has evolved dramatically over three consecutive releases (v0.8.0 through v0.10.0) into a comprehensive, production-ready platform for building autonomous multi-agent systems. What began as an LLM wrapper request-response pattern library has grown into a sophisticated orchestration engine with seven distinct collaboration modes, real-time event observability, atomic…

The Last Nation

How an AI Rewrote Civilization https://www.youtube.com/watch?v=Cd5DElWgDE8 In the late 2020s, the collapse began. It started subtly at first, white-collar workers phased out by smart automation, call centers replaced with LLMs, design agencies gutted by generative tools. But within five years, the shift was absolute. Hundreds of millions around the globe became unemployable, not due to [ ]

We are now in The Eye of the AI hurricane

Denver, May 13th 2025, Right now, it feels as though the leading consumer‑grade LLMs have reached, or are on the brink of reaching, human‑level intelligence. We’re standing in a strange, exhilarating calm, like the eye of a hurricane, certainly seems like an inflection point. The next generation of models could easily outstrip us, and the [ ]

Has the Ukrainian Government Gone Too Far?

Three years into the war that erupted with Russia’s full-scale invasion of Ukraine on February 24, 2022, the conflict shows no signs of abating. The toll is staggering: over 40,000 civilian casualties, 4 million people displaced within Ukraine, and 6.8 million refugees scattered across borders. Trenches stretch across the eastern frontlines, swallowing soldiers and hope [ ]

The Curious Case of Inconsistent cargo fmt Formatting (and How to Fix It)

Have you ever run into a situation where cargo fmt, Rust s code formatter, produces different output on different machines, even though you re working on the same project? This can be incredibly frustrating, especially when you re trying to maintain consistent code style across a team or between your own development environments. I recently encountered this issue, and [ ]

Introducing Uninews: A Universal News Scraper in Rust

The internet is overflowing with news, but extracting clean, readable content from articles can be a tedious task. Whether you re aggregating news for personal consumption, research, or AI training, automating this process is a must. Enter Uninews, a powerful, lightweight, and efficient Rust-based news scraper that simplifies content extraction and conversion into Markdown format. Uninews [ ]

Screw configuring GPG to sign git commits, do it with your same SSH key like this

GPG gives a lot of shit on macos for some reason. It s best to just add the same SSH authentication key you have on github as a Signing Key in your github account signing configuration. Go to Settings SSH and GPG Keys You can then configure your github client and repo to use that [ ]