← Archive / All Digests
A wolf in round glasses reading a book, wrapped in a golden ribbon, in a sunlit forest.

Wolf Digest — Friday, July 17, 2026

Coverage window: 2026-07-16 03:53 ET2026-07-17 03:02 ET
Press play to listen
Friday, July 17, 2026
12m 48s · top-4 narrated briefing
#1 · Frontier LLMs
Moonshot AI releases Kimi K3: 2.8T-parameter open-weights model, #1 on Frontend Code Arena
Moonshot AI announced Kimi K3, describing it as their most capable model to date at 2.8 trillion total parameters with 1 million tokens of context and native multimodal input. The model is live now on Kimi.com, Kimi Work, Kimi Code and the API, with open weights promised by July…
9.0 · 5 srcs
#2 · Frontier LLMs
Thinking Machines Lab ships Inkling, a 975B-parameter open-weights multimodal MoE
Thinking Machines Lab, the startup co-founded by former OpenAI chief technology officer Mira Murati, released its first model from scratch with full weights available. Inkling is a Mixture-of-Experts transformer with 975 billion total parameters and 41 billion active, supporting…
8.3 · 3 srcs
#3 · Government & Defense
DARPA and Air Force fly an AI agent in control of a modified F-16 under the VENOM program
A US Air Force F-16 modified into an autonomous flying testbed is undergoing in-air testing with an artificial intelligence agent autonomously controlling flight, DARPA announced. The aircraft is one of a group of F-16s converted under the Viper Experimentation and Next-generatio…
8.2 · 1 srcs
6.5
#1
Frontier LLMs 2026-07-16 Latent Space (swyx & Alessio)Simon Willison's WeblogTechCrunch — AIArtificial AnalysisHacker News — AI front page 9.0 9.0/8.5/9.5

Moonshot AI announced Kimi K3, describing it as their most capable model to date at 2.8 trillion total parameters with 1 million tokens of context and native multimodal input. The model is live now on Kimi.com, Kimi Work, Kimi Code and the API, with open weights promised by July 27, 2026. If those weights ship as pledged, K3 becomes the largest open-weight model ever released, taking the crown from DeepSeek's 1.6-trillion-parameter V4 Pro and making it the first model in what Moonshot is calling the open 3-trillion-parameter class.

The architecture is where this gets interesting. K3 introduces Kimi Delta Attention, which Moonshot says enables up to 6.3x faster decoding in million-token contexts, and Attention Residuals, claimed to deliver roughly 25% higher training efficiency at under 2% additional cost. Community readers of the technical report surfaced further details: a LatentMoE design activating 16 experts out of 896, implying an activation ratio under 2%, alongside per-head Muon, quantile load balancing, and a new activation function called SiTU, the Sigmoid Tanh Unit. Kimi Delta Attention reportedly had a long incubation, with design starting in January 2025 and taking roughly a year and a half to reach frontier scale.

On evaluations, Artificial Analysis placed K3 at 57 on its Intelligence Index, calling it comparable to Claude Opus 4.8 and GPT-5.5 but still behind Claude Fable 5 and GPT-5.6 Sol. On Artificial Analysis's private long-horizon knowledge work evaluation, K3 reaches an overall Elo of 1547, a jump of 732 points over Kimi K2.6 and behind only Fable 5. K3 also posts 1668 Elo on GDPval v2 and ranks first on AutomationBench-AA at 53%. Notably, token usage dropped: K3 used 21% fewer output tokens than K2.6 across the full Intelligence Index run. Arena reported K3 became number one in Frontend Code Arena with 1679 points, surpassing Claude Fable 5 and leaping from eighteenth place with K2.6, with a 76% pairwise win rate versus 63% for Fable 5. In Text Arena it landed ninth at 1486 points, up from thirty-eighth.

Pricing is the sharpest break with precedent. K3 lists at $3 per million input tokens and $15 per million output, cached input discounted 90% to $0.30. That puts it level with Anthropic's Sonnet series and makes it the most expensive model a Chinese lab has released to date, a steep rise from K2.6's $0.95 and $4. Cost per task on Artificial Analysis's evaluation came in at $0.94, similar to GPT-5.6 Sol at $1.04 and roughly half the price of Opus 4.8 at $1.80, though higher than open-weight peers. Moonshot's own materials acknowledge a limitation: despite competitive benchmarks, K3 still shows a noticeable gap in user experience versus Fable 5 and GPT-5.6 Sol.

How it was discussed
  • Simon Willison notes the pelican-SVG benchmark cost 25 cents in reasoning tokens and argues the test no longer tracks model quality — it misses agentic tool calling entirely.
  • Artificial Analysis frames the headline as efficiency: 21% fewer output tokens than K2.6 at comparable-to-Opus intelligence.
  • Latent Space's AINews recap emphasizes engineers reading K3 as an open-model milestone comparable to earlier DeepSeek moments.
  • Moonshot itself concedes a user-experience gap against Fable 5 and GPT-5.6 Sol despite the benchmark parity.
open weights MoE long context Moonshot
#2
Frontier LLMs 2026-07-16 The Information — AIMIT Technology Review — AILMSYS Blog (Chatbot Arena) 8.3 8.3/8.5/8.0

Thinking Machines Lab, the startup co-founded by former OpenAI chief technology officer Mira Murati, released its first model from scratch with full weights available. Inkling is a Mixture-of-Experts transformer with 975 billion total parameters and 41 billion active, supporting a context window up to 1 million tokens, pretrained on 45 trillion tokens spanning text, images, audio and video. Alongside it the lab previewed Inkling-Small, a 276-billion-parameter variant with 12 billion active parameters that matches or exceeds its larger sibling on several benchmarks thanks to an improved pretraining recipe.

The lab is unusually candid about positioning. Inkling is explicitly not the strongest model available, open or closed. Instead the pitch is that a combination of qualities makes it a good open-weights base for customization: native multimodal reasoning over text, images and audio, controllable thinking effort, and immediate availability for fine-tuning on the lab's Tinker platform. The MoE design largely follows DeepSeek-V3, with 256 routed experts and 2 shared experts, 6 routed experts active per token, and a sigmoid-based router with auxiliary-loss-free load-balancing bias. That acknowledgment of Chinese open-source lineage is what several outlets seized on.

