August 2026 Summaries

2 posts from Paper Compute Company

Filter
Month: Year:
Post Summaries Back to Blog
High-fidelity AI traces aim to reveal the full context and cost of agent interactions, including system prompts, security checks, injected instructions, tool calls, tool results, reasoning blocks, and hidden harness activity that conventional agent or OpenTelemetry traces may omit. Using an example codebase-analysis session, the passage argues that substantial token use and expense can be concealed from users, with a 404,000-token session containing more than a third of its usage in hidden context and a single recap feature adding over 60,000 tokens. Tapes is presented as an open-source, proxy-based system positioned between an agent harness and an inference provider to capture every exchange, enabling teams to inspect what influenced an agent’s actions, understand token and financial costs, and share operational knowledge more effectively.
Aug 06, 2026 985 words in the original blog post.
Engineering teams can appear productive while repeatedly solving the same problems independently, creating hidden costs in inconsistent implementations, duplicated effort, review cycles, and reliance on individual experts. AI agents can make rediscovery easier and less visible, but because they often lack access to teammates’ prior work, they may reinforce variation rather than reuse established solutions. The proposed approach treats standups, retrospectives, and other team conversations as an early detection system for recurring friction, then uses searches across captured work sessions to investigate what was tried and identify common successful patterns. When a problem recurs across multiple people, has meaningful costs, contains a stable solution core, and can be maintained, the team should create a reviewed, owned skill that records its shared preferred approach rather than merely preserving an individual transcript. These skills should be revisited when the same complaint reappears, indicating that they are difficult to find, incomplete, or outdated.
Aug 05, 2026 1,397 words in the original blog post.