Context Engineering

Google AI Introduces EnvHarness: A Programmable Layer That Turns Static Agent Environments Into Adaptive Training Worlds

Google AI Introduces EnvHarness: A Programmable Layer That Turns Static Agent...

0
Google Cloud AI Research, with Washington University in St. Louis and UNC Chapel Hill, has released EnvHarness, an Apache-2.0 layer that turns a static agent benchmark into one that adapts to the policy training on it. It wraps a frozen environment through the standard reset()/step() interface, so tasks and human-built verifiers stay untouched — and an LLM designer, EnvRigger, writes those wrappers automatically against flaws diagnosed in the agent's own rollouts. Across five benchmarks, mined skills gain up to 9.0 points on held-out tasks with 9.8% fewer execution steps.
DeepSeek AI Releases DeepSeek Harness in Developer Preview

DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent...

0
DeepSeek Harness v0.1 is an MIT-licensed agent harness where every capability is a Cordis plugin. Four runtime modes, append-only session logs, and provider-agnostic model routing.
Prompt Engineering vs Loop Engineering vs Graph Engineering

Prompt Engineering vs Loop Engineering vs Graph Engineering: What Changes at...

0
Three terms now compete for the same line in AI engineering job descriptions. Prompt engineering is the established one. Loop engineering entered the AI...
Meet EverOS: An Open Source Markdown-First Agent Memory Runtime

Meet EverOS: An Open Source Markdown-First Agent Memory Runtime With Hybrid...

0
EverMind has open-sourced EverOS, a local-first memory runtime that stores AI agent memory as plain Markdown indexed by SQLite and LanceDB. It combines hybrid BM25 + vector retrieval, multimodal ingestion, and self-evolving Skills under an Apache 2.0 license. Here's what it is, how the architecture works, where the benchmarks stand, and where it still falls short — plus a runnable code walkthrough and an interactive demo.
Google Cloud Introduces Open Knowledge Format (OKF)

Google Cloud Introduces Open Knowledge Format (OKF): A Vendor-Neutral Markdown Spec...

0
We break down Google Cloud's new Open Knowledge Format (OKF), an open spec that formalizes the LLM-wiki pattern. We explain how a bundle works: a directory of markdown files with YAML frontmatter, where each concept needs only a type field. We cover the three design principles, the reference tools Google shipped, and how OKF differs from RAG. We include a working Python consumer and an interactive bundle explorer you can embed.
NVIDIA AI Releases Nemotron 3 Ultra: An Open 550B Mixture-of-Experts Hybrid Mamba-Transformer for Long-Running Agents

NVIDIA AI Releases Nemotron 3 Ultra: An Open 550B Mixture-of-Experts Hybrid...

0
NVIDIA has released Nemotron 3 Ultra, a 550B total (55B active) open Mixture-of-Experts hybrid Mamba-Transformer for long-running agents. It pairs a 1M-token context with up to ~6x higher inference throughput than comparable open LLMs at on-par accuracy, and ships with open weights, training data, and recipes under OpenMDW-1.1.
Nous Research Proposes Lighthouse Attention: A Training-Only Selection-Based Hierarchical Attention That Delivers 1.4–1.7× Pretraining Speedup at Long Context

Nous Research Proposes Lighthouse Attention: A Training-Only Selection-Based Hierarchical Attention That...

0
Nous Research has published Lighthouse Attention, a selection-based hierarchical attention mechanism that wraps around standard scaled dot-product attention during pretraining and is removed afterward. Unlike prior methods such as NSA and HISA that pool only keys and values, Lighthouse pools Q, K, and V symmetrically across a multi-resolution pyramid, reducing the attention call from O(N·S·d) to O(S²·d) and running stock FlashAttention on a small dense sub-sequence. Tested on a 530M Llama-3-style model at 98K context, it achieves a 1.40–1.69× end-to-end wall-clock speedup against a cuDNN SDPA baseline with matching or lower final training loss.
A Coding Implementation to Build Agent-Native Memory Infrastructure with Memori for Persistent Multi-User and Multi-Session LLM Applications

A Coding Implementation to Build Agent-Native Memory Infrastructure with Memori for...

0
In this tutorial, we implement how Memori serves as an agent-native memory infrastructure layer for building more persistent, context-aware LLM applications. We start by...
Moonshot AI Releases Kimi K2.6 with Long-Horizon Coding, Agent Swarm Scaling to 300 Sub-Agents and 4,000 Coordinated Steps

Moonshot AI Releases Kimi K2.6 with Long-Horizon Coding, Agent Swarm Scaling...

0
Moonshot AI, the Chinese AI lab behind the Kimi assistant, today open-sourced Kimi K2.6 — a native multimodal agentic model that pushes the boundaries...

How to Build Multi-Layered LLM Safety Filters to Defend Against Adaptive,...

0
In this tutorial, we build a robust, multi-layered safety filter designed to defend large language models against adaptive and paraphrased attacks. We combine semantic...

Ant Group Releases Ling 2.0: A Reasoning-First MoE Language Model Series...

0
How do you build a language model that grows in capacity but keeps the computation for each token almost unchanged? The Inclusion AI team from...

A Guide for Effective Context Engineering for AI Agents

0
Anthropic recently released a guide on effective Context Engineering for AI Agents — a reminder that context is a critical yet limited resource. The...

Building a Context-Folding LLM Agent for Long-Horizon Reasoning with Memory Compression...

0
In this tutorial, we explore how to build a Context-Folding LLM Agent that efficiently solves long, complex tasks by intelligently managing limited context. We...

Case Studies: Real-World Applications of Context Engineering

0
Context engineering has become a transformative force in moving from experimental AI demos to robust, production-grade systems across various industries. Below are distilled examples...

A Technical Roadmap to Context Engineering in LLMs: Mechanisms, Benchmarks, and...

0
Estimated reading time: 4 minutes Table of contentsWhat Is Context Engineering?Taxonomy of Context EngineeringKey Insights and Research GapsApplications and ImpactFuture Directions The paper “A Survey of...

Recent articles