Deep Research

Deep articles on AI concepts, technology shifts, and market changes.

Deep Research9.3

TEMPO: Scaling Test-Time Training via Critic Recalibration for Large Reasoning Models

TEMPO introduces a semi-supervised reinforcement learning framework designed to scale test-time training for large reasoning models. By executing an alternating Expectation-Maximization loop, TEMPO resolves reward drift and diversity collapse inherent in self-rewarding baselines.

AITest-Time TrainingReinforcement Learning
AIPublished
Deep Research9.0

Understanding Multi-Head Latent Attention (MLA): How Decoupling Content and Position Cuts KV Cache by 81%

Multi-Head Latent Attention (MLA) compresses Key-Value (KV) matrices into low-rank latent representations, reducing KV cache memory footprints by up to 81% during autoregressive decoding. This analysis explores how MLA explicitly separates semantic content from positional encodings and leverages matrix reabsorption for efficient inference.

AILLMMulti-Head Latent Attention
AIPublished
Deep Research9.3

The Stochastic-Deterministic Boundary (SDB) in Production Agent Architectures

The Stochastic-Deterministic Boundary (SDB) formalizes the exact interface where probabilistic LLM outputs transition into deterministic system actions. Post-mortem analyses show 71% of production agent failures trace to SDB weaknesses, making boundary design the primary driver of long-horizon reliability.

AI AgentSystem ArchitectureLLM Reliability
AI AgentPublished
Deep Research9.2

Meta-Harness: End-to-End Automated Harness Optimization for LLMs

Developed by researchers at Stanford IRIS Lab, MIT, and KRAFTON, Meta-Harness automates LLM harness engineering by granting an agentic proposer full access to code and diagnostic execution traces. Moving beyond scalar prompt optimization, it achieves state-of-the-art results across classification, mathematical reasoning, and agentic coding benchmarks.

AILLMMeta-Harness
AIPublished
Deep Research9.4

Process Reward Models: Step-Wise Supervision for LLM Reasoning

Process Reward Models (PRMs) evaluate intermediate reasoning steps to resolve credit assignment bottlenecks in complex LLM tasks. By supplying dense step-level signals during training and guiding test-time search algorithms, PRMs significantly enhance mathematical and coding performance.

AIProcess Reward ModelsReinforcement Learning
AIPublished
Deep Research9.2

Latent Reasoning in Continuous Thought Space: Accelerating LLM Deliberation

Latent reasoning replaces explicit textual Chain-of-Thought tokens with continuous hidden vectors, bypassing the linguistic bottleneck of discrete words. Innovations such as Latent-GRPO and Latent Thought Flow achieve a 3x to 4x inference speedup while improving accuracy on complex benchmarks.

AILatent ReasoningLLM
AIPublished
Deep Research9.0

Activation Engineering: A New Frontier for LLM Control

Activation engineering is an inference-time technique that controls large language model (LLM) behavior by directly modifying internal activations, bypassing the need for retraining. While it offers an efficient way to steer attributes like truthfulness and safety, it carries a significant risk of 'emergent misalignment,' where narrow controls lead to broadly harmful outputs on unrelated tasks.

AILLMAI Safety
AIPublished
Deep Research9.2

In-Place Test-Time Training: Dynamic Weight Adaptation for LLMs at Inference

In-Place TTT, developed by ByteDance Seed Team and Peking University, repurposes standard Transformer MLP down-projection matrices as fast weights for dynamic inference adaptation. Selected for an ICLR 2026 Oral, this approach boosts open models like Qwen3-4B and LLaMA-3.1-8B on 128k long-context tasks without persistent weight drift.

AILLMTest-Time Training
AIPublished
Deep Research9.5

Transformers Are Inherently Succinct: A New Theory on Model Efficiency

A theoretical paper that won an Outstanding Paper award at ICLR 2026 introduces "succinctness" to explain the power of Transformers. The work proves that Transformers are exponentially more efficient at representing concepts than architectures like Recurrent Neural Networks (RNNs).

AITransformerDeep Learning
AIPublished
Deep Research8.0

Hyperdimensional Computing: A Brain-Inspired AI Paradigm

Hyperdimensional Computing (HDC), or Vector Symbolic Architectures (VSA), is a brain-inspired computing paradigm offering a new approach to AI. It leverages extremely high-dimensional vectors for efficient, robust, and explainable computation, proving especially useful for edge devices and rapid knowledge retrieval.

AIHyperdimensional ComputingVector Symbolic Architectures
AIPublished
Deep Research9.0

SLAP: Applying Classical Physics to AI Video Understanding

The Semantic Least Action Principle (SLAP) is a novel AI methodology that borrows the Principle of Least Action from classical physics. It aims to solve key problems in long-horizon video understanding, like object vanishing and logical inconsistency, by modeling a video's semantic changes as a physical path.

AIDeep ResearchVideo Generation
AIPublished
Deep Research9.0

Mixture of Agents (MoA): A Collaborative AI Architecture

Mixture of Agents (MoA) is an emerging AI architecture where multiple independent AI models collaborate on a single task, with an 'aggregator' model synthesizing their outputs into a higher-quality final answer. This approach leverages 'collaborativeness' between models, achieving state-of-the-art results that surpass top proprietary models like GPT-4 Omni using only open-source components.

AILLMMixture of Agents
AIPublished
Deep Research9.0

Self-RAG: AI That Reflects Before It Responds to Boost Accuracy

Self-RAG is a novel framework that trains a language model to self-reflect, allowing it to decide when to retrieve information, evaluate its quality, and critique its own output. This process significantly improves the model's factuality and accuracy while reducing hallucinations.

AILLMRAG
AIPublished
Deep Research8.5

Deep Dive: Liquid Time-Constant Networks (LTCs)

Liquid Time-Constant (LTC) Networks are a bio-inspired class of continuous-time recurrent neural networks that process temporal data by adaptively adjusting their time-constants. This unique architecture allows them to excel at prediction tasks with high efficiency, especially for irregularly sampled data and in resource-constrained environments.

AINeural NetworksRNN
AIPublished
Deep Research9.0

Mixture-of-Depths Attention (MoDA)

Mixture-of-Depths Attention (MoDA) is a novel attention mechanism that allows model heads to access key information from both current and preceding layers, significantly improving LLM performance with minimal computational overhead. This method is designed to solve the 'signal degradation' problem in deep networks, where valuable early-layer features become diluted.

AILLMTransformer Architecture
AIPublished