cd/sources/kondasamy-auto-discovered· home sources Kondasamy (auto-discovered)
cat /sources/kondasamy-auto-discovered.feed | wc -l → 10

Kondasamy (auto-discovered)

articles 10 domain kondasamy.com → feed RSS
18:38
2026-08-10
kondasamy.com
large-language-models

The Deslop Stack Fallacy: Why Style Rules Hurt Thinking Quality

A viral developer Twitter trend claims that pasting style rules like Orwell's 1946 rules or ASD-STE100 into system prompts improves AI output, but empirical benchmarks show that forcing simple languag…

00:00
2026-08-09
kondasamy.com
ai-agents

Hermes Agent Postmortem: Why My Personal Agent Lives on a VPS

Hermes Agent, an open-source personal AI agent from Nous Research, runs on a VPS to stay always-on, managing scheduling, memory, and task routing across a user's day. The author's postmortem emphasize…

00:00
2026-08-05
kondasamy.com
artificial-intelligence

TIL: JSONL Is the Format AI Agents Were Missing

Cloudflare's post on orchestrating AI code review across thousands of merge requests highlights JSONL as the response surface for unreliable, long-running agent processes, where each line is a complet…

00:00
2026-07-30
kondasamy.com
developer-tools

TIL: Pi's /tree Is Not Claude's /resume

Pi's /tree command navigates inside a single session's history tree, while Claude Code's /resume switches between saved conversations, according to a comparison by an unnamed author. Pi stores session…

00:00
2026-07-29
kondasamy.com
artificial-intelligence

Kimi K3: What a 2.8T Open Model Changes for Engineers

Moonshot AI released Kimi K3, a 2.78-trillion-parameter mixture-of-experts model with 104.2 billion active parameters, native vision, and a 1,048,576-token context window, claiming it is the first ope…

00:00
2026-07-19
kondasamy.com
developer-tools

How omp Runs Subagents Differently

Omp, a terminal-based coding agent forked from Pi, differentiates its subagent system by allowing workers to return typed results matching a declared schema, send direct peer messages, and safely edit…

00:00
2026-07-14
kondasamy.com
developer-tools

Pi Agent: The Minimal Harness That Became My Multi-Tool Glue

Pi Agent, a minimal coding harness created by Mario Zechner, has become the glue between heavier tools like Claude Code, Codex, and Gemini CLI for a developer who runs four coding agents daily. Its su…

00:00
2026-07-12
kondasamy.com
artificial-intelligence

Tau: The Open-Source Agent You Read Like a Textbook

HuggingFace released Tau, an open-source Python coding agent designed to be easily understood, with its core agent loop fitting in about 200 lines of code. The project, named after the circle constant…