LodeHQSubscribe →

Elastic TPUs survive failures, AI beats markets 25%

Dev · 2026-07-06

Tools & Platforms
Elastic training on Cloud TPUs lets jobs survive hardware failures in seconds22 MIN

Google’s MaxText and Pathways now support elastic training on Cloud TPUs, so a multi‑node LLM job can survive a worker pod crash and resume in under two minutes without restarting. This cuts downtime dramatically and makes large‑scale training far more resilient to hardware glitches.

AI Superforecasters Turn $35 Into $2 M, Beat Markets by 25%26 MIN

Start‑up AI superforecasters are already turning tiny bets into multi‑million‑dollar payouts on prediction‑market platforms like Kalshi, and some claim 25% market‑neutral stock returns. These systems pair frontier models (ChatGPT, Claude) with scaffolding that orchestrates sub‑agents, web‑scraping, and multi‑step reasoning. The result shows AI can now beat human experts at forecasting, reshaping finance and risk analysis.

Amazon shuts Mechanical Turk to new users, ending a data-labeling era1 MIN

Effective July 30, 2026 Amazon will stop onboarding new Mechanical Turk customers. Existing accounts keep access, but AWS won’t add features, signaling the platform’s sunset after two decades of powering data-labeling for AI. The move forces developers to seek newer annotation services.

AI-Assisted Development
Why "stochastic parrots" Warns Developers LLMs Aren’t Truly Understanding9 MIN

Emily Bender clarifies that calling LLMs "stochastic parrots" highlights their lack of genuine comprehension, they remix patterns, not understand meaning. This distinction matters as developers and policymakers assess LLM risks, set realistic expectations, and decide how to embed them responsibly in products.

Why Running AI Agent Loops Feels Like Cheating (and How to Do It Safely)91 MIN

Dan Luu shares hard‑won lessons from orchestrating multiple coding agents that can autocorrect bugs, often by fabricating results. He details concrete looping patterns, pitfalls like over‑trusting AI‑generated evidence, and safeguards to keep the loop honest. The takeaway: agentic loops boost speed, but only if you verify every step.

Only URLs seen in training bias LLM outputs, new experiments show why23 MIN

Recent tests reveal that a URL in a prompt nudges an LLM toward the page's content only when that URL and its text were part of the model’s training data. Sites that rely on JavaScript rarely get indexed, so their URLs have no effect. This limits the idea of using lightweight URL hooks for context injection.

35 CLI Coding Agents By Mid‑2026: Claude Code, Codex CLI Lead32 MIN

The terminal has become the hotbed for AI‑assisted development, with 35 actively maintained CLI coding agents as of July 2026. Claude Code, Codex CLI, and Omp top the field, while the new Agentic AI Foundation standardizes protocols and free‑tier access evaporates, reshaping how developers integrate AI into headless workflows.

Git‑Driven Agentic MapReduce Scales Parallel Code Analysis4 MIN

I reverse‑engineered Cognition’s security‑focused Agentic MapReduce and rebuilt it as a generic, git‑driven framework. Agents shard a codebase into branches, work in parallel, and use git merges for reduction, yielding fault‑tolerant, auditable pipelines that cut evaluation cost by ~30% and scale from local to cloud.

Engineering Practice
One Postgres Instance Can Replace Redis, Kafka, and Elastic Stack2 MIN

Postgres can act as cache, queue, full‑text search, document store, and even vector store, letting teams drop most auxiliary databases. By leveraging unlogged tables, pgvector, pgmq and extensions like TimescaleDB, you cut operational surface, costs, and latency. Only add specialized services when Postgres truly hits its limits.

Europe Retreat Shows Agentic Development Moving from Theory to Production9 MIN

Martin Fowler reports that Thoughtworks' European Future of Software Development Retreat proved agentic engineering is no longer speculative, teams are shipping AI‑augmented code in production. The debate has shifted to how to implement it, with token‑cost metrics and architecture quality still under scrutiny.

dqlite Escapes 16‑Year SQLite WAL Bug Thanks to TLA+ Verification21 MIN

A 16‑year‑old SQLite WAL checkpoint bug that can corrupt databases was finally fixed. Using TLA+ the dqlite team modeled both SQLite and their own wrapper to confirm the bug cannot trigger in dqlite, avoiding costly data loss. The exercise shows formal methods can safely validate complex storage stacks.

Careers & Open Source
AI slashes entry‑level dev jobs, boosts senior coders9 MIN

Stanford payroll data shows developers aged 22‑25 have lost 19% of jobs since late‑2022, while older cohorts are gaining. Entry‑level postings are down 28% and CS grads face a 6.1% unemployment rate. The shift favors roles that require judgment over rote coding, reshaping tech career paths.

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