TLDRocket
Sign in
Latest Prentis, new AI lab co-founded by Reid Hoffman, Marc Pincus in talks t... — TechCrunch AI Canadian legislator reads out apparent LLM response in floor speech — Ars Technica Anthropic's Opus 5 is about token efficiency, not a capability leap — Ars Technica Why Cognition bought Poke: AI personality is becoming a competitive ad... — TechCrunch AI Introducing Claude Opus 5 — Anthropic News Team uses AlphaFold AI to redesign gene-editing proteins to make them... — Ars Technica Anthropic’s Opus 5 is almost Fable 5 — The New Stack Anthropic launches Opus 5 — TechCrunch AI

Every AI story that matters — in your inbox by 8am.

TLDRocket reads 60+ sources, removes duplicate coverage, and publishes a short neutral summary of every story, linking back to the original. Free, no spam, unsubscribe anytime.

Thursday, 23 April 2026

Sign of the future: GPT-5.5

One Useful Thing 3 months ago 2 sources

OpenAI released GPT-5.5, a new model family with improved coding and reasoning capabilities compared to previous versions. GPT-5.5 Pro completed a 3D harbor town simulation task in 20 minutes compared to 33 minutes for GPT-5.4 Pro, and demonstrated the ability to generate academic papers from raw data and create illustrated tabletop roleplaying games. The model advances across three areas—models, applications like desktop Codex, and tool integrations—enable more complex tasks, though limitations remain in long-form fiction generation.

Deep Learning Weekly: Issue 452

Deep Learning Weekly 3 months ago

This Deep Learning Weekly issue covers releases of ChatGPT Images 2.0, Claude Opus 4.7, and Google's Deep Research agents, alongside MLOps tools like Comet's Ollie coding assistant for agent debugging. Research highlights include OpenThoughts' public reasoning datasets achieving 53% on AIME 2025 and Google's Simula framework for synthetic data generation via mechanism design. The updates reflect progress in multimodal AI, agent tooling, and open-source reasoning model training, with infrastructure innovations like Notion's vector search evolution and new memory management systems for agents.

Introducing GPT-5.5

OpenAI Blog 3 months ago 2 sources

OpenAI released GPT-5.5, a new model designed for complex tasks including coding, research, and data analysis. The company positioned it as faster and more capable than previous versions, with integration across multiple tools. Users working on technical projects now have access to improved performance for computationally demanding workflows.

How to use ChatGPT Work for everyday tasks

OpenAI Blog 3 months ago 3 sources

ChatGPT Work enables users to automate routine tasks and generate deliverables by connecting across multiple tools, files, and workflows. The system integrates with external applications to process inputs and produce outputs without manual intervention across platforms. This reduces time spent on repetitive work and allows teams to focus on higher-level activities.

OlmPool: How small architectural choices compound to undermine long context extension

Allen Institute (AI2) 3 months ago

Researchers found that four architectural choices in language models—QK normalization, grouped-query attention, sliding window attention, and shorter pretraining context length—individually have modest negative effects on long context performance but combine to reduce benchmark scores by up to 47%. The study used OlmPool, a suite of 26 7-billion-parameter models trained on 140 billion tokens with identical data but different architectures, to isolate these effects. The findings show that Llama 3's long context capabilities come primarily from architecture rather than training data, meaning context extension recipes validated on Llama may not transfer to other model families without adjustment.

Introducing OlmoEarth embeddings: Custom embedding exports from OlmoEarth Studio for downstream analysis

Allen Institute (AI2) 3 months ago

OlmoEarth Studio now allows users to compute and export embedding vectors from their open-source Earth observation foundation models for downstream analysis tasks. The platform supports three encoder variants ranging from Nano (1.4M parameters) to Base (89M parameters), with exports as Cloud-Optimized GeoTIFFs that can be customized by area, time range, resolution, and imagery source. Users can apply these embeddings to similarity search, few-shot segmentation, change detection, and unsupervised exploration with minimal labeled data, such as producing land-cover maps from just 60 labeled pixels.

How to Use Transformers.js in a Chrome Extension

Hugging Face Blog 3 months ago

Transformers.js was integrated into a Chrome extension using Manifest V3 by centralizing model inference and agent orchestration in a background service worker while keeping UI and page logic in separate side panel and content script runtimes. The extension loads two models—Gemma-4-E2B for text generation and MiniLM-L6-v2 for embeddings—entirely in the background, with all inference cached under the extension origin rather than per-website. The architecture separates conversation state (background memory), user settings (chrome.storage.local), and retrieval data (IndexedDB), enabling responsive UI, reusable models across tabs, and clear messaging contracts between runtimes.

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads 60+ sources, removes duplicate coverage, and summarises the day in two minutes. Free, no spam, unsubscribe anytime.