AI News 2025-05-29

General

  • Essay by Pete Koomen: AI Horseless Carriages (video version: Why AI Apps Still Feel Broken with Pete Koomen). It makes the case that our current approach of adding AI to existing applications is akin to early horseless carriages (which added engines to existing carriage designs; instead of being designed from scratch to optimally take advantage of an engine). Future AI-first applications need to rethink the user experience in light of AI capabilies.

Research Insights

LLM

Agents

  • OpenAI updates Operator to use the o3 model.
  • Manus introduce a system that will build a slide deck on demand.

Safety & Interpretability

Audio

  • Kyutai demos Unmute, a text-to-speech and speech-to-text capability. Will be open-sourced.
  • Anthropic announce that they will begin rolling out voice conversation mode.
  • Chatterbox TTS is a high-quality open source speech synthesis model (try).

Image Synthesis

Video

  • Viggle Live enables real-time avatar control.
  • Workflow: Use Google Street View imagery combined with image synthesis (e.g. Runway References) and then video generation (e.g. Runway Gen3) to generate a sequence of “on location” clips.
  • Google DeepMind report SignGemma, a forthcoming open model for converting sign language video into text.

World Synthesis

Science

  • OpenAI adds to ChatGPT scaffolding the ability to visualize molecules (RDKit library).

Robots

Posted in AI, News | Tagged , , , , , , , , , | Leave a comment

AI News 2025-05-22

General

Research Insights

LLM

Agents

  • OpenAI announces: A research preview of Codex in ChatGPT. Whereas Codex-CLI runs locally, this new system runs on OpenAI’s servers. Uses Codex-1 (based on o3, optimized for coding), and can be used for things like: understanding a repo, fixing bugs in a repo, etc.
  • Google adds an Agent Mode to Gemini, allowing you to delegate tasks for it to work on.
  • Google release Jules, an asynchronous coding agent.
  • Google published a video demo of their Project Astra research prototype, an AI assistant operating from your smartphone.

Image Synthesis

Video

Audio

  • Google announce improvements to their Lyria 2 music generator.

Science

Hardware

Robots

  • Video of LimX Dynamics TRON 1, performing various real-world relevant tasks.
  • Video of Tesla Optimus performing real-world tasks autonomously. Reportedly, all tasks are accomplished using a single neural network trained on human POV data.
Posted in AI, News | Tagged , , , , , , , , | Leave a comment

AI News 2025-05-15

General

Research Insights

LLM

  • OpenAI add o4-mini to their reinforcement fine-tuning API.
  • ByteDance releases SeedCoder 8B.
  • OpenAI adds GPT-4.1 to the ChatGPT web product.
  • OpenAI release HealthBench. In addition to providing a useful way to track progress on LLMs for healthcare applications, the current results demonstrate just how effective existing LLMs can be in this application space.

Agents

Safety

Audio

Video

World Synthesis

  • Enigma Labs claims they have made the first multiplayer AI-generative video game (a multiplayer car racing game). They say they will open-source the work eventually. Although the gameplay video shows crude graphics, it is further evidence that generative environments are a key part of future entertainment.

Science

Hardware

Robots

  • Tesla shows a video of Optimus robot dancing. Fluid motion like this tests the limit of hardware and software (latency, real-time compensation, etc.).
Posted in AI, News | Tagged , , , , , , , | Leave a comment

AI News 2025-05-08

General

Research Insights

LLM

Audio

Video

Brain

Robots

Posted in AI, News | Tagged , , , , , | Leave a comment

AI News 2025-05-01

General

Research Insights

LLM

Safety

Audio

Image Synthesis

  • Freepik and Fal announce F-Lite (tech report), an open-source image model (10B, trained on 80M images).
  • Midjourney has pushed updated to the v7 model (improving quality and coherence), adds an experimental aesthetic intensity parameter, and launches a new omni-reference feature (example outputs).

Video

  • Runway roll out their references feature to all paying users, which allows one to include specific characters/environments/elements in generations.

Science

Robots

Posted in AI, News | Tagged , , , , , , | Leave a comment

AI News 2025-04-24

General

Research Insights

LLM

AI Agents

Audio

  • Nari Labs Dia is a text-to-speech (TTS) model that can generate remarkably realistic and emotional output (example).

Video

Hardware

  • Google demos next-generation smart glasses with AI integration (TED talk).
Posted in AI, News | Tagged , , , , , | Leave a comment

AI Impact Predictions

Debates about future AI progress or impact are often confused, because different people have very different mental-models for the expected pace, and the time-horizon over which they are projecting.

This figure is my attempt to clarify:

The experimental datapoints come from the METR analysis: Measuring AI Ability to Complete Long Tasks (paper, code/data). The “count the OOMs” and “new regime” curves are extrapolated fits to the data. The other curves are ad-hoc, drawn just to give a sense of how a particular mental model might translate to capability-predictions.

The figure tries to emphasize:

  • Task complexity covers many orders-of-magnitude. Although imperfect, we can think about the timescale over which “coherent progress” must be made as a proxy for measuring generally useful capabilities.
  • There are many models for progress, and they vary dramatically in predictions.
  • Nevertheless, except for scenarios that fundamentally doubt AI progress is possible, the main disagreement among models is over the timescale required to reach a given kind of impact.
  • The concerns one has (economic, social, existential) will depend on one’s model. (Of course one’s concerns will also be influenced by other assessments, such as the wisdom we expect leaders to exhibit at different stages of rollout.)
  • It is difficult to define intelligence. Yet, it seems quite defensible to say that we have transitioned from clearly sub-human AI, into a “jagged intelligence” regime where a particular AI system will out-perform humans in some tasks (e.g. rapid knowledge retrieval) but under-perform in other tasks (e.g. visual reasoning). As we move through the jagged frontier, we should expect more and more human capabilities to be replicated in AI, even while some other subset remains unconquered.
  • The definition of “AGI” is also unclear. Instead of a clear line being crossed, we should expect a greater fraction of people to acknowledge AI as generally-capable, as systems cross through the jagged frontier.