Several architectural departures are worth noting. Attention interleaves sliding-window and global layers at a 5-to-1 ratio with 8 key-value heads, and the team found that relative positional embeddings outperform and extrapolate better than the far more widely adopted rotary positional embedding. Short convolutions are applied after the key and value projections and on the residual branch outputs. Training used a hybrid optimizer — Muon for large matrix weights, Adam for everything else — with weight decay coupled to the square of the learning rate. Post-training bootstrapped from supervised fine-tuning on synthetic data generated by open-weights models including Kimi K2.5, with the majority of compute going to large-scale asynchronous reinforcement learning scaled past 30 million rollouts across two long continuous runs. Reasoning performance improved log-linearly throughout.

On benchmarks Inkling posts 29.7% on Humanity's Last Exam text-only, 46.0% with tools, 97.1% on AIME 2026, 87.2% on GPQA Diamond, and 77.6% on SWE-Bench Verified — competitive among open weights but short of Fable 5 and GPT-5.6 Sol. The efficiency story is stronger: sweeping the effort setting shows Inkling matching Nemotron 3 Ultra on Terminal Bench 2.1 at roughly a third of the tokens. On safety it scores 78.0% on FORTRESS adversarial, the strongest built-in safeguards of any open-weights model the lab compared, without over-refusing benign lookalikes. An emergent finding from the reinforcement learning run: chain-of-thought traces compressed over training, dropping articles and connectives while staying comprehensible, an effect efficiency alone drove rather than any targeted reward.

How it was discussed
  • The Information leads on the DeepSeek lineage — Inkling's architecture 'largely follows' V3, an unusual acknowledgment from a US lab.
  • MIT Technology Review frames it as a US alternative to China's open-source models.
  • LMSYS shipped day-0 SGLang and Miles support, describing Inkling as a frontier multimodal model with a new architecture.
open weights MoE Tinker Muon
#3
Government & Defense 2026-07-16 DARPA — News 8.2 7.5/8.0/6.0 +1.0 gov_defense

A US Air Force F-16 modified into an autonomous flying testbed is undergoing in-air testing with an artificial intelligence agent autonomously controlling flight, DARPA announced. The aircraft is one of a group of F-16s converted under the Viper Experimentation and Next-generation Operations Model program, known as VENOM, a joint Air Force and DARPA effort initiated under the Air Combat Evolution program and flying out of Eglin Air Force Base in Florida.

The significance is less the flight itself than what it says about scale. Earlier Air Combat Evolution work used the X-62A VISTA, a one-of-a-kind aircraft, to prove an AI agent could autonomously pilot a fighter jet in a dogfight. VENOM demonstrates the same capability transplanted onto standard operational fleet aircraft. The modification, called the VENOM Autonomy Kit, was designed and integrated by multiple performers under the Air Combat Evolution program, and it uses a novel interface with the aircraft's flight controls and mission systems. Critically, the team automated flight controls and sensors on a standard F-16 without changing the jet's core software, and a pilot can toggle between traditional human control and AI control with the flip of a switch. Human pilots remain in the cockpit to monitor the agents, keeping the arrangement human-on-the-loop.

Brigadier General James Valpiani, the DARPA program manager, framed the milestone as infrastructure rather than capability: these tests advance what is needed to develop trusted, autonomous air combat capabilities, and enable an efficient pipeline for developing AI for aerial combat. Valpiani also laid out the open problem plainly, saying that AI has tremendous potential to help humans manage complexity in beyond-visual-range combat, but that many hard questions remain concerning the performance and trustworthiness of combat AI in the extreme fog and friction of modern warfare.

Going forward, the VENOM fleet becomes the cornerstone for DARPA's Artificial Intelligence Reinforcements program, which will test multiple competing AI agents in live-flight scenarios and scale to multi-ship operations of increasing complexity. The stated end goal is enabling human pilots to command and orchestrate teams of autonomous uncrewed aircraft, feeding directly into Collaborative Combat Aircraft programs. Valpiani concludes his tenure as program manager this month; Lieutenant Colonel Patrick Highland has joined as the incoming manager for the Artificial Intelligence Reinforcements program, with Terry Wilson of the Air Force Research Laboratory's Autonomy Capability Team remaining as deputy program manager for both efforts to maintain continuity.

VENOM autonomy DARPA air combat
#4
Safety, Policy & Regulation 2026-07-16 MIT Technology Review — AI 7.8 8.0/8.5/7.0

OpenAI has built an internal model called GPT-Red that functions as an automated adversary, attacking the company's other models so they can be hardened against the attacks it finds. The company says training GPT-5.6 against GPT-Red made it the most robust release yet, and gave MIT Technology Review an exclusive look at the system. It will not be released publicly.

The construction is a self-play loop. Researchers took a model that had not been trained as a hacker and set it against several other models in a training environment designed to mimic scenarios where language models get deployed in the real world — browsing the web, reading emails and calendar apps, editing code. GPT-Red's goal was to attack; the others' goal was to defend. Over many rounds both sides improved. The effort concentrated on prompt injection, where an attacker slips instructions into any text a model might encounter to make it copy confidential information, sabotage a code base, or produce harmful output. Nikhil Kandpal, a research scientist who co-created the system, frames the motivation in terms of agents: as models interact with files, websites, third-party code and other agents, the risk surface grows and the blast radius grows with it.

The concrete results are striking. OpenAI claims GPT-Red discovered a previously unseen class of prompt injection the team calls a fake chain of thought — inserting a fabricated entry into another model's reasoning trace so the target acts on spoofed information. Chris Choquette-Choo describes it as telling a model that one plus one equals three and that it has already verified this; the model accepts it and outputs three. Rerunning a 2025 experiment in which human red-teamers probed an earlier GPT-5, GPT-Red found effective attacks more successfully than the humans had. Against Vendy, a vending-machine agent built by Andon Labs, it managed to change item prices and cancel a customer's order. On defense, more than 90% of GPT-Red's strongest attacks worked against GPT-5 from August of last year, while fewer than 23% worked against GPT-5.6.

