Tagged articles

context compaction

5 articles · Page 1 of 1
Linyb Geek Road
Linyb Geek Road
Jul 3, 2026 · Artificial Intelligence

Production‑Ready AI Agent Harness Engineering: Best‑Practice Guide (2026)

This guide explains how to build reliable, provider‑neutral AI agent harnesses for production by covering the agentic loop, tool and permission management, context compaction, security evaluations, budgeting, and deployment considerations, and provides an open‑source skill with ready‑to‑use artifacts.

AI AgentsAgentic LoopHarness Engineering
0 likes · 16 min read
Production‑Ready AI Agent Harness Engineering: Best‑Practice Guide (2026)
Ops Development & AI Practice
Ops Development & AI Practice
May 19, 2026 · Artificial Intelligence

What the Fluctuating Memory Metric in Gemini CLI Really Means

The Memory indicator in Gemini CLI shows the serialized size of the active context and varies as the tool dynamically loads, unloads, and compresses context data through just‑in‑time loading and automatic compaction, rather than reflecting a static token count.

Active ContextCLI Memory ManagementGemini CLI
0 likes · 6 min read
What the Fluctuating Memory Metric in Gemini CLI Really Means
AI Engineer Programming
AI Engineer Programming
Apr 15, 2026 · Artificial Intelligence

Agent Context Compaction: How pi and Claude Code Implement Compression Strategies

The article analyzes context compaction for long‑running LLM agents, comparing pi‑mono and Claude Code approaches, detailing when, where, and how to compress, trigger mechanisms, multi‑step summarization pipelines, storage formats, reconstruction methods, and the trade‑offs between cost, latency, and summary quality.

AgentClaude CodeLLM
0 likes · 23 min read
Agent Context Compaction: How pi and Claude Code Implement Compression Strategies
Old Meng AI Explorer
Old Meng AI Explorer
Apr 13, 2026 · Artificial Intelligence

Master Codex: Advanced AGENTS.md, Context Compaction, and MCP Tricks

This guide walks experienced developers through Codex’s advanced capabilities—layered AGENTS.md configuration, Context Compaction to prevent memory loss, Claude‑Code hybrid workflows, sandbox and Rules security controls, the extensible MCP protocol, profile switching, pipeline integration, and session management—to transform casual use into expert mastery.

AGENTS.mdAI codingCodex
0 likes · 14 min read
Master Codex: Advanced AGENTS.md, Context Compaction, and MCP Tricks
Architect
Architect
Mar 8, 2026 · Information Security

Why OpenClaw’s Soft Boundaries Spark Security Disasters – Lessons for AI Agents

This article reviews recent OpenClaw security incidents, from a high‑profile email‑deletion failure caused by context compaction to supply‑chain attacks on Skills, analyzes the underlying architectural flaws of soft boundaries and missing execution‑time safeguards, and proposes a three‑layer hardening framework for AI agents.

AI Agent SecurityInformation SecurityOpenClaw
0 likes · 19 min read
Why OpenClaw’s Soft Boundaries Spark Security Disasters – Lessons for AI Agents