cd/sources/victorvelazquez-auto-discovered· home sources Victorvelazquez (auto-discovered)
cat /sources/victorvelazquez-auto-discovered.feed | wc -l → 7

Victorvelazquez (auto-discovered)

articles 7 domain victorvelazquez.dev → feed RSS
00:00
2026-08-10
victorvelazquez.dev
ai-tools

framesmith 2.0: don't ask the model for taste

Framesmith 2.0.0 introduces generate_design_system, a deterministic engine that creates a complete design language from a seed color and personality without an API key or model call, ensuring AA contr…

00:00
2026-07-24
victorvelazquez.dev
developer-tools

The most valuable spec-kit command is the optional one

GitHub's spec-kit toolkit for spec-driven development with AI coding agents has a critical optional command, /speckit.clarify, that interrogates specifications for ambiguity before planning begins, ac…

12:06
2026-07-07
victorvelazquez.dev
ai-agents

Subagents Are Zombie Processes

A developer discovered that subagents in multi-agent AI systems can become orphaned zombie processes, continuing to run and incur costs long after their parent tasks complete. The issue stems from a l…

00:00
2026-07-02
victorvelazquez.dev
ai-tools

framesmith 1.8: click the design, tell the agent

Framesmith 1.8 introduces structured human feedback for AI-driven UI design, allowing users to click on elements and attach comments that are stored as git-diffable data. This closes the gap between m…

00:00
2026-06-26
victorvelazquez.dev
ai-agents

framesmith 1.7: teaching an agent when a design is done

Framesmith 1.7 introduces a quality evaluation system that tells an AI agent when a UI design is complete, using a directive field that returns 'READY TO PRESENT' only when the design scores above 95 …

00:00
2026-06-17
victorvelazquez.dev
ai-agents

Loop engineering, after the noise

MagmaLabs engineer Ben Sheldon describes how he built an automated loop that fixed a failing spec in Forge, the company's Rails 8 virtual employee platform, without manual prompting. The concept, call…

00:00
2026-06-16
victorvelazquez.dev
developer-tools

A wrong reconstruction is worse than an honest stack

Framesmith v1.5, an open-source MCP server for AI-driven UI design, fixes a bug where its import tool flattened multi-column layouts into vertical stacks, breaking downstream edits. The update introdu…