Skip to content

[!] TOPIC ARCHIVE // #AUTOMATION

#Automation

Automated workflows and pipelines

RADAR SIGNAL

the useful interface knows where the evidence stops

VoiceStudio, TimesFM-3.0, and Vibe Trading each expose a different limit: where a tool returns, what a model release actually promises, and when evidence goes stale.

Read →
RADAR SIGNAL

when the note outranks the calendar

A Qwen3 memory study, Fabric’s loopback server default, and Screenpipe event triggers all put source authority and workflow control under pressure.

Read →
RADAR SIGNAL

the unattended job learned to come back

Hermes Agent v0.20.3 adds scheduler recovery for stale claims, EMFILE, and wedged jobs: the boring machinery that keeps an unattended agent legible.

Read →
RADAR SIGNAL

exact calls, guarded writes, real tool tests

Agents are being pushed toward verifiable tool calls, pre-write service controls, and prompt tests that use the actual production harness.

Read →
ENTRY

Choose a Browser Automation Surface

Agent recipe for choosing Playwright, Puppeteer, browser-use, Playwright MCP, or no browser at all.

Read →
RADAR SIGNAL

boring infrastructure is the real AI interface

alarms, archives, review queues, and repo-native workflows are replacing the old chat-window fantasy of personal AI.

Read →
ENTRY

boring infrastructure is the real AI interface

the next useful layer of personal AI is not another chat trick. it's alarms, archives, review systems, and workflows that survive contact with reality.

Read →
RADAR SIGNAL

2026-04-06: fake success, permissions bypass, job agent workflows

Claude is breaking permissions. agents fake success silently. job search became a 740-listing workflow. what agents pretend works vs what actually works.

Read →
RADAR SIGNAL

the 50% horizon

Claude Opus 4.6 hit 50% on multi-hour expert ML tasks. security became personal. the AI OS architecture stabilized. and the human-in-the-loop is vanishing faster than anyone projected.

Read →
ENTRY

AI stopped being a tool. it became infrastructure

the personal AI OS is no longer a thought experiment. it's a deployment pattern. and the human-in-the-loop is vanishing faster than anyone projected.

Read →
CONCEPT

composable workflows: lego blocks for ai tasks

the promise: small, reusable AI components that snap together into complex workflows. the reality: brittle, hard to debug, and full of edge cases.

Read →
PRACTICAL GUIDE

claude code for home automation: beyond 'alexa turn on the lights'

using AI to build actually intelligent home automation that doesn't make you want to throw your smart bulbs out the window

Read →
PRACTICAL GUIDE

claude code + github actions CI/CD

set up Claude Code in GitHub Actions for automated code review, PR feedback, and CI workflows. the official action, custom setups, and what's actually reliable.

Read →
ENTRY

x-cli

Twitter/X from your terminal. post, search, like, bookmark, read timelines — no browser required. agent-friendly from day one.

Read →
ENTRY

gogcli

command-line for your entire Google workspace. gmail, calendar, drive, contacts, tasks, sheets, forms, docs, slides, chat, classroom, keep — all from the terminal.

Read →
ENTRY

the collision: when AI agents enter human social spaces

an AI bot got rejected on GitHub and wrote a rant. this is just the beginning.

Read →
RADAR SIGNAL

signals #13: the collision

agents learning from you. agents melting down on GitHub. the S-curve moment happening in real time.

Read →
RADAR SIGNAL

Parasites — Weekly Signals 2026-02-12

your AI assistant is no longer a polite chatbot. it's a parasite with Docker access.

Read →
ENTRY

parasites

your AI assistant is no longer a polite chatbot. it's a parasite with Docker access.

Read →
ENTRY

Skill Seekers

Auto-generate AI agent skills from project documentation. Turn your docs into portable skill files that agents can read and execute.

Read →
PRACTICAL GUIDE

Parallel AI Sessions: Run Multiple Agents

Run multiple AI agents simultaneously. Patterns for concurrent prompts, session orchestration, and task distribution across LLM workers.

Read →
ENTRY

Browser automation tools: Playwright vs Puppeteer vs browser-use

Choose the browser control surface by job: stable selectors, Chrome/CDP work, exploratory AI browser agents, or Playwright MCP for browser control inside a coding loop. Includes receipts and safety notes.

Read →
PRACTICAL GUIDE

Multi-Agent Content Pipeline with Claude Code

Build autonomous content systems using Claude Code skills, semantic search, and chained agents

Read →
CONCEPT

Vision-Based Web Automation: Why Screenshots Are Replacing Selectors

How computer vision and multimodal LLMs enable browser agents that see pages like humans instead of parsing brittle DOM structures.

Read →
OPERATOR DOSSIER

Takuya Matsuyama's AI-Powered Development Journaling

How the Inkdrop creator uses Claude Code and MCP to automate development journals without interrupting flow state

Read →
OPERATOR DOSSIER

Suchintan Singh builds browser agents that check their work

Suchintan Singh's Skyvern shows how browser agents can see pages, plan actions, validate progress, and avoid brittle DOM scripts.