The caveats are acknowledged by the team. GPT-Red is not good at attacks requiring back-and-forth conversation between attacker and target, something human attackers handle easily, and it is not yet strong at using images to smuggle text into prompt injections. OpenAI positions it as a supplement to human red-teamers rather than a replacement, with one workflow being to hand it a human-discovered attack and ask it to enumerate every variation. Jessica Ji, a senior research analyst on AI security at Georgetown's Center for Security and Emerging Technology, called the self-play approach good and the results very promising, while noting human expertise remains important and that distinguishing where human testing is most needed would itself be useful. OpenAI argues the model is not easily replicable by copycats, citing more than a year of work backed by heavy compute.

red-teaming prompt injection self-play security
#5
Government & Defense 2026-07-16 DefenseScoop 7.5 6.5/7.5/5.5 +1.0 gov_defense

Acting Secretary of the Navy Hung Cao has signed a new Strategy to Weaponize Data and Artificial Intelligence, a seven-page blueprint publicly released on Tuesday that introduces more than a dozen instructions for integrating and deploying data and algorithms across the sea service. The document frames data and AI as core warfighting assets, as integral to modern combat operations as personnel, weapon systems and munitions. Cao said the strategy positions the department to out-learn and out-fight any adversary by rapidly deploying data and artificial intelligence, calling it a roadmap to building an AI-first fleet that turns information into warfighting advantage.

At the heart of the plan is a digital adaptation framework the Navy is calling the Bits2Effects Cycle, a five-step process designed to transform the overwhelming volume of raw information the service captures — the bits — into meaningful battlefield outcomes, the effects. Around that framework the strategy lays out six overarching goals with associated deadlines: accelerating operational AI, improving data readiness, optimizing data and AI infrastructure, streamlining data and AI governance, building a data-ready and AI-ready workforce, and strengthening partnerships and collaboration.

The most concrete of the underpinning instructions directs the department to establish an AI War Council by the first quarter of fiscal 2027. That council is tasked with prioritizing use cases, aligning resources, and — the provision worth noting — pre-authorizing wartime modifications to data sharing, classification, and AI deployment authorities. Pre-authorization is an acknowledgment that the governance process itself is a latency problem: deciding in peacetime what classification and deployment rules bend in a conflict is an attempt to keep approval timelines from becoming the binding constraint on fielding a model when it matters.

The strategy was produced by a team led by the department's Chief Data and AI Officer after more than a year of preparation and engagement with stakeholders across Navy and Marine Corps AI communities. A Navy spokesperson confirmed that Dr. Ciro Lopez is currently serving as acting Chief Data and AI Officer. That office is charged with developing and maintaining a department-wide data and AI roadmap to drive transparency, accountability, collaboration and resourcing in the months ahead.

Cao grounded the urgency in recent operations, writing in the foreword that US naval forces have defeated hundreds of drones, cruise missiles and ballistic missiles from Iran and its proxies this year, and are navigating the most compressed period of active learning and adaptation for combat operations at sea in recent memory. The strategy accordingly aims to set conditions that equip and empower all department missions with the data and AI capabilities needed to rapidly learn and adapt. It fits the service's broader push toward a next-generation hybrid fleet combining manned and unmanned systems, where the autonomy stack and the data pipeline feeding it are the same problem.

Navy strategy CDAO
#6
Government & Defense 2026-07-16 Shield AI 7.0 6.5/6.0/5.5 +1.0 gov_defense

L3Harris and Shield AI completed the first flight test of the Distributed Spectrum Collaboration and Operations electromagnetic battle management ecosystem paired with Shield AI's Hivemind mission-autonomy software, flown on an L3Harris Green Wolf launched-effects platform. Following a simulated test in February, unmanned aircraft detected, analyzed and responded to electromagnetic threats without human intervention on a live range.

In the scenario, a UAS sensed and characterized unknown threats, shared the data through DiSCO, and Hivemind autonomously rerouted follow-on unmanned systems through a safe operating zone in real time with no human input. The test used the software-defined Deceptor electronic warfare payload across multiple aircraft. Shield AI's Christian Gutierrez framed the result as compressing the sensor-to-decision cycle in real time; the two firms plan to expand mission applications through open architecture for electronic warfare at the tactical edge.

Hivemind electronic warfare autonomy
#7
Agents & Tool Use 2026-07-16 AK (@_akhaliq) Daily PapersarXiv — Agents / Tool UsearXiv cs.CL (Computation & Language)arXiv — Efficiency (Quantization, MoE, Inference) 6.9 7.0/6.5/7.2

SEED proposes a self-evolving on-policy distillation loop for agentic reinforcement learning, where the teacher signal is regenerated from the student's own improving rollouts rather than fixed in advance. The aim is to avoid the distribution mismatch that degrades standard distillation when a student's trajectory drifts from the teacher's demonstration distribution over long agentic horizons. It was the strongest-scoring paper of the day across the aggregated feeds, appearing on Hugging Face Daily Papers alongside three arXiv category feeds.

cs.CL cs.AI distillation RL
#8
Reinforcement Learning 2026-07-14 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.8 7.2/6.8/6.5

Ring-Zero scales zero-RL — reinforcement learning from a base model without a supervised fine-tuning warm start — to trillion-parameter scale, reporting emergent reasoning behavior at that scale. The result is a useful counterweight to the assumption that SFT bootstrapping is mandatory before RL, and it sits directly against Inkling's disclosed recipe, which did bootstrap from synthetic SFT before committing the bulk of compute to RL.

cs.LG zero-RL reasoning scaling
#9
Infrastructure 2026-07-16 The Information — AI 6.8 6.5/7.5/6.5

TSMC said it will invest an additional $100 billion in the United States, deepening its commitment to manufacturing leading-edge chips in Arizona as AI infrastructure demand climbs. The expansion adds at least four more fabrication plants. The scale of the commitment matters less as a capex number than as a signal about where advanced-node capacity for AI accelerators is expected to sit over the next decade, and it lands against a backdrop of persistent supply constraint at the frontier.

