Moving repository memory from specs to OKF
Google Cloud published the Open Knowledge Format (OKF) v0.2, an open, human- and agent-friendly format for representing knowledge as Markdown files with YAML frontmatter, designed to improve data shar…
Google Cloud published the Open Knowledge Format (OKF) v0.2, an open, human- and agent-friendly format for representing knowledge as Markdown files with YAML frontmatter, designed to improve data shar…
Evals for AI projects like coding agents and sandboxed bash do not require a dedicated server or platform, according to developer Everruns. Datasets, runners, and results can be stored and versioned d…
Developer chaliy outlines a three-phase approach to coding with AI agents: design, implementation, and ship. The design phase focuses on challenging assumptions through agent interaction, implementati…
A new technique called tool search reduces token usage in AI agents by loading only tool names upfront instead of full schemas, cutting context from 60k tokens to 2-3k. The method uses a dedicated sea…
A new approach to building documentation agents replaces vector search with a virtual file system and shell commands, allowing AI agents to search and extract data by running grep, sed, and find comma…