<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agents on Kevin Quinn</title><link>https://kevinquinn.fun/tags/agents/</link><description>Recent content in Agents on Kevin Quinn</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 30 Apr 2026 05:00:00 +0000</lastBuildDate><atom:link href="https://kevinquinn.fun/tags/agents/feed.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://kevinquinn.fun/stream/2026-04-30-tiktok-for-pr-review/</link><pubDate>Thu, 30 Apr 2026 05:00:00 +0000</pubDate><guid>https://kevinquinn.fun/stream/2026-04-30-tiktok-for-pr-review/</guid><description>&lt;p>&lt;em>&lt;strong>TL;DR: what if PR review was as engaging &amp;amp; low-friction as TikTok?&lt;/strong>&lt;/em>&lt;/p>
&lt;p>We&amp;rsquo;ve had a lot of innovation in AI agents producing more code, but I haven&amp;rsquo;t run across much in the way of innovation around how we do code review/PR review. The pace of new code is increasing, but humans reviewing are often still the bottleneck.&lt;/p>
&lt;p>The knee-jerk reaction I have to get ahead of is &lt;em>&amp;ldquo;jUsT hAVe AI aGEnTs REviEw IT&amp;rdquo;&lt;/em> - yes, that can be a tool which helps us, but it&amp;rsquo;s not a solution that covers us 100%. For one, many organizations still require a human-in-the-loop and 1-2 human reviewers for each PR, and we have to work with that constraint until &lt;a href="https://simonwillison.net/2026/Feb/7/software-factory/"
title="Software Dark Factory"
target="_blank" rel="nofollow noopener">
Dark Factories&lt;/a>
become the norm (big maybe there).&lt;/p>
&lt;p>I&amp;rsquo;m starting to explore some of these ideas in my research repo, feel free to take a look at the interactive demos, or read the &lt;a href="https://research.idontremember.workers.dev/tiktok-pr-reviews/context"
title="context page"
target="_blank" rel="nofollow noopener">
context page&lt;/a>
for the distilled summary of my conversation with Claude about it.&lt;/p>
&lt;ul>
&lt;li>👀&lt;a href="https://research.idontremember.workers.dev/tiktok-pr-reviews/"
title="https://research.idontremember.workers.dev/tiktok-pr-reviews/"
target="_blank" rel="nofollow noopener">
https://research.idontremember.workers.dev/tiktok-pr-reviews/&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>My approach to Agent Skills: Occam's Razor</title><link>https://kevinquinn.fun/blog/my-approach-to-agent-skills/</link><pubDate>Tue, 21 Apr 2026 05:00:00 +0000</pubDate><guid>https://kevinquinn.fun/blog/my-approach-to-agent-skills/</guid><description>&lt;p>My current approach to Agent Skills is to not include them unless I feel the pain without them. The majority of the time I&amp;rsquo;m running 1-3 instances of vanilla Claude Code.&lt;/p>
&lt;p>To be clear, I&amp;rsquo;m not against Skills usage. I pull in Skills that have clear value, like helping agents use specific tools more effectively &lt;em>(e.g. &lt;code>playwright-cli&lt;/code> Skill)&lt;/em>. My only hold up with AI Augments&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup> is that so few provide proof that they are better than using vanilla Claude Code.&lt;/p>
&lt;h2 id="every-skill-looks-the-same-on-paper">Every Skill looks the same on paper&lt;/h2>
&lt;p>So far I&amp;rsquo;ve found many Skills to be a lot of hype, but not a lot to back up their claims. Without clear measures, how am I supposed to distinguish between your amazing Skill you put a ton of effort into refining, and one that ostensibly does the same thing, but was one-shot prompted by a 12-year-old trying to promote their YouTube channel?&lt;/p>
&lt;p>To be fair, many Skills help with activities which are genuinely hard to measure. But it feels like if they had &lt;em>anything at all&lt;/em> to show they&amp;rsquo;re better than other Skills (or vanilla Claude Code), they&amp;rsquo;d be screaming it from the rooftops and you wouldn&amp;rsquo;t be able to miss it. As it stands, even for a popular suite of skills like &lt;a href="https://github.com/obra/superpowers/"
title="Superpowers: &amp;ldquo;An agentic skills framework &amp;amp; software development methodology that works&amp;rdquo;"
target="_blank" rel="nofollow noopener">
Superpowers: &amp;ldquo;An agentic skills framework &amp;amp; software development methodology that works&amp;rdquo;&lt;/a>
I struggle to find any concrete measures of WHY it&amp;rsquo;s better than plain vanilla tools. Ditto for basically every other Skill i&amp;rsquo;ve considered pulling in. If we can&amp;rsquo;t actually measure a Skill&amp;rsquo;s quality, are we just fooling ourselves by tweaking the tokens we use to arrive at the same place?&lt;/p>
&lt;p>It feels a bit like we&amp;rsquo;re following the PKM trend, where people build up incredibly complex Obsidian/Notion workspaces to make them more productive, and at the end of it&amp;hellip; they have a lot of artifacts of work, but not a lot of outcomes.&lt;/p>
&lt;h2 id="long-term-hypothesis-vanilla-wins">Long-term hypothesis: vanilla wins&lt;/h2>
&lt;p>I also subscribe to the hypothesis that the best Skills will eventually be eaten by the agent coding tools &lt;em>(like Claude Code)&lt;/em>, so I&amp;rsquo;ll end up getting the useful ones anyway. I could be wrong, but I believe we&amp;rsquo;ve already seen this happen with Claude Code with features like auto-memory, code execution, file tools like XLSX/PDF, scheduling routines, cloud agent runs, browser automation, as well as &lt;a href="https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview#pre-built-agent-skills"
title="pre-built Skills"
target="_blank" rel="nofollow noopener">
pre-built Skills&lt;/a>
which are bundled in without a user having to add them.&lt;/p>
&lt;p>It&amp;rsquo;s such a great vetting ground for the teams at Anthropic, OpenAI, etc. to watch which ones are rising to the top in popularity and then figure out how to bake them into the core product. Easier to acquire someone else&amp;rsquo;s innovation than have all the ideas yourself.&lt;/p>
&lt;hr>
&lt;div class="footnotes" role="doc-endnotes">
&lt;hr>
&lt;ol>
&lt;li id="fn:1">
&lt;p>Skills, commands, whatever the next hotness is.&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink">&amp;#x21a9;&amp;#xfe0e;&lt;/a>&lt;/p>
&lt;/li>
&lt;/ol>
&lt;/div></description></item><item><title/><link>https://kevinquinn.fun/stream/2026-04-16-agent-tooling/</link><pubDate>Thu, 16 Apr 2026 05:00:00 +0000</pubDate><guid>https://kevinquinn.fun/stream/2026-04-16-agent-tooling/</guid><description>&lt;p>Can we make agents more reliable with better deterministic tooling?&lt;/p></description></item><item><title/><link>https://kevinquinn.fun/stream/2026-04-09-agent-trust/</link><pubDate>Thu, 09 Apr 2026 05:00:00 +0000</pubDate><guid>https://kevinquinn.fun/stream/2026-04-09-agent-trust/</guid><description>&lt;p>I look forward to when tooling around AI agents has standardized to solve the common frustrations. One of those is trust that the reality of what it creates matches the plan we refined together.&lt;/p>
&lt;p>The features the agent &amp;amp; I are building get loaded into my mental model of the codebase, and each time I hit a situation where it only applied a concept to 1/2 the places it should have, I lose trust and feel like I have to spend even more time at each stage verifying every little piece. It&amp;rsquo;s the difference between handing a task to your competent coworker, vs giving the task to that one architect you wouldn&amp;rsquo;t trust to install a CLI tool by themselves. One of them gets a &lt;code>LGTM&lt;/code>, the other I will dig through with a fine-toothed comb.&lt;/p>
&lt;p>While there are a bazillion approaches people might say would have solved this for me &lt;em>(cue the BMAD, Speckit, etc crowd)&lt;/em>, I believe software engineers will eventually settle on a standard toolkit, in the same way most people use NPM. There are other options to provide competition, but we aren&amp;rsquo;t all building our own package managers.&lt;/p></description></item></channel></rss>