The primary goal of the figure is to clarify discussions. I.e. we should specify which kinds of scenarios we find plausible, which impacts are thus considered possible, and which time-span we are currently discussing.

Posted in AI | Tagged , , , , | 1 Comment

AI News 2025-04-17

General

Research Insights

LLM

  • Zyphra releases an open-source reasoning model: ZR1-1.5B (weights, try using).
  • Anthropic adds to Claude a Research capability, and Google Workspace integration.
  • OpenAI announces GPT-4.1 models in the API. Optimized for developers (instruction following, coding, diff generation, etc.), 1M context length, etc.; three models (4.1, 4.1-mini, 4.1-nano) provide control of performance vs. cost. Models can handle text, image, and video.
    • They also have a prompting guide for 4.1.
    • OpenAI have released a new eval for long-context: MRCR.
    • OpenAI intends to deprecate GPT-4.5 in the next few months.
  • OpenAI announces o3 and o4-mini reasoning models.
    • These models are explicitly trained to use tools as part of their reasoning process.
    • They can reason over images in new ways.
    • Improved scores on math and code benchmarks (91-98% on AIME, ~75% on scientific figure reasoning, etc.).
    • o3 is strictly better than o1 (higher performance with lower inference cost); o1 will be deprecated.
    • OpenAI will be releasing coding agent applications; starting with Codex CLI, which allows one to deploy coding agents easily.
    • METR has provided evaluations of capabilities.
    • As part of the release, they also provided data showing how scaling RL is yielding predictable improvements.

Safety

Video

Audio

Science

Posted in AI, News | Tagged , , , , , | Leave a comment

AI News 2025-04-10

General

Research Insights

LLM

  • More progress in diffusion language models: Dream 7B: Introducing Dream 7B, the most powerful open diffusion large language model to date.
  • Meta releases Llama 4 series of MoE LLMs: Scout (109B, 17B active, 16 experts), Maverick (400B, 17B active, 128 experts), and Behemoth (2T, 288B active, 16 experts). These are MoE models with a 10M token context. The models appear to be competitive (nearing the state-of-the-art tradeoff curve for performance/price), and thus extremely impressive for open-source.
    • Independent evals (including follow-up) from Artificial Analysis show it performing well against non-reasoning models.
    • Evaluation of the 10M context on simple NIAH seem reasonable, but (reportedly) it does not fare as well on deeper understanding of long context.
  • Cloudflare launch an open beta for their AutoRAG solution.
  • Nvidia release Llama-3_1-Nemotron-Ultra-253B-v1, which seems to beat Llama 4 despite being based on Llama 3.1.
  • Amazon announces Nova Sonic speech-to-speech foundation models, for building conversational AI.
  • Agentica release open-source: DeepCoder-14B-Preview, a reasoning model optimized for coding (code, hf).
  • Anthropic announce a new “Max” plan for Claude ($100/month).
  • xAI release an API for Grok-3. Pricing appears relatively expensive (e.g. compared to Gemini models of better performance).
  • OpenAI adds an evals API, making it easier to programmatically define tests, evaluations, etc. This should make it faster/easier to test different prompts, LLMs, etc.
  • Bytedance release technical report for Seed-Thinking-v1.5, a 200B reasoning model.
  • OpenAI add a memory feature to ChatGPT, allowing it to reference all past chats in order to personalize responses.

AI Agents

Audio

Image Synthesis

Video

World Synthesis

Science

Brain

Hardware

Robots

Posted in AI, News | Tagged , , , , , , , , , , , | Leave a comment

AI News 2025-04-03

General

Research Insights

Safety

LLM

  • OpenAI pushed an update to their 4o model. This has significantly improved its ranking (e.g. now best non-reasoning model on coding benchmark).
  • An interesting test of GPT-4o in-context image generation: it is unable to generate an image of a maze with a valid solution; at lest when the maze is a square. However, if you ask it to make an image of a diamond orientation maze (45° rotated square), it succeeds to have a valid solution. We can rationalize this based on the sequential order of autoregressive generation. By generating first from the start of the maze (and only its local neighborhood), and similarly finishing with this sort of locality, the model can more correctly build a valid solution. (Conversely, the usual square orientation requires longer-range reasoning across image patches.)
    • At first, this might seem like just another silly oddity. But it shows how recasting a problem, just by changing the generation order, can massively change model performance. This sheds light on how they “think” and suggests that alternate generation strategies could perhaps unlock capabilities.
      • For instance, one could imagine an LLM with different branches (like MoE?) where each branch is trained on a different autoregression strategy (left-to-right, right-to-left, block diffusion, random, etc.) such that the overall LLM can invoke/combine different kinds of thinking modes.
    • Another trick is to ask it to generate an image of a maze with the solution identified, and then update the image to remove the solution. This is a visual analog of “think step-by-step” and other inference-time-compute strategies. This implies that current models have untapped visual reasoning capabilities that could be unlocked by allowing them to visually iterate on problems.
  • Anthropic announces Claude for Education, which provides a university-wide solution tailored to education.

AI Agents

Audio

Image Synthesis

Video

Science

Robot

Posted in AI | Tagged , , , , , , , , | Leave a comment