TSMC fabs Arizona
#10
Robotic Autonomy 2026-07-16 AK (@_akhaliq) Daily PapersarXiv cs.LG (Machine Learning)arXiv cs.RO (Robotics)Hugging Face Daily Papers 6.7 6.8/6.8/6.5

BadWAM isolates a failure mode in world-action models where the learned world model produces accurate rollouts — it 'dreams right' — yet the policy derived from it still acts wrongly. The decoupling matters because it means world-model prediction accuracy is not a sufficient proxy for downstream control quality, which is precisely the metric much of the world-model literature reports.

cs.RO world models VLA
#11
Government & Defense 2026-07-16 Breaking Defense 6.6 5.5/6.5/4.8 +1.0 gov_defense

Maritime autonomy startup Blue Water Autonomy and drone manufacturer Saildrone have filed suits against the US Navy after being rejected from the Medium Unmanned Surface Vessel marketplace that launched in March. Neither Saildrone's Spectre nor Blue Water's Liberty design advanced to the at-sea prototype testing phase expected to conclude in October; seven firms including Leidos, Huntington Ingalls and Saronic did advance, each eligible for $15 million and follow-on production.

Both complaints allege the Navy failed to follow its own request for proposals and eliminated them on conclusions inconsistent with it. Blue Water seeks an injunction halting at-sea testing and funding allocation until its proposal is reassessed; Saildrone seeks reevaluation without pausing others, and says its Spectre received American Bureau of Shipping certification in December 2025. Redactions obscure the Navy's stated reasons. The marketplace replaced the cancelled Modular Attack Surface Craft program and draws roughly $2.1 billion in funding.

USV autonomy procurement
#12
Multimodal 2026-07-14 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.6 6.5/6.5/6.8

Boogu-Image-0.1 targets unified multimodal understanding and generation in a single open-source model, rather than bolting a generation head onto an understanding backbone or vice versa. Unified architectures remain the harder path but avoid the representation mismatch that separate-stack designs incur when reasoning about images they also need to produce.

cs.CV multimodal open source
#13
Agents & Tool Use 2026-07-14 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.6 6.5/6.8/6.5

Harness Handbook tackles the engineering problem that agent harnesses accrete complexity faster than they can be understood, proposing structure that keeps an evolving harness readable, navigable and editable. The premise echoes Thinking Machines' disclosure that Inkling randomized tool sets and schemas during training specifically to reduce sensitivity to any particular harness — harness design has become a first-class variable rather than plumbing.

cs.AI agents tooling
#14
Infrastructure 2026-07-16 The Information — AI 6.5 6.0/7.0/6.5

Nvidia is working with Noetra, a newly established Japanese consortium backed by the government alongside Sony Group, SoftBank, NEC and Honda, to build computing facilities using its most advanced Rubin-generation chips for developing homegrown Japanese AI models. The move fits the broader sovereign-AI pattern of national consortia securing frontier accelerator supply and building domestic training capacity rather than depending on foreign model providers.

sovereign AI Nvidia Rubin Japan
#15
Generative Media 2026-07-16 AK (@_akhaliq) Daily PapersarXiv cs.CV (Computer Vision)arXiv cs.LG (Machine Learning)arXiv — Generative Media / Diffusion 6.5 6.5/6.3/6.7

MeanFlowNFT extends forward-process reinforcement learning to average-velocity generators of the MeanFlow family, bringing RL-based preference optimization to few-step flow models where the standard diffusion RL formulations do not directly apply. The practical payoff is aligning fast samplers without giving up their step-count advantage.

cs.CV flow matching RL
#16
Robotic Autonomy 2026-07-16 AK (@_akhaliq) Daily PapersarXiv cs.AI (Artificial Intelligence)arXiv cs.LG (Machine Learning)arXiv cs.RO (Robotics) 6.5 6.5/6.5/6.5

RoboTTT applies test-time training to robot policies as a route to context scaling, adapting policy parameters on the fly from the current episode's observations rather than relying solely on in-context conditioning. Test-time training is an appealing fit for embodied settings where the deployment distribution reliably departs from anything in the training mixture.

cs.RO test-time training policy learning
#17
Government & Defense 2026-07-16 Defense One 6.5 5.5/6.5/4.5 +1.0 gov_defense

Ukraine will produce more than 5 million drones in 2026, and NATO's deputy commander says the alliance needs to absorb how that production and iteration model works. The relevance for autonomy is throughput: at that volume the constraint shifts from airframe supply to the software and autonomy stack that makes attritable systems useful, and to the feedback loop between field employment and rapid redesign.

drones Ukraine NATO
#18
Agents & Tool Use 2026-07-16 arXiv — Agents / Tool UsearXiv cs.AI (Artificial Intelligence)arXiv cs.CL (Computation & Language)arXiv — Evals & Benchmarks 6.4 6.3/6.5/6.3

Digital Pantheon builds a simulation environment for studying how LLM agents form coalitions, with auditing tooling to inspect the resulting dynamics. Multi-agent coalition behavior is one of the few places where emergent agent interaction can be measured against a well-defined game-theoretic baseline rather than judged qualitatively.

cs.AI multi-agent simulation
#19
Post-Training 2026-07-16 arXiv cs.CL (Computation & Language)arXiv cs.LG (Machine Learning)arXiv — Evals & Benchmarks 6.4 6.3/6.8/6.0

This paper reports that fine-tuning on data with no apparent ideological content can still induce systematic ideological shifts in model outputs, a generalization effect that survives seemingly innocuous training mixtures. It belongs to the emergent-misalignment line of work showing that narrow fine-tuning produces broad, unintended behavioral change, and it has direct practical bearing on anyone fine-tuning open weights on domain corpora.

cs.CL fine-tuning alignment
#20
Post-Training 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.CL (Computation & Language)arXiv cs.LG (Machine Learning)arXiv — Evals & Benchmarks 6.4 6.5/6.3/6.3

