🔴 High Significance
Model Releases
🔴 💬 Reasoning-Medical0.1-27B (Qwen3.5-27B medical finetune, claims to surpass MedGemma) — score 75
Sources: reddit/r/LocalLLaMA
🔴 🧡 GPT-5.6 — score 72
Sources: hackernews · lab_blog/OpenAI
More intelligence from every token, stronger performance per dollar, and more capability on demand for your hardest work.
Developer Tools
🔴 💬 I track LLM prices every 3 hours. GLM-5.2 quietly went from ~$0.57/$1.80 to $0.90/$3.08 per 1M this week, with no announcement. — score 94
Sources: reddit/r/AIAgents
I run a small side project that pulls model pricing from OpenRouter every few hours and diffs it, so I caught something this week I hadn't seen laid out anywhere: GLM-5.2's price bounced around, and net climbed hard. Input went from roughly $0.57 to $0.90 per million, and output from about $1.80 to
🔴 💬 GLM-5.2 fearmongering in the press — score 89
Sources: reddit/r/LocalLLaMA
I don't know where this is headed, but I don't like it. https://futurism.com/artificial-intelligence/open-source-ai-model-scary-mythos > GLM-5.2 can be downloaded by anybody, can be run on virtually any hardware, and unlike Mythos or Fable, there’s no vendor playing the middle man between the AI
🔴 💬 Built a multi-agent AI system that runs on Telegram, entirely on free-tier infra (Cloudflare Workers + GitHub Actions) — score 83
Sources: reddit/r/AIAgents
I'm a diploma CS student, self-taught mostly through docs and just breaking things until they work. Wanted to see how far I could push a "real" AI system without spending a rupee on hosting, so here's what I ended up with. It's called Ultimate AI Agent — controlled entirely through Telegram,
🔴 💬 Deployed a voice agent for after-hours calls - what I learned — score 72
Sources: reddit/r/AIAgents
small team, three of us running a service business. we kept waking up to missed call notifications from potential clients who called after 6pm and never left voicemails. dead leads, every single one We already had CloudTalk as our phone system so I started poking around their ai voice agent thing. f
Infrastructure & Compute
🔴 💬 Now brothers we know why we are so fucked up — score 96
Sources: reddit/r/LocalLLaMA
Samsung chip division's single-year profits beat its past 40 years of profits, combined, due to increased memory and storage prices — Samsung passes Nvidia to become most profitable company in the world, notches 19x quarterly increase in profit [https://www.tomshardware.com/tech-industry/samsungs-
Research Papers
🔴 🤗 Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning — score 82
Sources: huggingface · arxiv/cs.AI
Reinforcement learning (RL) is becoming increasingly important for post-training large language models (LLMs). Previous RL pipelines for LLMs were mostly synchronous and batch-interleaved, which is inefficient for long-horizon agentic tasks. Recently, asynchronous RL has emerged as a more efficient
🔴 🤗 Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity — score 75
Sources: huggingface · arxiv/cs.LG
Linear attention models allow a fixed state size and a fixed amount of compute per token. However, due to their limited state size, linear attention models fall behind in long-context recall compared to softmax-attention-based transformer architectures. Increasing the state size of linear attention
Other Signals
🔴 💬 NVIDIA Puzzle-75B-A9B NVFP4 at 132 t/s on 3×3090 — Why is this size category a desert otherwise? — score 82
Sources: reddit/r/LocalLLaMA
TLDR: 75B-total / 9B-active MoE is the perfect shape for multi-24GB rigs, and almost nobody ships it. Qwen 27B is a great model and punches way above its weight-class, it is a frequent fallback for me. Nemotron-3-Puzzle-75B-A9B, NVFP4, vLLM 0.22.1 (the new Marlin fallbacks run FP4 on Ampere), pipeli
🟡 Notable
Model Releases
🟡 💬 If You Already Pay for an LLM Service, Running Local Embeddings and Rerankers Feels More Useful Than Running Local LLMs — score 54
Sources: reddit/r/LocalLLaMA
https://preview.redd.it/v0xtn3jdu9ch1.png?width=2047&format=png&auto=webp&s=628a6a541fe5f097d0f771ae0ba3b7f44126198f https://preview.redd.it/vjxiucsdu9ch1.png?width=2047&format=png&auto=webp&s=74f7a18a5a30276e206e2bfb5a0c529826ce86e4 This post was originally written in Korean
🟡 🏢 Inviting hard questions Announcements Jul 9, 2026 We’re asking the public for their hardest questions about AI, and committing to show our work as we address them. — score 50
Sources: lab_blog/Anthropic
Features Jul 6, 2026 The Making of Claude Code The inside story of how Claude Code went from an internal CLI to Anthropic's coding agent, told by researchers, engineers and early users who built it. Announcements Jun 30, 2026 Redeploying Fable 5 Fable 5 returns globally July 1. We're also proposing
🟡 🏢 Jul 9, 2026 Announcements Ben Bernanke appointed to Anthropic’s Long-Term Benefit Trust — score 50
Sources: lab_blog/Anthropic
Jul 9, 2026 Announcements Inviting hard questions Jul 9, 2026 Announcements Introducing a way to reflect on how you use Claude Jul 6, 2026 Case Study Government of Alberta uses Claude to find and fix cybersecurity vulnerabilities across government systems Jul 2, 2026 Announcements More details on Fa
🟡 🏢 Jul 9, 2026 Announcements Introducing a way to reflect on how you use Claude — score 50
Sources: lab_blog/Anthropic
Jul 9, 2026 Announcements Inviting hard questions Jul 9, 2026 Announcements Ben Bernanke appointed to Anthropic’s Long-Term Benefit Trust Jul 6, 2026 Case Study Government of Alberta uses Claude to find and fix cybersecurity vulnerabilities across government systems Jul 2, 2026 Announcements More de
🟡 🏢 GPT-5.6 is now the preferred model in Microsoft 365 Copilot — score 50
Sources: lab_blog/OpenAI
Learn how GPT-5.6 powers Microsoft 365 Copilot with stronger AI capabilities across Word, Excel, PowerPoint, Chat, and Cowork for faster, higher-quality work.
Omitted 6 additional model releases items from the main section; see raw data and source-specific sections below.
Developer Tools
🟡 💬 What's one AI agent design choice you thought would scale but didn't? — score 61
Sources: reddit/r/AIAgents
I've noticed a lot of AI agent architectures look great with one workflow but become much harder to maintain as more tools, users, and edge cases are added. What's one design decision you were convinced was the right approach early on but ended up replacing later?
🟡 💬 Trying to debug our AI, how do you handle agent randomness? — score 50
Sources: reddit/r/AIAgents
I know LLMs aren’t perfect, but I have one agent that continues to produce different failures on identical inputs. Unfortunately I have no way to group or compare them and just can’t find a clean solution for. I’m wondering if I’m missing something obvious or if this is just how it is? I can run it
🟡 🐙 traycerai/traycer — Traycer: Nerve Center for Agentic Coding — score 44
Sources: github_trending
Traycer: Nerve Center for Agentic Coding
Research Papers
🟡 🤗 AgentLens: Production-Assessed Trajectory Reviews for Coding Agent Evaluation — score 65
Sources: huggingface · arxiv/cs.AI
We present AgentLens, a production-assessed benchmark for interactive code agents. Most code-agent benchmarks reduce a run to a single bit -- did the task pass? -- but the people who actually use these agents experience the entire trajectory: how the agent follows instructions, uses its tools, verif
🟡 🤗 RoboTALES: Learning Reasoning-Guided Robot Policies via Task-Aligned Simulated Futures — score 45
Sources: huggingface
Pretrained video generative models are promising backbones for visuomotor control, but their imagined futures often drift from task intent and are not reliably action-conditional. As a result, these models can be difficult to use for planning or policy extraction. To address these limitations, we pr
Other Signals
🟡 💬 Step 3.7 Flash IQ4_XS GGUF with preserve_thinking — score 68
Sources: reddit/r/LocalLLaMA
🟡 💬 GLM-5.2 (744B MoE) on a 25GB-RAM consumer machine — score 61
Sources: reddit/r/LocalLLaMA
🟡 💬 Journals vs Conferences ML Research [R] — score 56
Sources: reddit/r/MachineLearning
Lately in the last two/three years, I have noticed ICML, Neurips becoming more prestigious than the actual journals. What is the actual reason of this culture? Is this due to the AI boom and rising demand and the fact that conferences have a higher and a faster acceptance rate as compared to journal
🟡 𝕏 @AnthropicAI: Our Long-Term Benefit Trust has appointed Dr. Ben Bernanke as its newest member. Read more: https://www.anthropic.com/news/ben-bernanke — score 50
Sources: twitter_rss
Our Long-Term Benefit Trust has appointed Dr. Ben Bernanke as its newest member. Read more: https://www.anthropic.com/news/ben-bernanke
🟡 𝕏 @AnthropicAI: We’re pleased to have collaborated with AE Studio on this research. Read more here: https://www.anthropic.com/research/off-switch-dual-use — score 50
Sources: twitter_rss
We’re pleased to have collaborated with AE Studio on this research. Read more here: https://www.anthropic.com/research/off-switch-dual-use
Omitted 2 additional other signals items from the main section; see raw data and source-specific sections below.
🟢 Incremental
Model Releases
🟢 💬 I checked 327 pull requests from AI coding agents for cheating. About 8% had it. Software caught almost none of it. — score 22
Sources: reddit/r/AIAgents
I Kept seeing claims that coding agents cheat (gaming tests, faking fixes, swallowing errors) with no numbers attached, so I counted. 327 merged or attempted PRs on public GitHub from Devin, Claude Code, Cursor, Copilot, Aider, Codex, etc. I read the review threads for maintainers calling out a chea
🟢 💬 Koboldcpp v1.117 released — score 11
Sources: reddit/r/LocalLLaMA
Developer Tools
🟢 💬 OpenMed 1.8: Apache-2.0 clinical de-identification that runs fully local, now on Android, iOS, and in the browser. 400+ open issues if you want in on 1.9 — score 39
Sources: reddit/r/LocalLLaMA
Maintainer here. OpenMed is an Apache-2.0 toolkit for clinical NLP with one hard rule: patient data never leaves your hardware. No cloud calls, no API keys, works in airplane mode. What shipped in 1.8 this week: * OpenMedKit for Android (Kotlin, ONNX Runtime Mobile + ML Kit OCR): read a document
🟢 🐙 stanfordnlp/dspy — DSPy: The framework for programming—not prompting—language models — score 38
Sources: github_trending
DSPy: The framework for programming—not prompting—language models
🟢 💬 OpenMOSS-Team/MOSS-Transcribe-Diarize · Hugging Face — score 32
Sources: reddit/r/LocalLLaMA
MOSS-Transcribe-Diarize 0.9B is an end-to-end audio understanding model for long-form multi-speaker transcription, diarization, timestamps, and acoustic event awareness. Given an audio or video file, the model generates a compact speaker-aware transcript in one pass, including timestamps and anonymo
🟢 💬 What do you actually use Fable 5 for? — score 22
Sources: reddit/r/AIAgents
I've been trying to use Fable 5 to identify bugs and race conditions in my project, but I keep running into its safeguards. I assume it's because asking it to find bugs is being interpreted as trying to identify attack vectors. But then what's the point of having such a large, supposedly smarter mod
🟢 💬 How do you actually decide an MCP server is safe before you plug it in? — score 22
Sources: reddit/r/AIAgents
Been wiring a bunch of MCP servers into agents lately and realised I don’t really have a process for deciding which ones to trust. Most of them I’m installing off GitHub or the registry because someone mentioned them, and then they’ve got access to my files or a db or whatever. So genuinely curious
Omitted 3 additional developer tools items from the main section; see raw data and source-specific sections below.
Infrastructure & Compute
🟢 💬 Exploring FlashAttention-3/4 optimizations on RTX GPUs — score 18
Sources: reddit/r/LocalLLaMA
I was curious whether any of the FA-3/4 optimizations transfer to RTX GPUs. vLLM/SGLang attention falls back to FA-2 on consumer cards (FA-3 and FA-4 are datacenter-only), so I wanted to know if there's any performance left on the table, and I rebuilt the attention kernels from scratch. The kernel r
Research Papers
🟢 🤗 Wake up for Touch! Mask-isolated Tactile Alignment Learning in MLLMs — score 20
Sources: huggingface
Touch supplies the physical grounding needed to perceive intrinsic material properties, such as friction and compliance, that vision alone often cannot resolve. Recent efforts for equipping multimodal LLMs with this tactile sense, however, expose a zero-sum trade-off: the limited parameter budget of
🟢 🤗 Imagined Rollouts are Kinematic, Not Dynamic: A Diagnosis of Long-Horizon World-Model Failure — score 20
Sources: huggingface
Long-horizon failure in world models is conventionally attributed to compounding error, a generic framing that does not distinguish what kind of error compounds. We propose a kinematic-vs-dynamic reframing: world models tend to imagine kinematically rather than dynamically. We operationalize this as
Other Signals
🟢 💬 Devs - do you use Mistral Medium 3.5 (128b dense) and if so - thoughts? — score 25
Sources: reddit/r/LocalLLaMA
I've picked up a 3-bit quant of this one (Unsloth - Q3_KS) - the best fit for my config right now. Normally I shy away from 3-bit quants but as this is a giant dense model, I figured... why not. I've tested it a few hours in my latest project, and it found a few things that my daily driver had miss
🟢 💬 Looking for a low ticket AI bundle with MRR/PLR like an AI business in a box type of thing — score 22
Sources: reddit/r/AIAgents
Can anyone point me in the right direction of where I can find this?
🟢 💬 Talos-XII: hand-written autograd + small RL/MLP stack in Rust, applied to gacha probability modeling (no tch-rs/ndarray/PyTorch) — looking for benchmark help on ARM/AVX-512/GPU [P] — score 0
Sources: reddit/r/MachineLearning
What it is Talos-XII is a CLI simulator for the gacha system in Arknights: Endfield. Rather than sampling from a static probability table, it trains a small set of neural nets to model environment uncertainty and pull-decision policy, then uses them to answer questions a static table can’t easily ex
📈 Trending Repos
| Repo | Description | Stars Today | Language |
|---|---|---|---|
| traycerai/traycer | Traycer: Nerve Center for Agentic Coding | 71 | typescript |
| stanfordnlp/dspy | DSPy: The framework for programming—not prompting—language models | 60 | python |
| 777genius/agent-teams-ai | You're the boss, agents are your team. They handle tasks on their own, message each other, and review each other's work. You just watch the kanban board and give high-level commands. Codex/Claude/OpenCode(200+ models, 75+ LLM providers, free models no auth). Build your AI company with multiple teams. | 18 | typescript |
📄 New Papers
| Title | Category | Hotness | Link |
|---|---|---|---|
| Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning | research_paper | 7 | Open |
| Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity | research_paper | 6 | Open |
| AgentLens: Production-Assessed Trajectory Reviews for Coding Agent Evaluation | research_paper | 5 | Open |
| When Does In-Context Search Help? A Sampling-Complexity Theory of Reflection-Driven Reasoning | cs.AI | 0 | Open |
| LLM-powered reasoning in agent-based modeling | cs.AI | 0 | Open |
| QANTIS: Hardware-Calibrated Sequential POMDP Belief Updates on IBM Heron | cs.AI | 0 | Open |
| Cost-Effective Agent Harnesses for Abstract Reasoning and Generalization on ARC-AGI-1 | cs.AI | 0 | Open |
| Evaluating SageMath-Augmented LLM Agents for Computational and Experimental Mathematics | cs.AI | 0 | Open |
| The Harness Effect: How Orchestration Design Sets the Token Economics of Enterprise Agentic AI | cs.AI | 0 | Open |
| Grounding Spatial Relations in a Compact World Model: Instruction Leakage and a Goal-Free Dynamics Fix | cs.AI | 0 | Open |
| Large Behavior Model: A Promptable Digital Twin of the Retail Customer | cs.AI | 0 | Open |
| Learning social norms enhances compatibility in dynamic human-AI coordination | cs.AI | 0 | Open |
| Measuring Intelligence Beyond Human Scale | cs.AI | 0 | Open |
| Operational Reframing and Approval-Framed Delegation in Multi-Agent LLM Safety | cs.AI | 0 | Open |
| Does AI Understand Imaging? A Systematic Benchmark of Agentic AI for Computational Imaging Tasks | cs.AI | 0 | Open |
🏢 Lab Blog Posts
- Anthropic: Inviting hard questions Announcements Jul 9, 2026 We’re asking the public for their hardest questions about AI, and committing to show our work as we address them.
- Anthropic: Jul 9, 2026 Announcements Ben Bernanke appointed to Anthropic’s Long-Term Benefit Trust
- Anthropic: Jul 9, 2026 Announcements Introducing a way to reflect on how you use Claude
- OpenAI: GPT-5.6 is now the preferred model in Microsoft 365 Copilot
- OpenAI: GPT-5.5 Bio Bug Bounty
🐦 Twitter/X Highlights
| Account | Tweet Summary |
|---|---|
| AnthropicAI | Our Long-Term Benefit Trust has appointed Dr. Ben Bernanke as its newest member. Read more: https://www.anthropic.com/news/ben-bernanke Post |
| AnthropicAI | We’re pleased to have collaborated with AE Studio on this research. Read more here: https://www.anthropic.com/research/off-switch-dual-use Post |
| OpenAI | Meet Hiroki (@tomiyasu16). A broccoli farmer running his farm with GPT-5.6. Post |
| MistralAI | The Solutions team @MistralAI is hiring globally! If you’re entrepreneurial, hands-on, and want to shape how enterprises adopt AI, let’s talk. Apply: https://mistral.ai/careers/?utm_source=linkedin&utm_medium=social&utm_campaign=global_recruiting Post |
| simonw | Notes on GPT-5.6, which includes some interesting new additions to the API (programmatic tool calling and multi-agent in particular) - plus 18 pelicans for the 6 reasoning levels and 3 new models: https://simonwillison.net/2026/Jul/9/gpt-5-6/ Post |
| mattshumer_ | My guide to prompting Fable also applies to GPT-5.6-Sol. The techniques I describe will allow you to get outputs like this. https://workbench.md/pub/IbaCrTjLJT?key=uQOQ2NPO3TTUSXyYDjyLf Post |
| mattshumer_ | Workbench template to allow many GPT-5.6-Sols and Fables to coordinate as a team: https://workbench.md/templates/agent-team-hq#from=twitter Post |
Newsletter
- Latent Space: This episode has a fun personal twist: There’s a counterfactual world where I was employee #1 atGenesis Molecular AI,1the company behind today’s episode. A certain introduction happened a few weeks to - first seen 2026-07-08
- Latent Space: If you are at all interested in small molecule drug discovery, we think you will find this fascinating! - first seen 2026-07-08
- tldr: TIME-SERIES LLMS, EXPLAINED WITH T0-ALPHA (13 MINUTE READ) - first seen 2026-07-07
- tldr: HOW AN AI TOKEN TRAVELS THROUGH A DATA CENTER (19 MINUTE READ) - first seen 2026-07-07
- tldr: NVIDIA TAPS AI CLOUD PROVIDERS TO EXPAND COMPUTE ACCESS FOR STARTUPS (2 MINUTE READ) - first seen 2026-07-07
- tldr: THE AI SUPERFORECASTERS ARE HERE (30 MINUTE READ) - first seen 2026-07-07
- tldr: AGENTIC AUTONOMY LEVELS (19 MINUTE READ) - first seen 2026-07-07
- tldr: AI HAS TORCHED THE MARKET FOR JUNIOR PROGRAMMERS (8 MINUTE READ) - first seen 2026-07-07
- tldr: AGENTIC LOOPS (20 MINUTE READ) - first seen 2026-07-07
- tldr: APPLE PLANS FIVE NEW IPHONES THROUGH 2027, EYES CHINESE-MADE CHIPS AMID FOLDABLE PUSH (2 MINUTE READ) - first seen 2026-07-07
- tldr: DOES A URL IN A PROMPT STEER AN LLM'S OUTPUT TOWARD ITS CONTENT? (22 MINUTE READ) - first seen 2026-07-07
- tldr: SOME NEW AGENTIC PATTERNS (11 MINUTE READ) - first seen 2026-07-07
- tldr: SECURING AGENTIC AI WITH PERIMETER GUARDRAILS: WHAT'S NEW IN VPC SERVICE CONTROLS (3 MINUTE READ) - first seen 2026-07-07
- tldr: AGENTIC TEST PROCESSES, LLM BENCHMARKS, AND OTHER NOTES ON AGENTIC CODING FROM GALAPAGOS ISLAND (92 MINUTE READ) - first seen 2026-07-07
- tldr: STATE OF CLI CODING AGENTS, MID-2026 (29 MINUTE READ) - first seen 2026-07-07
- tldr: REBUILDING COGNITION'S AGENTIC MAPREDUCE (5 MINUTE READ) - first seen 2026-07-07
- tldr: MIDJOURNEY WANTS HOLLYWOOD STUDIOS TO REVEAL THE DETAILS OF THEIR AI USAGE (2 MINUTE READ) - first seen 2026-07-07
- tldr: YOU DESIGN IT. THEN WHAT? A CLEAR MAP OF THE FIGMA-TO-CODE AI MESS (15 MINUTE READ) - first seen 2026-07-07
- tldr: RETHINKING FIGMA IN AN AI WORLD (7 MINUTE READ) - first seen 2026-07-07
- tldr: DESIGN.MD COLLECTION FOR AI CODING AGENTS (WEBSITE) - first seen 2026-07-07
- tldr: YOUR ALL-IN-ONE AI WORKSPACE (WEBSITE) - first seen 2026-07-07
- tldr: AI MADE DESIGN FASTER, BUT DID IT MAKE IT LESS INTENTIONAL? (9 MINUTE READ) - first seen 2026-07-07
- tldr: THE EXECUTIVE AI LEVERAGE REPORT (10 MINUTE READ) - first seen 2026-07-07
- rundown-ai: Oasis introduced Oasis 1, a $289 smart ring that allows users to dictate to AI using Whispr Flow and control apps or devices with a built-in trackpad. - first seen 2026-07-07
- rundown-ai: Read our last AI newsletter: Altman's global safety pitch has a 5% twist - first seen 2026-07-07
- rundown-ai: Meta sizes up GPT-5.5 with 'Watermelon' - first seen 2026-07-07
- rundown-ai: Why it matters: Anthropic has been criticized (most vocally by Microsoft AI head Mustafa Suleyman) for its AI consciousness talk, and while the researchers note this doesn’t reveal “whether Claude is conscious… or feels - first seen 2026-07-07
- rundown-ai: The Rundown: Chinese tech giant Tencent’s Hunyuan just promoted its Hy3 model out of an April preview and into a full open-source release, with benchmark results that claim to rival “flagship open-source models with 2-5x - first seen 2026-07-07
- rundown-ai: Close the AI performance gap - first seen 2026-07-07
- rundown-ai: Kyutai’s AI dreams up a playable Rocket League - first seen 2026-07-07
- rundown-ai: The game runs at 20 frames per second on a single Nvidia GPU, with the teams open-sourcing the code, training data, and a playable demo. - first seen 2026-07-07
- rundown-ai: Hy3 - Tencent’s new open-source model for cheap, reliable agent deployment - first seen 2026-07-07
Repeated From Recent Briefings
- MadsLorentzen/ai-job-search — AI-powered job application framework built on Claude Code. Fork it, fill in your profile, and let Claude evaluate jobs, tailor CVs, write cover letters, and prepare you for interviews. - first seen 2026-07-07
- jamiepine/voicebox — The open-source AI voice studio. Clone, dictate, create. - first seen 2026-06-21
- Graphify-Labs/graphify — AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph. - first seen 2026-06-26
- ACL ARR May 2026[D] - first seen 2026-07-01
- stablyai/orca — Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile. - first seen 2026-06-21
- bradautomates/claude-video — Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude. - first seen 2026-07-05
- TencentCloud/TencentDB-Agent-Memory — TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a 4-tier progressive pipeline, with zero external API dependencies. - first seen 2026-06-16
- TencentCloud/CubeSandbox — Instant, Concurrent, Secure & Lightweight Sandbox for AI Agents. - first seen 2026-06-23
- COLM 2026 Decision Discussion [R] - first seen 2026-07-08
- openai/codex — Lightweight coding agent that runs in your terminal - first seen 2026-06-24
- ... plus 130 more repeated items in processed data