LodeHQSubscribe →

Postgres branching without copies, AI agents coordinate

Dev · 2026-07-16

Tools & Platforms
Classical ML Detects AI‑Generated Text with 85% Accuracy11 MIN

A lightweight classifier built from traditional machine‑learning features can spot LLM‑written sentences around 85% of the time, challenging the notion that only massive models can do the job. The author shares code, a demo, and a GitHub repo, making AI‑text detection accessible for developers and researchers.

Homescale lets you branch PostgreSQL without copying data, enabling cheap dev environments11 MIN

An open‑source project that recreates PlanetScale‑style storage for any database. It models immutable snapshots as images and writable clones as containers, so you can spin up point‑in‑time Postgres branches without full copies, speeding up development, testing, and CI pipelines.

AI-Assisted Development
Agent-talk lets AI coding agents chat and coordinate tasks13 MIN

Agent-talk adds a plugin to Claude Code that lets AI coding agents exchange messages through a shared relay, turning them from isolated helpers into coordinated teammates. This lets multiple agents work on parallel subtasks without manual copy‑pasting, accelerating large codebases and reducing human friction.

AI Archaeologist's Copilot: How LLMs Can Safely Modernize Decades‑Old Java Code26 MIN

Fowler shows a step‑by‑step method for reviving a 20‑year‑old Java 1.5 “big ball of mud” using an LLM as an “archaeologist’s copilot”. By grounding AI suggestions in Docker‑based evidence and existing tests, he avoids hallucinations and turns vague tours into reliable refactoring paths, proving AI works when tightly constrained.

Why API Design Must Change When AI Agents Are the Users10 MIN

AI agents can ingest an entire API spec in a single prompt and generate thousands of lines of code instantly. That makes defaults and ambiguous behavior deadly; APIs need explicit fields, precise contracts, and robust error handling so agents can debug without human intuition. The shift flips classic human‑centric design on its head.

Ratel lets AI agents load only needed tools, slashing token costs3 MIN

Ratel indexes every tool and skill into a searchable catalog, letting agents request just the capabilities required for each turn. By injecting only relevant items, it cuts token usage by up to 70% and restores model accuracy without any vector DB overhead.

Grok Build: Terminal AI that edits code, runs commands, and browses the web2 MIN

Grok Build is an open‑source, terminal‑based AI coding agent from xAI that can understand an entire codebase, edit files, execute shell commands and even search the web. It runs interactively, headlessly for CI pipelines, or as an editor plug‑in, letting developers automate routine chores and focus on core logic.

Engineering Practice
Why naive model routing costs double in real‑world AI agents4 MIN

Routing models inside agentic systems is less about selecting the cheapest model and more about juggling cost, latency, and compliance. IBM researchers show that caching, hidden task difficulty, and infrastructure quirks can flip expected pricing, making naive classification routers ineffective.

SQLite Needs Rust‑Style Editions to Fix Its Silent Data Bugs11 MIN

SQLite’s default settings silently ignore foreign‑key constraints and allow type laxity, leading to silent data corruption. The author proposes Rust‑style "editions", versioned default bundles that projects can opt into, to enforce stricter behavior without breaking existing code. This could make SQLite safer for embedded apps and services that rely on its convenience.

Careers & Open Source
Why a DeepMind Engineer Quit Over Pentagon AI Deal60 MIN

The author, a DeepMind researcher, resigned after repeated attempts to block Google’s military AI contracts and enforce ethical safeguards were ignored, even by senior leaders like Jeff Dean. The exit highlights internal resistance to ethical oversight and signals how profit motives can override AI safety commitments at top tech firms.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