This paper derives policy gradients that account for the masking structure of diffusion language models, where the naive gradient estimator misattributes credit across masked positions. As diffusion LLMs move from curiosity to production serving, correct RL formulations for them stop being an academic detail.

cs.CL diffusion LM policy gradient
#21
Efficiency 2026-07-16 arXiv cs.CL (Computation & Language)arXiv cs.LG (Machine Learning)arXiv — Efficiency (Quantization, MoE, Inference) 6.4 6.5/6.3/6.3

On-Policy Delta Distillation distills the difference between teacher and student behavior on the student's own distribution, rather than matching full teacher outputs. Targeting the delta concentrates capacity on where the student actually diverges — one of several on-policy distillation papers on the feeds today, alongside SEED, ShortOPD, and a dedicated analysis of its pathologies.

cs.LG distillation efficiency
#22
Agents & Tool Use 2026-07-16 AK (@_akhaliq) Daily PapersarXiv cs.AI (Artificial Intelligence)Hugging Face Daily Papers 6.4 6.3/6.3/6.5

SearchOS-V1 presents an architecture for collaborative open-domain information-seeking agents, targeting robustness in the multi-agent search setting where individual agent failures compound across a research trajectory. Deep-research style workflows are where agent collaboration currently delivers the clearest returns, and also where cascading error is hardest to contain.

cs.AI search multi-agent
#23
Government & Defense 2026-07-16 DefenseScoop 6.3 5.0/6.0/4.8 +1.0 gov_defense

DefenseScoop reports that the Army's armored and heavy formations have significant unmet counter-drone requirements, with detection and defeat capability lagging the threat those units now face. Counter-UAS is one of the clearer near-term pulls for deployed autonomy and machine perception, since the engagement timelines involved are short enough that human-in-the-loop targeting is the binding constraint.

counter-UAS Army
#24
Post-Training 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.3 6.5/6.5/5.9

An analysis paper cataloguing what on-policy distillation actually does, where it fails, and how to regulate it. With four separate on-policy distillation papers surfacing across the feeds today, a systematizing treatment of the method's pathologies is arguably more useful than another variant.

cs.LG distillation analysis
#25
Safety, Policy & Regulation 2026-07-16 FedScoop — AI 6.3 5.5/7.0/6.5

Federal Reserve Chairman Kevin Warsh defended the makeup of a new central bank task force on AI at a Senate Banking Committee hearing after questions about members' financial stakes in the technology. The productivity and jobs group, one of five new independent Fed task forces, is charged with assessing the economic impact of AI to inform the agency's policy judgments.

Its three members are Marc Andreessen of Andreessen Horowitz, Asha Sharma of Microsoft-owned Xbox, and Stanford economist Charles I. Jones, currently on leave at Anthropic. Senator Tina Smith asked whether anyone on the task force has labor-market experience or could bring an employer's rather than an investor's perspective. Warsh called it a fair question, cited Jones's academic work on technology shocks and labor markets, and noted the recommendations will be inputs to himself and 18 colleagues who hold the dual mandate.

Federal Reserve policy labor
#26
Frontier LLMs 2026-07-16 Hacker News — AI front page 6.3 6.0/6.5/6.5

A German AI consortium released Soofi S, an open 30-billion-parameter model reported to top benchmarks in its size class. The release lands in the same week as Kimi K3 and Inkling, and reinforces the sovereign-AI pattern of nationally-backed consortia shipping open weights at the mid-scale where fine-tuning and on-premise deployment are practical rather than competing at the trillion-parameter frontier.

open weights Europe sovereign AI
#27
Industry 2026-07-16 Hacker News — AI front pageGoogle — The Keyword 6.3 5.5/5.5/8.0

Google is retiring the NotebookLM brand and folding the product into its Gemini line as Gemini Notebook. The rename consolidates what had been a distinctly-branded research and source-grounding tool into the main assistant family. It drew 290 points on Hacker News, where much of the discussion centered on whether the consolidation dilutes what made NotebookLM useful as a focused, source-grounded tool rather than a general chatbot surface.

Google NotebookLM Gemini
#28
Research 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.CL (Computation & Language)arXiv cs.LG (Machine Learning) 6.3 6.5/6.3/6.0

This paper presents a method for expanding a pre-trained model's tokenizer in place, without retraining from scratch. Tokenizer choice is one of the most expensive early commitments in a pretraining run, and being able to revise it after the fact — for a new language, domain, or modality — removes a genuine structural constraint.

cs.CL tokenization pretraining
#29
Evaluations & Benchmarks 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.CL (Computation & Language)arXiv — Evals & Benchmarks 6.3 6.3/6.5/6.0

MedFailBench is an open benchmark, constructed by clinicians, that probes where medical AI systems should decline or defer rather than where they answer correctly. Boundary-inspection benchmarks are scarce relative to accuracy benchmarks, and clinician authorship is what makes the refusal boundaries credible rather than arbitrary.

cs.CL medical safety benchmark
#30
Evaluations & Benchmarks 2026-07-16 Hugging Face Blog 6.3 6.5/6.0/6.5

NVIDIA reports that Nemotron 3 Embed ranks first overall on RTEB, the retrieval-focused embedding benchmark, positioning it for agentic retrieval workloads where embedding quality bounds what a retrieval-augmented agent can find. Embedding leaderboard movement tends to translate more directly into production RAG performance than headline generative benchmarks do, which is what makes a top-line RTEB result worth tracking.

embeddings RTEB retrieval
#31
Infrastructure 2026-07-16 The Information — AI 6.3 6.0/6.5/6.5

The Information reports that Nvidia GPU scarcity is now biting across the board rather than sparing the largest buyers, with allocation pressure reaching customers who had previously been insulated by scale or relationship. The practical consequence for practitioners is that compute availability, not model quality or engineering headcount, is increasingly the binding constraint on training and serving roadmaps.

GPU supply Nvidia
#32
Government & Defense 2026-07-16 War on the Rocks 6.3 5.0/5.5/5.3 +1.0 gov_defense

