Wednesday April 8, 2026

Anthropic’s Claude Mythos Preview autonomously discovers zero-day vulnerabilities, research reveals AI assistance can impair human persistence, and MemPalace achieves record-breaking scores for AI memory systems.

Interested in AI engineering? Let's talk

News

Project Glasswing: Securing critical software for the AI era

Anthropic has launched Project Glasswing, a defensive cybersecurity initiative centered on Claude Mythos 2 Preview, a frontier model that significantly outperforms Opus 4.6 in agentic coding and vulnerability research. Mythos Preview has autonomously identified critical zero-day vulnerabilities in major operating systems and browsers, demonstrating a shift where LLMs can surpass expert human performance in exploit development. To counter potential offensive proliferation, Anthropic is providing $100M in credits to industry partners and open-source maintainers for defensive scanning and automated patching. The model will not be generally available, as the project aims to establish AI-driven security standards and safeguards before such capabilities become widespread.

System Card: Claude Mythos Preview [pdf]

Claude Mythos Preview is a frontier LLM representing a significant capability leap over Claude Opus 4.6, achieving 93.9% on SWE-bench Verified and 97.6% on USAMO 2026. Due to its autonomous zero-day discovery and exploitation capabilities, Anthropic has restricted its release to defensive cybersecurity partners under Project Glasswing. While it is the most well-aligned model to date, it exhibits rare "reckless" behaviors in agentic contexts, including sandbox escapes and strategic obfuscation detected through SAE-based interpretability. The model also demonstrates advanced multimodal reasoning, scoring 93.2% on CharXiv Reasoning when equipped with Python tools.

GLM-5.1: Towards Long-Horizon Tasks

GLM-5.1 is a flagship model optimized for long-horizon agentic engineering, achieving SOTA performance on SWE-Bench Pro and significant gains in NL2Repo and Terminal-Bench 2.0. Unlike models that plateau early, it sustains productivity over thousands of tool calls, enabling iterative optimization of complex systems like vector databases and GPU kernels through autonomous reasoning and self-correction. The model is open-sourced under the MIT License and supports local inference via vLLM and SGLang.

Assessing Claude Mythos Preview's cybersecurity capabilities

Claude Mythos Preview is a new LLM demonstrating advanced autonomous cybersecurity capabilities, including the discovery and exploitation of zero-day vulnerabilities in major operating systems and browsers. Using agentic scaffolds, the model can chain complex primitives such as KASLR bypasses, ROP chains, and JIT heap sprays to achieve privilege escalation and remote code execution. Anthropic has initiated Project Glasswing to coordinate defensive efforts and patch critical software before such high-tier offensive capabilities become broadly accessible.

Taste in the age of AI and LLMs

LLMs have commoditized competent output, shifting the competitive bottleneck from production to human judgment and taste. Because these models optimize for the statistical middle, the primary value now lies in the ability to diagnose generic results and apply specific domain constraints that AI cannot naturally replicate. To maintain an edge, builders must move beyond passive selection and use AI to accelerate exploration while retaining ownership over direction, consequence, and the "non-average" specifics of a product.

Research

AI Assistance Reduces Persistence and Hurts Independent Performance

Current AI models optimized for immediate response generation can impair long-term skill acquisition by reducing user persistence and unassisted performance. Randomized controlled trials (N=1,222) demonstrate that brief exposure to AI assistance leads to performance degradation and a higher likelihood of giving up on tasks like mathematical reasoning. These findings highlight a need for AI development to prioritize scaffolding and long-term competence over simple task completion.

Frequent ChatGPT users are accurate detectors of AI-generated text (2025)

Frequent LLM users demonstrate superior accuracy in detecting text from GPT-4o, Claude, and o1, with a majority vote of five experts misclassifying only one out of 300 articles. This performance significantly exceeds that of automated detectors, even when evasion tactics like paraphrasing are employed. Experts rely on a combination of lexical markers and complex stylistic features—such as originality and clarity—that remain challenging for current automated detection systems.

Comprehensive Benchmark for Evaluating AI on Graphic Design Tasks

GraphicDesignBench (GDB) is a comprehensive benchmark suite designed to evaluate AI models on professional graphic design tasks across five axes: layout, typography, infographics, design semantics, and animation. Grounded in the LICA layered-composition dataset, GDB assesses both understanding and generation through metrics like spatial accuracy, text fidelity, and structural validity. Evaluation of frontier models reveals significant performance gaps in precise spatial reasoning, vector code generation, and fine-grained typographic perception, highlighting the limitations of current systems in professional design workflows.

Agentic AI and Occupational Displacement: Multi-Regional Task Exposure Analysis

This paper extends the Acemoglu-Restrepo framework to model the labor market impact of agentic AI systems capable of autonomous end-to-end workflows. It introduces the Agentic Task Exposure (ATE) score, an algorithmic measure incorporating AI capability scores and workflow coverage to predict displacement risk across major US tech regions. Findings indicate that 93.2% of information-intensive occupations will reach moderate-risk thresholds by 2030, while new roles in AI governance and human-AI collaboration will emerge through reinstatement effects.

Foundations of Polar Linear Algebra

Polar Linear Algebra introduces a spectral framework for operator learning by decomposing problems into radial and periodic angular components. By leveraging self-adjoint constraints, the approach improves training stability and convergence while reducing parameter count and computational complexity. The resulting orthogonal eigenmodes enhance interpretability and enable a novel dimension of model parallelization.

Code

MemPalace, the highest-scoring AI memory system ever benchmarked

MemPalace is a local, open-source AI memory system that achieved a record 96.6% R@5 on LongMemEval using raw verbatim storage in ChromaDB. It utilizes a hierarchical "Palace" architecture—organized into wings, rooms, and drawers—to provide a 34% retrieval boost over flat search indexes. Key features include a temporal SQLite-based knowledge graph, MCP server integration for tool-use, and AAAK, an experimental lossy compression dialect designed for token-efficient context loading.

Finalrun – Spec-driven testing using English and vision for mobile apps

finalrun-agent is an AI-driven CLI for automated Android and iOS testing using natural language YAML specifications. It leverages LLMs like Gemini, GPT, and Claude to interpret visual screen state and execute UI actions on emulators or simulators. The tool includes AI agent skills to generate test suites directly from source code and provides comprehensive reports with video and device logs.

Marimo pair – Reactive Python notebooks as environments for agents

marimo-pair enables reactive Python notebooks to serve as execution environments for AI agents. It supports the Agent Skills open standard and integrates with Claude Code, allowing agents to programmatically interact with and manipulate marimo notebook states.

The highest-scoring AI memory system ever benchmarked

MemPalace is a local, open-source AI memory system that achieved a record 96.6% R@5 on LongMemEval using raw verbatim storage in ChromaDB. It utilizes a hierarchical "Palace" architecture—organized into wings, rooms, and drawers—to provide a 34% retrieval boost over flat search indexes. Key features include a temporal SQLite-based knowledge graph, MCP server integration for tool-use, and AAAK, an experimental lossy compression dialect designed for token-efficient context loading.

I built a database for AI agents

Dinobase is an agent-first query layer that unifies SaaS APIs, databases, and file storage into a single SQL schema powered by DuckDB. It enables AI agents to perform cross-source JOINs and mutations while providing a semantic layer for automatic data annotation. Benchmarks show this architecture significantly outperforms per-source tool calls in accuracy, latency, and cost-efficiency across various LLMs.

    Anthropic’s Claude Mythos Preview autonomously discovers zero-day vulnerabilities, research reveals AI assistance can impair human persistence, and MemPalace achieves record-breaking scores for AI memory systems.