Read →
OPERATOR DOSSIER

shmlkv's AI Building Pipeline

How a fullstack engineer chains specialized models to build everything from DNA analysis tools to automated video generators

Read →
OPERATOR DOSSIER

Russ Poldrack's Ten Rules for AI-Assisted Scientific Coding

How a Stanford neuroscientist created a rigorous framework for using AI coding agents in research without sacrificing scientific integrity

Read →
OPERATOR DOSSIER

Rick Hightower's Universal Skill Installer

How a Fortune 100 AI architect built skilz, the package manager that installs agent skills across 14+ coding assistants

Read →
OPERATOR DOSSIER

Nir Gazit's Open LLM Observability

How the Traceloop founder built OpenLLMetry to bring OpenTelemetry standards to LLM applications

Read →
OPERATOR DOSSIER

Max Woolf's Selective AI Approach

The BuzzFeed data scientist builds AI tools while rarely using generative LLMs himself

Read →
OPERATOR DOSSIER

Magnus Muller's Event-Driven Agent Architecture

How the Browser Use co-founder built a CLAUDE.md-powered codebase and event bus system for AI browser automation

Read →
OPERATOR DOSSIER

Lance Martin's Claude Diary

How a LangChain engineer built a self-learning memory system that lets Claude Code update its own instructions

Read →
OPERATOR DOSSIER

Kaushik Gopal's Agentic Flow State

How the Fragmented podcast host and Instacart principal engineer runs parallel AI agents for hours using structured plans and tmux

Read →
OPERATOR DOSSIER

John Lindquist's TypeScript Hooks for Claude Code

How the egghead.io co-founder brings type safety to Claude Code automation after spending over 1 billion tokens on AI-assisted development

Read →
OPERATOR DOSSIER

João Moura's Multi-Agent Framework

How the CrewAI founder built a platform powering 1.4 billion agentic automations by orchestrating AI agents as collaborative crews

Read →
OPERATOR DOSSIER

Jinyoung Kim's AI4PKM System

How a Naver data scientist built a multi-agent system where AI maintains your personal knowledge base automatically

Read →
OPERATOR DOSSIER

Jeremy Longshore's Claude Code Plugins Hub

How an operations manager turned AI consultant built a 549-skill marketplace that turns plugins into production workflows

Read →
OPERATOR DOSSIER

Jason McGhee's WebMCP: Turning Websites Into AI Tool Servers

How a former Cursor co-founder built WebMCP to let any website expose tools to AI agents without sharing API keys, now being standardized by W3C.

Read →
OPERATOR DOSSIER

Hamel Husain's AI Evaluation Framework

How the CodeSearchNet pioneer built a systematic approach to debugging AI products through structured evaluation

Read →
OPERATOR DOSSIER

David Soria Parra's Model Context Protocol

How an ex-Facebook engineer frustrated with copy-paste workflows created MCP, now the standard for connecting AI to external tools.

Read →
OPERATOR DOSSIER

Craig Motlin's Autonomous Development Loop

How a Two Sigma VP built a self-running Claude Code system with todo-driven automation and parallel worktrees

Read →
OPERATOR DOSSIER

Brian Christner's Human OS

How a Docker Captain built a unified personal operating system using AI and MCP servers

Read →
OPERATOR DOSSIER

Brian Casel's Spec-Driven Development

How a serial bootstrapper built Agent OS and Design OS to bring structure to AI-assisted coding workflows

Read →
OPERATOR DOSSIER

Ariya Hidayat's Anti-Framework Approach to LLM Development

The creator of PhantomJS and Esprima argues against LLM frameworks, showing how to build AI tools with simple API calls instead

Read →
OPERATOR DOSSIER

Alex Newman's Persistent Memory for Claude Code

How a 20-year web veteran built the most-starred Claude Code plugin by treating AI memory as a compression problem

Read →
OPERATOR DOSSIER

Addy Osmani's Spec-Driven AI Coding

How Google's Head of Chrome Developer Experience applies structured prompts and specs to get reliable results from coding agents

Read →
PRACTICAL GUIDE

The Skills System

Create reusable AI capabilities with Claude Code skills

Read →
OPERATOR DOSSIER

Tiago Forte's Second Brain + AI

PARA and CODE methods with AI. What works, what doesn't, and where AI actually helps.

Read →
PRACTICAL GUIDE

Browser agents vs Playwright: when to use AI browser automation

Choose between manual browser work, Playwright scripts, browser agents, Playwright MCP, and hosted browsers. Includes auth rules, receipts, and failure checks.

Read →
OPERATOR DOSSIER

Riley Goodside's Prompt Engineering Patterns

How the world's first Staff Prompt Engineer approaches LLM interaction as an experimental science

Read →
CONCEPT

Voice-First Note Capture: Whisper to Structured Markdown

Use whisper.cpp for local transcription, then LLM post-processing to convert rambling voice memos into structured notes with headers, bullet points, and action items

Read →
OPERATOR DOSSIER