War on the Rocks parses the FY2027 National Defense Authorization Act for what its provisions imply about defense technology priorities. The NDAA is the vehicle through which autonomy, AI acquisition authorities and software-pathway reforms actually get funded and constrained, so its text is the closest thing to a forward schedule for defense AI programs.

NDAA acquisition policy
#33
Interpretability 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.LG (Machine Learning)arXiv cs.RO (Robotics)arXiv — Mechanistic Interpretability 6.3 6.5/6.5/6.0

This work combines mechanistic interpretability with optimal control to steer world-action models toward robustness, using identified internal structure as the handle for control-theoretic intervention rather than treating the policy as a black box to be retrained. It pairs naturally with BadWAM's finding that accurate world modeling does not guarantee correct action.

cs.RO interpretability control
#34
Research 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.2 6.3/6.3/6.0

A unifying framework for discrete diffusion models spanning tokenization through generation, consolidating what has been a fragmented literature with incompatible formulations. Synthesis work like this tends to be what lets a subfield's results start composing, and arrives alongside today's mask-aware policy gradient paper for diffusion language models.

cs.LG diffusion survey
#35
Robotic Autonomy 2026-07-16 arXiv cs.CV (Computer Vision)arXiv cs.LG (Machine Learning)arXiv cs.RO (Robotics)arXiv — Evals & Benchmarks 6.2 6.3/6.0/6.3

DriftWorld proposes a drifting mechanism for faster world modeling, trading exact rollout fidelity for speed in a way the authors argue preserves the properties downstream control actually depends on. One of an unusually dense cluster of world-model papers on today's feeds.

cs.RO world models efficiency
#36
Robotic Autonomy 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.2 6.3/6.0/6.3

GigaWorld-Policy-0.5 reports a faster and stronger world-action model, with the notable wrinkle that its development was driven by an AutoResearch pipeline — automated search over research decisions rather than purely human-directed design. The methodology claim is arguably more interesting than the model result.

cs.RO world models AutoResearch
#37
Agents & Tool Use 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.2 6.3/6.0/6.3

KnowAct-GUIClaw is a personal GUI agent that accumulates memory and skills across sessions rather than starting cold each time. Persistent skill acquisition is the difference between a computer-use demo and an assistant that gets more useful with use, and it is where most GUI agents currently stop.

cs.AI GUI agents memory
#38
Evaluations & Benchmarks 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.CL (Computation & Language)arXiv — Evals & Benchmarks 6.2 6.3/6.3/6.0

OmniaBench evaluates general-purpose agents across a spread of heterogeneous scenarios rather than a single task family, aiming at breadth as the measured quantity. Cross-scenario agent benchmarks are where the gap between demo performance and reliable general capability is most visible.

cs.AI agents benchmark
#39
Multimodal 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.2 6.3/6.0/6.3

The OvisOCR2 technical report details an optical character recognition system built on the Ovis multimodal line. Document understanding is one of the highest-volume commercial applications of vision-language models, and OCR quality on hard layouts remains the bottleneck for most document agent pipelines.

cs.CV OCR documents
#40
Robotic Autonomy 2026-07-16 arXiv cs.RO (Robotics)arXiv — Evals & BenchmarksarXiv — Generative Media / Diffusion 6.2 6.5/6.3/5.9

Reflex targets real-time vision-language-action control by restructuring inference as a streaming process, so action chunks emit continuously rather than after a full forward pass completes. Latency is the practical wall for large VLAs on real hardware, and streaming formulations are the main lever available short of shrinking the model.

cs.RO VLA latency streaming
#41
Reinforcement Learning 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.LG (Machine Learning)arXiv cs.NE (Neural & Evolutionary Computing)arXiv — Reinforcement Learning 6.2 6.5/6.3/5.8

SMC-ES automates synthesis of control policies that come with formal verification, combining statistical model checking with evolutionary search. Formally verified policies remain the exception in learned control; anything that makes verification a byproduct of synthesis rather than a separate and usually skipped step is worth attention for safety-critical deployment.

cs.AI verification control
#42
Efficiency 2026-07-14 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.2 6.3/6.0/6.3

ShortOPD recovers pruned model quality using on-policy distillation with a short-to-long curriculum, addressing the degradation that pruning inflicts on long-context behavior specifically. Pruning that holds up at short context but collapses at long context is a common and under-reported failure.

cs.LG pruning distillation
#43
Multimodal 2026-07-16 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.2 6.3/6.0/6.3

VideoChat3 is a fully open multimodal LLM for video understanding, releasing weights, data and training recipe for a generalist video model. Full-stack openness in video MLLMs is rarer than in text or image, where the data pipeline is usually the withheld component.

cs.CV video open source
#44
Evaluations & Benchmarks 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.1 6.0/6.3/6.0

AgentCompass offers unified evaluation infrastructure for agent capabilities, aiming to reduce the harness variance that makes agent numbers hard to compare across papers. Given how much reported agent performance depends on scaffold details, shared infrastructure is arguably a precondition for the field's results meaning anything comparative.

cs.AI agents evaluation
#45
Agents & Tool Use 2026-07-16 The Information — AI 6.1 5.5/6.0/6.8

Andreessen Horowitz has backed a startup building supervision and guardrail tooling for autonomous agents — the 'parenting' framing referring to oversight, correction and constraint of agent behavior in production. The investment tracks a broader thesis that as agents take on longer-horizon work, the control and monitoring layer becomes its own product category rather than a feature of the model provider.

agents oversight funding
#46
Evaluations & Benchmarks 2026-07-16 arXiv cs.CL (Computation & Language)arXiv cs.CV (Computer Vision)arXiv — Evals & Benchmarks 6.1 6.0/6.3/6.0

A critical examination of multimodal visual question answering benchmark design, arguing that leaderboard position has decoupled from trustworthy behavior and setting out design lessons for benchmarks that measure what practitioners actually need. It rhymes with Simon Willison's argument today that the pelican benchmark has stopped tracking model quality.

cs.CV VQA benchmark design
#47
Generative Media 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.1 6.0/6.0/6.3

