Glean 拾遗
Daily · timeline

A few picks a day.

Mon, Jun 22, 2026 3picks
← 06-21
Calendar ▾
2026 · 06
MoTuWeThFrSaSu 123456789101112131415161718192021222324252627282930
has picks today
06:00

Ponytail: Lazy Senior Dev Inside Your AI Agent, Cuts Code Bloat by ~54%

AI 代码生成懒人模式:自动砍掉无用代码、缩短输出至原规模一半

Ponytail is a rule plugin for 14+ AI coding agents (Claude Code, Codex, Copilot CLI, etc.) that injects a lazy-senior-dev mindset. Before generating code, it forces the agent to climb a ladder: does this need to exist? Can the standard library or native platform feature do it? Can it be one line? Only then writes the minimum viable solution. Benchmarked on real Claude Code sessions editing a real FastAPI + React repository across 12 feature tickets, it cuts lines of code by 54% (mean), tokens by 22%, cost by 20%, and time by 27% while keeping 100% safety on validation, error handling, security, and accessibility. Ideal for developers tired of AI bloat and over-engineering.

06:00

Loops explained: Claude, GPT, Mira and what actually works

Loops 解密:Claude、GPT、Mira 以及真正有效的方法

This article explains the core concept of AI loops—moving from single-request interactions to autonomous goal-driven iterations. It covers the five building blocks of a real loop (automation, skill, sub-agents, connectors, verifier), the hidden costs (context growth, token compounding, empty iterations), and provides a self-checking prompt you can paste into any LLM. It also introduces Mira as a free, no-code loop platform inside Telegram. For engineers evaluating agent infrastructure or anyone wanting to move beyond manual prompting.

x.com · 19 min · Agent Architecture · Claude Code · AI Loops · Mira
06:00

A local HTML editor built for human-AI collaboration

本地 HTML 编辑器,专为 Agent 协作设计

Lavish-axi is a local CLI tool that opens AI-generated HTML artifacts in a local browser, allowing developers to annotate elements, select text, take screenshots, and send structured feedback directly back to the AI agent. It runs a local server with a browser chrome, supporting live reload, layout auditing (overflow, clipped text, overlapping text), feedback queuing, and long polling. Built as an AXI, it requires no setup beyond `npx` and can be integrated as a skill into agents like Claude Code. It's ideal for engineers who need to iterate on AI-generated visualizations, plans, or UI mockups with precise feedback.

github.com · 18 min · Agents · Ai Tooling · CLI · Developer Tools · LLM