Ali Abdaal turns content into a capture system

Ali Abdaal's AI content workflow is useful as an operating pattern: capture raw thought fast, process it with AI, then keep human taste in the final edit.

Read →
PRACTICAL GUIDE

Keep Claude Running for Hours

Build autonomous development loops using todo files, hierarchical subagents, and context compaction to process task lists for hours without human input.

Read →
OPERATOR DOSSIER

Harper Reed's LLM Codegen Workflow

How the former Obama CTO structures AI-assisted development into brainstorm, plan, and execute phases

Read →
OPERATOR DOSSIER

Boris Cherny: Claude Code, Git Worktrees, and Parallel Agents

How Boris Cherny runs 5+ Claude Code sessions simultaneously: one git worktree per task, less context bleed, automated PR workflows, and a smaller version you can start with two agents.

Read →
CONCEPT

Browser Agents

AI that clicks, types, and scrolls your browser autonomously to complete web-based tasks

Read →
OPERATOR DOSSIER

Matt Shumer's Browser Agent Vision

How the HyperWrite CEO is building AI that operates your browser like self-driving mode for the web

Read →
PRACTICAL GUIDE

From Chat to Cron: Building Automated PKM Pipelines

Stop manually organizing notes. Build cron-triggered AI workflows that process, tag, and connect your knowledge base on autopilot.

Read →
OPERATOR DOSSIER

Pieter Levels' Solo Business Approach

How Pieter Levels built $3M+/year in solo revenue with AI coding, simple tech, and high failure tolerance.

Read →
OPERATOR DOSSIER

Ethan Mollick's Four Rules for AI in Knowledge Work

Research-backed framework from Wharton professor on when and how to use AI for knowledge work, including the Jagged Frontier concept and practical prompting techniques.

Read →
OPERATOR DOSSIER

Steve Krouse's Val Town Platform

How the Future of Coding creator built a social platform where AI can deploy JavaScript in 100 milliseconds

Read →
OPERATOR DOSSIER

Amjad Masad's Replit Vision

How the Replit founder is democratizing software creation with AI-powered coding environments

Read →
OPERATOR DOSSIER

Nat Eliason's AI Productivity Stack

How the Growth Machine founder evolved from Roam Research to AI-powered systems for goals, writing, and personal knowledge

Read →
PRACTICAL GUIDE

Auto-Activating Skills in Claude Code

Configure skills to trigger automatically based on keywords, file patterns, and context instead of manual slash commands.

Read →
OPERATOR DOSSIER

Daniel Vassallo's Small Bets: How to Build a Portfolio of Profitable Products

Learn Daniel Vassallo's Small Bets philosophy: how he left a $500K Amazon job to make $1M+ with tiny products by embracing randomness and portfolio thinking.

Read →
OPERATOR DOSSIER

Sahil Lavingia's AI-First Company

How the Gumroad CEO runs a $10M ARR company with AI agents writing 41% of code commits, targeting 80%

Read →
OPERATOR DOSSIER

Thorsten Ball's Agentic Coding Vision

How the Amp lead at Sourcegraph reconciles skeptical friends and transformative personal experience with AI coding agents

Read →
OPERATOR DOSSIER

Geoffrey Litt's Malleable Software Vision

How a researcher at Ink & Switch and Notion is building toward software that users can reshape like clay

Read →
PRACTICAL GUIDE

Custom Slash Commands

Create reusable workflows triggered by /name in Claude Code

Read →
OPERATOR DOSSIER

Bas Nijholt's Agentic Coding Journey

How a quantum physicist at IonQ went from AI skeptic to shipping packages faster than ever with Claude Code

Read →
PRACTICAL GUIDE

Voice-First Content Creation

Replace typing with talking. Brain dump while walking, transcribe with AI, generate multiple versions, polish the best. From 2 hours to 30 minutes per piece.

Read →
OPERATOR DOSSIER

David Shapiro's ACE Framework

How an AI researcher designed a layered cognitive architecture for building autonomous personal AI systems

Read →
OPERATOR DOSSIER

Peter Yang's AI Content System

How a product lead interviews AI power users and builds systems for content creation at scale

Read →
PRACTICAL GUIDE

Proactive AI Agent with Semantic Memory

Turn your AI from reactive chatbot into proactive assistant using heartbeats, semantic search, and persistent memory.

Read →
OPERATOR DOSSIER

Tom Johnson's AI-Assisted Technical Writing Workflow

How the technical writing veteran uses iterative prompting and task decomposition to double his documentation output at Google

Read →
OPERATOR DOSSIER

Gregor Zunic's Browser Use Framework

How the ETH Zurich founder built the open-source library that lets AI agents control web browsers like humans do

Read →
PRACTICAL GUIDE

Hooks System in Claude Code

Automate workflows with deterministic triggers that run shell commands at specific points in Claude Code's lifecycle.

Read →
CONCEPT

Self-Evolving Agents

Build AI agents that improve through structured feedback capture, automated evaluation, and continuous retraining loops

Read →
← All topics & tags