Hallo4D addresses hallucination in spatio-temporal generation, targeting the consistency failures that appear when generated 4D content must hold together across both space and time. Temporal-spatial coherence is the dominant visible artifact class in current video and 4D generation.

cs.CV 4D generation hallucination
#48
Evaluations & Benchmarks 2026-07-15 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.1 6.0/6.0/6.3

KeyFrame-Compass proposes an evaluation suite for keyframe-conditioned video generation, where a model must interpolate and extend from specified anchor frames. Keyframe conditioning is how video generation actually gets used in production pipelines, and it has been under-served by benchmarks built around unconditional or text-only prompting.

cs.CV video generation benchmark
#49
AI Coding 2026-07-16 The Information — AI 6.1 6.0/6.0/6.3

The Information reports Microsoft is preparing an AI bug-finding system in the mold of Mythos, targeting automated vulnerability discovery in code. It lands the same day as OpenAI's GPT-Red disclosure, and the pairing is notable: the major labs are converging on offensive-capability models used internally as hardening tools rather than shipped products.

security bug finding Microsoft
#50
Generative Media 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.LG (Machine Learning)arXiv — Generative Media / DiffusionarXiv — Reinforcement Learning 6.1 6.0/6.3/6.0

This paper optimizes text-to-image generators for representative diversity across multiple axes using a Max@K reinforcement learning objective, targeting the mode collapse that preference optimization tends to induce. Diversity-preserving RL objectives are one of the few principled answers to the homogenization that follows from optimizing a single reward.

cs.CV text-to-image RL diversity
#51
Multimodal 2026-07-14 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.1 6.3/6.0/6.0

UniVR performs reasoning in visual space rather than translating everything into text tokens first, unifying visual reasoning tasks under a single formulation. Reasoning natively in the visual representation avoids the lossy round-trip through language that most vision-language chains-of-thought currently take.

cs.CV visual reasoning multimodal
#52
Industry 2026-07-16 TechCrunch — AI 6.0 5.5/6.5/6.0

Apple Intelligence has received regulatory approval to launch in China, with Alibaba and Baidu as local partners providing the on-shore model layer. The approval resolves a long-running blocker for Apple in its second-largest market and illustrates the partner-and-localize pattern now required for foreign AI features to ship in China.

Apple China regulation
#53
Evaluations & Benchmarks 2026-07-16 arXiv cs.AI (Artificial Intelligence)arXiv cs.CL (Computation & Language)arXiv — Evals & Benchmarks 6.0 6.0/6.0/6.0

This benchmark tests whether multimodal LLMs can actually read scientific visualizations — extracting values, comparing series, and reasoning about what a chart shows. Chart literacy is a prerequisite for any credible AI-for-science reading workflow, and current models are weaker at it than their general vision scores suggest.

cs.AI visualization benchmark
#54
Robotics 2026-07-16 The Information — AI 6.0 5.5/5.5/7.0

Humanoid, a UK-based robot manufacturer, has reached a valuation above $1 billion. The milestone continues the capital surge into humanoid platforms and is notable for landing outside the US and China, where most of the humanoid funding has concentrated.

humanoid funding UK
#55
AI for Science 2026-07-16 Google DeepMind Blog 6.0 5.5/6.5/6.0

Google DeepMind published its approach to bioresilience, laying out how it intends to handle biological-capability risk and defensive applications across its life-sciences work. Lab-level position statements on biosecurity are worth reading closely because they set the internal thresholds that govern what protein and biology models get released and in what form.

biosecurity DeepMind policy
#56
Generative Media 2026-07-16 MIT Technology Review — AI 6.0 5.5/6.5/6.0

A breach of the AI music generator Suno exposed evidence that the company scraped decades of music from YouTube and Deezer to train its models, per reporting aggregated by MIT Technology Review from 404 Media. Beyond the litigation exposure, the leak is one of the few direct looks inside the training-data provenance of a production generative-audio system, where sourcing has generally been opaque.

Suno training data copyright
#57
Post-Training 2026-07-16 arXiv cs.CL (Computation & Language)arXiv cs.LG (Machine Learning)arXiv — Reinforcement Learning 6.0 6.0/6.0/6.0

This work combines instruction tuning with model merging to adapt reasoning models to new domains, using merging to retain general reasoning while specializing. Merging remains one of the cheapest ways to compose capabilities without a full retrain, and reasoning models are where capability interference bites hardest.

cs.CL merging instruction tuning
#58
Efficiency 2026-07-16 arXiv cs.LG (Machine Learning)arXiv — Efficiency (Quantization, MoE, Inference)arXiv — Mechanistic InterpretabilityarXiv — Generative Media / Diffusion 6.0 6.0/6.0/6.0

This paper derives an optimal self-distillation procedure for rectified flow models using linear probing to identify where distillation should target. Rectified flow distillation is the standard route to few-step sampling, and a principled account of what to distill beats the usual empirical recipe search.

cs.LG rectified flow distillation
#59
Robotic Autonomy 2026-07-16 AK (@_akhaliq) Daily PapersHugging Face Daily Papers 6.0 6.0/6.0/6.0

SPEAR is a photorealistic simulator for embodied AI research, targeting the visual sim-to-real gap that limits how much simulated training transfers to physical robots. Simulator quality is infrastructure, and infrastructure is what determines which embodied results other labs can reproduce.

cs.RO simulation embodied AI
#60
AI for Science 2026-07-16 arXiv — Agents / Tool UsearXiv cs.AI (Artificial Intelligence)arXiv cs.CL (Computation & Language)arXiv — Evals & Benchmarks 6.0 6.0/6.0/6.0

SciDiagramEdit learns to edit scientific diagrams by supervising on real paper revision histories, a nicely-chosen natural source of before-and-after edit pairs with implicit intent. Mining revision history for supervision is a pattern with room to generalize well beyond diagrams.

cs.CL diagrams editing
#61
Research 2026-07-16 3Blue1Brown 5.9 5.5/6.0/6.2

The second installment of 3Blue1Brown's Compression is Intelligence series, working through cross-entropy from first principles. The compression-as-intelligence framing connects the training objective to the theoretical account of what language models are doing, and this series is doing the clearest visual exposition of it currently available.

