
How two API settings improved GPT-5.6 performance on ARC-AGI-3, boosting scores and efficiency by retaining reasoning and enabling compaction.
A benchmark designed to measure how well AI agents learn and reason by exploring unfamiliar 2D games revealed surprisingly low scores, but researchers found that the poor performance resulted from how the test was set up rather than model limitations. Specifically, the benchmark's harness was discarding the model's private reasoning after each action and using a rolling truncation system that caused older actions to become invisible as history accumulated, forcing the model to relearn the game repeatedly. Enabling two settings called retained reasoning and compaction, which preserve the model's thinking process and use a summarization approach instead of discarding old information, tripled the scores while reducing output tokens by six times. This finding illustrates that benchmark results measure not just the capabilities of AI models themselves but also invisible choices about settings, harness design, and other technical configurations.

Microsoft has open sourced code-testing-generator, a polyglot agent that writes unit tests and then proves they work. It ships in the dotnet-test plugin inside the MIT-licensed dotnet/skills repository. The agent targets a gap that coding assistants usually leave open. A prompt like ‘generate unit tests’ does not say which framework, file location or assertions to use. code-testing-generator settles those decisions by reading the repository before it writes anything. It then pla

A new SaferAI report finds Z.ai's open-weight GLM-5.2 approaches frontier AI capabilities while lacking key safety mitigations, renewing concerns that powerful open models could outpace governance and safeguards.

In this tutorial, we design an end-to-end evaluation workflow for PerceptionBench. This multimodal benchmark measures fine-grained visual perception capabilities across tasks such as OCR, counting, localization, contextual reasoning, comparison, depth understanding, and hallucination detection. We begin by configuring a Colab-compatible environment, installing the required libraries, and loading a balanced subset of the dataset through a robust multi-stage streaming and download strategy. We th
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven