01AgentsInternals5 sources agree
Harness-Bench is a diagnostic benchmark for evaluating configuration-level harness effects in realistic agent workflows, providing a controlled protocol for studying model-harness configurations and identifying recurring failure patterns in execution trajectories. The benchmark contains 106 sandboxed offline tasks and evaluates complete harness configurations across multiple model backends under shared task environments and evaluation protocols. Experimental results show substantial variation in completion, process quality, efficiency, and failure behavior across model-harness pairings, supporting the need to report agent capability at the configuration level rather than by the base model alone.
Provenance — who else covered this
02AgentsInternals4 sources agree
Self-Harness is a novel paradigm that enables LLM-based agents to improve their own operating harness without human engineering effort or external guidance. Experiments on Terminal-Bench-2.0 show that Self-Harness improves performance across three models from diverse families. The approach operationalizes an iterative loop that turns each model's behavioral evidence into model-specific harness updates, evaluating execution traces to identify recurring failure patterns and generating diverse yet minimal candidate edits. Qualitative analyses confirm that different models benefit from distinct harness changes, suggesting that Self-Harness can turn model-specific weaknesses into concrete harness changes.
Provenance — who else covered this
03AgentsInternals5 sources agree
Researchers have made significant progress in AI environments, including GLM-5.3's sandbox-scaling interpretation and Google's EnvHarness, which improves performance by up to 9 points. Additionally, new benchmarks such as FACET, SWE-bench Science, and CADBench have been introduced to test AI models, and agent infra has become more productized with GitHub's collaborative agent workflows and updates to agent runtimes like nac and Hermes Agent. A systems result also addressed inference-serving correctness in RL with vLLM's IsoExec.
Provenance — who else covered this
04AgentsInternals3 sources agree
A new paper breaks down the effectiveness of agent skills, finding that they outperform workflow memory but not necessarily raw models, and primarily stabilize actions rather than injecting knowledge. The paper also identifies the types of errors that skills can fix and creates new failure modes. The success rates of skills are 61.9%, compared to 59.1% for raw models and 55.9% for workflow memory.
Provenance — who else covered this
05AgentsProduct3 sources agree
The evolution of agent harnesses has led to significant improvements in AI agents, with models absorbing harness capabilities into their weights, and the harness becoming an interface to human attention. Researchers predict a future where every company building agentic AI will ship a human attention policy surface, governing how agents interact with humans. The model and harness co-evolution has led to a new era of agent development, with a focus on human-centric capabilities like permissions, identity, trust, and legibility.
Provenance — who else covered this
06ResearchInternals2 sources agree
A study reveals that modern LLM systems rely heavily on copying exact past actions from raw historical logs, rather than applying abstract lessons, and that corrupting condensed summary rules has no impact on performance. This challenges the current approach to making AI smarter over time and raises questions about the need to rethink how memory works in AI agents.
Provenance — who else covered this
07ModelsProduct2 sources agree
Ox Alpha model demonstrated unusually strong coding and agentic performance, speculated to be a Zhipu/GLM-family model, while DeepSeek shipped DeepSeek-V4-Flash-Vision-Exp with multimodal support, resolving part of the Ox Alpha confusion. Chinese labs are compressing the frontier on price/perf and multimodal agents, potentially forcing reactions from US labs.
Provenance — who else covered this
08ResearchInternalssingle source
GoogleDeepMind researchers introduce Recirculation, a method to help Transformers maintain context by passing information from deeper layers back to earlier layers, reducing contextualization errors and improving performance on several tasks. Recirculation is distinct from Chain-of-Thoughts and looped Transformers, and achieves significant improvements without retraining the model.
Provenance — who else covered this
09ResearchInternalssingle source
Meta FAIR's Research Preference Model (RPM) predicts which experiment candidates are worth executing, reducing the need for expensive GPU time. The model achieved a higher average normalized score than random selection across 20 AIRS-Bench tasks. Two RPM variants were tested: an inference-only model and an agentic model that can run pilot experiments for extra evidence.
Provenance — who else covered this
10BusinessBig picturesingle source
OpenAI has filed for a $1 trillion IPO despite significant losses, with a negative 122% operating margin in Q1 2026, and is focusing on developing a model that can retain user context to create a moat, while other labs like Anthropic, Google, and Meta are also working on similar persistent memory capabilities. The ability to retain user context is seen as a key differentiator and potential switching cost in the AI market.
Provenance — who else covered this
11On-deviceInternals3 sources agree
A developer has created a local KV cache proxy for coding agents, reducing recovery time from 90 seconds to 2.6 seconds, and made it available on GitHub
Provenance — who else covered this
12On-deviceProductsingle source
A new model, significantly smaller than Anthropic's Opus 5, has been found to score only 14% worse on the agentic index while being able to run on a personal computer, showing potential for commoditization of model layers
Provenance — who else covered this
13AgentsProductsingle source
Ordinus is a local-first desktop app for composing AI agents from Codex and Claude CLIs into scheduled workflows, featuring role-based agents, visual workflows, and local storage in a SQLite database. The app is open-source under the MIT license.
Provenance — who else covered this
14ModelsProductsingle source
Qwen's 3.8-27B model achieves top ranking on Harvey's Legal Agent benchmark and is suitable for professional tasks and local machine deployment
Provenance — who else covered this
15BusinessBig picture5 sources agree
The AI industry is facing growing opposition to data centers, with 75% of Americans now opposed to local development, and politicians beginning to take notice, despite the industry's claims that data centers are necessary for progress, the issue has become a rallying cry for concerns about water usage, pollution, and corporate power, with many seeing the industry's messaging as overly optimistic and dismissive of valid concerns, the opposition is driven by a range of factors, including concerns about job loss, data theft, and the impact of AI on society, and is not limited to the issue of water usage, but also encompasses broader concerns about the industry's influence and accountability
Provenance — who else covered this
16CodingProduct4 sources agree
A new benchmark for Agentic Coding has been created, initially measuring the creation quality of Excel and Photoshop clones using Ornith-1.5 and Qwen3.8-27B models
Provenance — who else covered this
17BusinessProduct4 sources agree
vLLM co-founder You Kaichao states that companies can collect enough data to train comparable models in about a month, making models commodities, and the competitive edge shifts to iteration speed and inference layer quality. This highlights the rapid pace of model commoditization and the importance of quick iteration and strong inference capabilities.
Provenance — who else covered this
18BusinessProductsingle source
Anthropic's integration of editable artboards into Claude Code may disrupt Figma's collaborative design tool dominance, as AI-generated design variants reduce the need for human designers and handoff processes. Figma's large installed base may slow the impact, but the market has already significantly repriced the company's value.
Provenance — who else covered this
19BusinessProductsingle source
OpenAI has cut the price of GPT 5.6 Sol via OpenRouter/Vercel by 50%, with API prices dropping 80%, potentially shifting value to physical infrastructure owners, and SemiAnalysis calls this a clever marketing ploy as it may skew model market share estimates
Provenance — who else covered this
20BusinessBig picturesingle source
Poolside Infrastructure Company, a separate entity, is constructing a 1.2GW datacenter in Texas and has recently appointed a new CEO and CFO, signaling a potential shift in focus towards infrastructure, and away from model training
Provenance — who else covered this
21On-deviceProductsingle source
Qwen 3.8 27b can run locally on laptops, but high latency is currently blocking most agent workflows, limiting its usability for many tasks
Provenance — who else covered this
22On-deviceProductsingle source
A user stopped paying for AI coding and instead ran Qwen3.8-27B locally on two 3090s, achieving 60 tokens per second and generating better ideas than other models for a low cost
Provenance — who else covered this
23CodingProductsingle source
Codex has reached 20M active users and is celebrating by crediting users with a BANKED reset, additionally an investigation is ongoing regarding usage limits draining faster
Provenance — who else covered this
24BusinessBig picturesingle source
Poolside AI has struck a non-exclusive licensing deal with Nvidia for $6 billion, with Nvidia also investing $1 billion in Poolside at a $12 billion pre-money valuation, and 109 Poolside employees are being offered positions at Nvidia, although Poolside's founders will remain with the startup
Provenance — who else covered this
25AI securityInternalssingle source
Sandbox resumption times have been improved to under 20ms with warm snapshots and around 300ms with cold starts, with further improvements planned for the next few months
Provenance — who else covered this
26AgentsProductsingle source
Sentient-agi's ROMA is a framework for building hierarchical multi-agent systems to solve complex problems, available on GitHub
Provenance — who else covered this