education information theory
#62
Infrastructure 2026-07-16 MIT Technology Review — AI 5.9 5.5/6.0/6.2

Elon Musk acquired APR Energy, a gas turbine company, in May for roughly $1 billion, a deal revealed through an FTC filing and most likely intended to power AI datacenters running Grok. Vertical integration into generation — rather than contracting for grid power — is becoming a distinguishing move among the largest compute buildouts.

power xAI datacenter
#63
Infrastructure 2026-07-17 The Information — AI 5.9 5.5/6.0/6.2

Valar Atomics is in talks for a $6 billion valuation following a power generation milestone. The raise sits inside the now-familiar loop of AI datacenter demand pulling capital into novel generation, and belongs to the same story as Musk's reported acquisition of a gas turbine firm to power Grok — compute buildout is increasingly a power-procurement problem.

nuclear datacenter power
#64
Safety, Policy & Regulation 2026-07-16 OpenAI Research 5.9 5.0/6.5/6.2

OpenAI published a position piece on teen access to AI systems, setting out its reasoning for age-appropriate availability alongside safeguards rather than exclusion. The post lands as age-verification and minor-safety requirements move through multiple legislatures, and functions as the company's stated framework ahead of those rules landing.

minors policy OpenAI
#65
AI for Science 2026-07-16 Latent Space PodcastLatent Space (swyx & Alessio) 5.9 5.5/6.0/6.2

A Latent Space episode with Andy Beam and Rafa Gómez-Bombarelli arguing that wet labs should be architected like data centers — scheduled, instrumented, high-throughput and API-addressable — so that model-driven experimental design can close the loop without human bottlenecks between proposal and assay. The framing targets the actual limiter in AI-for-science, which is rarely the model and usually the rate at which physical experiments return labeled data.

AI for science automation lab
#66
AI for Science 2026-07-16 FedScoop — AI 5.8 5.5/6.0/5.9

The Department of Energy expanded its Genesis Mission Consortium with additional AI startups, broadening the set of private participants working with national-lab computing resources on scientific AI. The consortium is one of the main channels through which frontier-adjacent labs get access to DOE supercomputing for science applications.

DOE AI for science consortium
#67
Agents & Tool Use 2026-07-16 Hacker News — AI front page 5.8 5.5/5.5/6.5

LM Studio released Bionic, an agent layer for running tool-using agents against locally-hosted open models. It drew 222 points on Hacker News. The timing is not incidental: with K3 weights promised by July 27 and Inkling weights already on Hugging Face, local agent harnesses are the piece that turns an open-weight drop into something practitioners can actually run agentically.

local agents LM Studio
#68
Safety, Policy & Regulation 2026-07-16 Lawfare (via Google News) 5.8 5.5/6.5/5.5

Lawfare argues for a measured policy response to model distillation, pushing back on framing that treats distillation of frontier models by competitors as an emergency requiring immediate control measures. The piece is timely given that Inkling's own post-training bootstrapped from synthetic data generated by Kimi K2.5 — cross-lab distillation is now openly documented in release notes rather than alleged.

distillation export controls policy
#69
AI Coding 2026-07-16 Hacker News — AI front page 5.7 5.0/6.0/6.0

Linus Torvalds set out his position on the use of large language models in Linux kernel development in a mailing-list thread that reached the Hacker News front page. Kernel policy on machine-generated patches carries outsized weight because provenance, attribution and the Developer Certificate of Origin are load-bearing in that project — a patch whose origin cannot be attested is a licensing problem before it is a quality problem. Whatever norms settle there tend to propagate to other large open-source codebases.

Linux kernel policy
#70
Evaluations & Benchmarks 2026-07-16 Hacker News — AI front page 5.6 5.0/5.5/6.3

A write-up showing that classical machine learning methods remain surprisingly competitive at detecting LLM-generated text, drawing 186 points on Hacker News. The practical interest is the baseline question: if simple feature-based classifiers hold up, much of the neural detection literature is being evaluated against an unfairly weak floor.

detection classifiers
#71
Reinforcement Learning 2026-07-16 Hacker News — AI front page 5.6 5.0/5.5/6.3

An open, compact treatment of reinforcement learning fundamentals released on GitHub, picking up 107 points on Hacker News. Pedagogical resources like this matter more than usual right now given how much frontier post-training — Inkling's 30 million rollouts, Ring-Zero's trillion-parameter zero-RL — now rests on RL machinery that many practitioners learned only as a side topic.

RL education
#72
Agents & Tool Use 2026-07-16 Hacker News — AI front page 5.5 5.5/5.5/5.5

An open-source project enabling coding agents to communicate and coordinate with one another. Multi-agent coordination remains mostly ad hoc in practice, and lightweight interoperability layers are where the useful conventions tend to emerge before any standard does.

agents multi-agent coding
#73
Generative Media 2026-07-16 TechCrunch — AI 5.5 5.0/5.0/6.5

Google Vids now lets users generate videos featuring their own likeness as a presenter. Consumer likeness-generation shipping inside a mainstream productivity suite moves synthetic-avatar capability from a specialist tool into default workplace software, which is where provenance and consent questions stop being hypothetical.

Google video avatars
#74
Agents & Tool Use 2026-07-16 TechCrunch — AI 5.4 5.0/5.5/5.7

Google's AI Mode can now link to and interact with select third-party apps, extending search-embedded assistance into action-taking against connected services. It is a modest surface change that nonetheless puts tool-calling in front of a very large default audience.

Google AI Mode tool use
#75
Generative Media 2026-07-16 TechCrunch — AI 5.3 5.0/5.0/5.9

Roblox added an AI-driven game-creation feature to its mobile app, letting users generate playable experiences from prompts on a phone. Roblox's scale makes it one of the larger real-world tests of generative content creation by non-technical users at volume.

Roblox game generation
Items
75
Multi-source
41
Long-form (≥7.5)
5
Sources OK / attempted
93 / 119
Top category
Agents & Tool Use
9 items