#ai

All blog posts tagged with ai.

6 posts 2 links

Meat Proxy

A person who mindlessly relays an AI's output to others instead of engaging with it themselves — passing along generated text without reading, understanding, or validating it, adding nothing beyond being the human in the loop. Popularized b…

Generator Agent

A single, one-shot LLM call that produces its output directly — no turns, no tool use, no observation loop. Less a formal architecture than a useful counterpoint to the ReAct agent: where ReAct interleaves reasoning and action over many ste…

ReAct Agent

An agent pattern that interleaves reasoning and acting: the model alternates between natural-language 'thoughts' (reasoning traces) and actions (tool calls, queries), feeding each observation back into the next reasoning step. Introduced by…

AI is for coding and memes

not for gfs or ig bots - Maria

Learning Faster, Not Less: How AI Helped Me Discover git add --patch

I asked Claude for help splitting a commit. What I got wasn't just a solution—it was a git feature that changed my workflow and a reminder that AI tools can accelerate learning rather than replace it.