[Joshua Mein] _
view:modernterminalretro
Posts Archives Categories Tags About Portfolio↗

// llm

~/tags $ grep -l '#llm' _posts/*

// #llm

7 posts tagged.

Auditing a Homelab With AI Agents: Personas, Four Waves, and an Adversarial Verifier

Aug 20, 2026 ·AIDevOps

The architecture of a security-review system built from AI agent personas: a read-only auditor with a hard constraint list, a four-wave pipeline where each wave answers a question the previous one cannot, a checklist ...

#cline#claude#llm#agents#multi-agent#adversarial-review

Relaxing an Over-Zealous AI Guard: A Silent Abort, a Three-Character Bypass, and an Empty Rule List

Aug 16, 2026 ·AIDevOps

My Cline PreToolUse hook was ending whole conversations with no error message, because a tool_call hook that returns cancel aborts the entire agent run and discards the reason on the way, rather than denying the singl...

#cline#claude#llm#agents#hooks#guardrails

Lessons That Arrive On Time: A Scored Corpus, and What Six Phases Actually Cost

Aug 11, 2026 ·AIDevOps

Continuing from "When the Output Looks Right": building discernment into a coding agent. A dated lesson in a rules file is useless at the moment it matters, so I moved them into a scored corpus that injects the releva...

#cline#claude#llm#agents#self-learning#memory

When the Output Looks Right: Why a Green Test Suite Stops You Looking

Aug 4, 2026 ·AIDevOps

Anthropic's AI Fluency Index found that people get less critical exactly when an AI produces something polished: fact-checking drops 3.7 points and spotting missing context drops 5.2 points the moment code or document...

#cline#claude#llm#agents#adversarial-review#multi-agent

From One Agent to a Team: Async Loops, Multi-Agent Personas, and an Autonomy Envelope for Cline

Jun 16, 2026 ·AIDevOps

The next step after steering a single coding agent is letting it run unattended and splitting it into specialised personas. Here is the honest, safety-first version: a GREEN/AMBER/RED action envelope that defines what...

#cline#claude#llm#agents#multi-agent#automation

Teaching Cline to Learn From My Corrections: Turning Conversation Steering Into Durable Rules

Jun 11, 2026 ·AIDevOps

Self-learning AI agents promise to get smarter from every interaction. Here is the honest version for a coding agent like Cline: it does not retrain its own weights from your chats, it consolidates your corrections in...

#cline#claude#llm#agents#self-learning#steering

How I Steer Cline With a Tiered Rules System, a Persona, and a Pre-Commit Hook That Stops Me Leaking My Homelab

Jun 6, 2026 ·AIDevOps

A 700-line steering layer for Cline split into always-on rules and on-demand reference docs, a banned-words list that kills the AI smell, opsec rules that keep internal hostnames out of public commits, a single canoni...

#cline#claude#llm#agents#mcp#ai

© 2026 Joshua Mein · Built with vanilla Jekyll · RSS

Also available as a terminal or the retro version.