cd/sources/chaliy-auto-discovered· home sources Chaliy (auto-discovered)
cat /sources/chaliy-auto-discovered.feed | wc -l → 5

Chaliy (auto-discovered)

articles 5 domain chaliy.name → feed RSS
00:00
2026-08-07
chaliy.name
ai-tools

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…

00:00
2026-07-24
chaliy.name
ai-tools

You Do Not Need a Server for Evals

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…

00:00
2026-06-23
chaliy.name
ai-agents

My Three Phases of Coding with Agents

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…

21:43
2026-06-18
chaliy.name
ai-agents

How Tool Search Works and How It Saves Tokens

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…

00:00
2026-05-22
chaliy.name
ai-agents

Build a Docs Agent Without Vector Search

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…