Elastic TPUs survive failures, AI beats markets 25%
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Subscribe free