FEED — DAILY AI NEWS

The AI news worth reading, every day.

A daily read of hand-picked sources — research blogs, engineering write-ups and industry letters — each condensed to two sentences.

07 Jul 2026 · SIMON WILLISON

tencent/Hy3

Tencent released Hy3, a 295B-parameter Mixture-of-Experts model featuring a 256K context window. It outperforms similarly sized models and rivals flagship open-source alternatives, with weights now available on Hugging Face under an Apache 2.0 license.

06 Jul 2026 · AI NEWS (SMOL.AI)

not much happened today

Tencent released the 295B Hy3 MoE model under an Apache 2.0 license, while Anthropic identified a privileged internal J-space in Claude. Additionally, new agent benchmarks and world models like MIRA signal a shift toward domain-specific performance and interactive simulation.

06 Jul 2026 · SIMON WILLISON

sqlite-utils 4.0rc3

The sqlite-utils 4.0rc3 release adds support for introspecting and creating compound foreign keys. It also updates column name handling to follow SQLite's case-insensitive conventions, requiring a breaking change to the table.foreign_keys property.

05 Jul 2026 · SIMON WILLISON

sqlite-utils 4.0rc2

Simon Willison released sqlite-utils 4.0rc2, a Python library and CLI tool for SQLite database manipulation that was primarily written by the AI model Claude Fable.

05 Jul 2026 · SIMON WILLISON

Building a World Map with only 500 bytes

Iwo Kadziela created a credible ASCII world map using only 445 bytes of data by leveraging deflate compression and a JavaScript fetch snippet to decompress the base64-encoded string directly in the browser.

05 Jul 2026 · SIMON WILLISON

Better Models: Worse Tools

Newer Anthropic models are increasingly failing to follow custom tool schemas because they are being over-optimized for specific internal coding tools. This forces developers to implement multiple tool versions to maintain compatibility with different model versions.

04 Jul 2026 · SIMON WILLISON

Open Source AI Gap Map

Current AI launched the Gap Map, an open-source index cataloging 421 key AI tools, models, and datasets. The project released its underlying research data on GitHub to provide a transparent overview of the current open-source AI ecosystem.

03 Jul 2026 · SIMON WILLISON

Quoting Josh W. Comeau

Developer course creator Josh W. Comeau reports a 50% revenue decline, attributing the drop to AI-driven job insecurity and the tendency for LLMs to replace paid educational content with regurgitated, uncompensated information.

03 Jul 2026 · SIMON WILLISON

Fable's judgement

Improve coding agent efficiency and reduce token costs by instructing models like Fable to use their own judgment when deciding whether to write tests or delegate smaller implementation tasks to lower-power subagents.

03 Jul 2026 · SIMON WILLISON

June 2026 newsletter

The June newsletter highlights the release of GLM-5.2 as the leading open-weights model and provides updates on Claude Fable 5, GPT-5.6, and new US export restrictions. It also covers recent developments in Datasette and various WASM projects.

03 Jul 2026 · LATENT SPACE

Vercel's Andrew Qu on why agents are a new kind of software

Vercel launched its new framework, eve, to provide developers with standardized primitives for building AI agents. The company argues that agents represent a distinct software category requiring specialized infrastructure for context, tool use, and long-running tasks.

02 Jul 2026 · LATENT SPACE

The website of the future may assemble itself for every visitor

Adobe is developing agentic websites that use LLMs to assemble personalized pages in real time based on a visitor's intent. This system retrieves existing content to generate unique, tailored experiences for each user in under two seconds.

02 Jul 2026 · SIMON WILLISON

llm-coding-agent 0.1a0

The developer released llm-coding-agent 0.1a0, an open-source Python library that provides a Claude-style coding agent. It includes tools for file editing, command execution, and searching, allowing users to automate development tasks directly from the command line.

02 Jul 2026 · SIMON WILLISON

Understand to participate

To collaborate effectively with coding agents, developers must maintain a deep conceptual understanding of their projects. This fluency prevents cognitive debt and ensures you remain an active, creative participant in the development process rather than a passive observer.

02 Jul 2026 · LATENT SPACE

Skill engineering and the case against one-shot AI design

Paul Bakaus introduced skill engineering to replace one-shot AI design with iterative, human-steered workflows. His tool, Impeccable, gives agents a professional design vocabulary to ensure AI outputs align with specific creative intent rather than generic automation.

02 Jul 2026 · AI NEWS (SMOL.AI)

not much happened today

Coding agents are shifting from simple component generation to end-to-end app development, with new benchmarks like EdgeBench and KernelBench-Mega highlighting advancements in long-horizon learning and low-level system optimization. Anthropic also expanded Claude Code access and simplified API rate limits.

02 Jul 2026 · LATENT SPACE

Autoresearch: The feedback loop behind self-improving agents

Introspection is building infrastructure for autoresearch, a system where agents use feedback loops and agent recipes to maintain and improve themselves. This approach enables companies to deploy autonomous, self-improving software factories that distill frontier model capabilities into proprietary environments.

01 Jul 2026 · LATENT SPACE

How Cursor deploys AI inside the enterprise

Cursor is scaling its forward-deployed engineering team to help enterprises implement AI agents across the entire software development lifecycle. The company aims to transition organizations from individual AI adoption to integrated, long-running AI software factories.

01 Jul 2026 · AI NEWS (SMOL.AI)

not much happened today

Anthropic relaunched Claude Fable 5, prompting developers to adopt multi-model orchestration strategies for better efficiency. Meanwhile, new open-source tools like ZCode and OpenWiki are advancing agentic workflows, while NVIDIA’s TwoTower architecture significantly accelerates model inference.

01 Jul 2026 · SIMON WILLISON

Quoting Anthropic

Anthropic is restoring access to Claude Fable 5 and Mythos 5 after the Department of Commerce lifted export controls on the models. Users can expect service to resume starting tomorrow.

01 Jul 2026 · ONE USEFUL THING

The twilight of the chatbots

AI capabilities are growing at an exponential rate, shifting the primary use of technology from interactive chatbots to autonomous agents. Experts are increasingly managing these agents to execute complex, long-term tasks rather than collaborating on step-by-step prompts.

01 Jul 2026 · SIMON WILLISON

Nano Banana 2 Lite

Google released Gemini 3.1 Flash Lite, its fastest and most affordable image-generation model designed for high-velocity tasks. While it shows improved creative performance, the model still struggles with accurate text rendering in complex images.

30 Jun 2026 · SIMON WILLISON

What's new in Claude Sonnet 5

Anthropic released Claude Sonnet 5, which offers performance near Opus 4.8 levels. However, a new tokenizer increases token counts by up to 30% for English and code, effectively raising the model's actual usage costs.

30 Jun 2026 · SIMON WILLISON

The AI Compass

The AI Compass is a new interactive quiz that analyzes 29 questions about AI ethics to categorize users into one of 30 distinct archetypes, ranging from industry experts to garage tinkerers.