Tagged articles

agent tooling

5 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
May 23, 2026 · Artificial Intelligence

How CodeGraph Cuts Token Usage for AI Coding Assistants

The article analyzes why AI coding agents waste tokens while exploring unfamiliar code bases, introduces the open‑source CodeGraph tool that builds a local code knowledge graph, and shows how it reduces API calls from 57 to 5 and speeds up responses from minutes to seconds.

AI codingMCPNode.js
0 likes · 13 min read
How CodeGraph Cuts Token Usage for AI Coding Assistants
Wuming AI
Wuming AI
Apr 20, 2026 · Artificial Intelligence

How Dokobot Lets AI Agents Truly See Rendered Web Pages

This article explains the limitation of many AI agents that only send HTTP requests, introduces Dokobot’s approach of using a real Chrome browser to render and interact with pages, and details its commands, installation steps, supported agents, and practical use cases for dynamic web content.

AI AgentsChrome automationDokobot
0 likes · 6 min read
How Dokobot Lets AI Agents Truly See Rendered Web Pages
o-ai.tech
o-ai.tech
Mar 24, 2026 · Backend Development

How to Build Lightning‑Fast Regex Search Indexes for Agent‑Powered Code Tools

The article analyses why traditional code‑search techniques struggle with massive monorepos, explores classic and modern indexing methods—including inverted indexes, trigram, suffix arrays, probabilistic masks, and sparse n‑grams—and explains how Cursor’s locally‑executed, memory‑efficient design delivers instant, fresh regex search for AI agents.

Code searchRegexagent tooling
0 likes · 11 min read
How to Build Lightning‑Fast Regex Search Indexes for Agent‑Powered Code Tools
Tech Minimalism
Tech Minimalism
Mar 21, 2026 · Artificial Intelligence

Mastering Harness Engineering: The Key to AI Agent Programming

The article explains how Harness Engineering—comprising system prompts, tool integration, file systems, sandboxed execution, context management, and self‑verification loops—extends AI models into fully functional agents capable of memory, code execution, and long‑term autonomous tasks.

Context ManagementSelf‑Verificationagent tooling
0 likes · 16 min read
Mastering Harness Engineering: The Key to AI Agent Programming