Skip to content

Instantly share code, notes, and snippets.

View bradfeld's full-sized avatar

Brad Feld bradfeld

View GitHub Profile
@bradfeld
bradfeld / claude-code-configuration-guide.md
Last active June 11, 2026 21:51
Advanced Claude Code Configuration Guide - patterns for professional solo development

Feld Claude Code Configuration Guide

A comprehensive tour of a professional solo-developer Claude Code setup spanning fifteen repositories and twelve worktrees. Covers workflow discipline, session persistence, automated quality gates, business operations, and EOS management.

Last updated: 2026-06-11

What this is: a tour of a working setup and the reasoning behind it — useful for borrowing patterns. What this is NOT: an install guide, a list of best practices, or a snapshot that stays accurate without updates. Plugin versions, pg_cron schedules, and file counts are point-in-time.


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Claude Code Insights</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #f8fafc; color: #334155; line-height: 1.65; padding: 48px 24px; }
.container { max-width: 800px; margin: 0 auto; }
@bradfeld
bradfeld / brk245-build-the-thing-review.md
Created June 13, 2026 01:19
Summary of Peter Steinberger's Build 2026 talk 'Build the thing that builds the thing' (BRK245) + comparison with CompanyOS

Build the thing that builds the thing | BRK245 - Peter Steinberger, Microsoft Build 2026 (43:32)

A detailed summary of Peter Steinberger's Build 2026 talk on meta-tooling for agent-driven software development, followed by a comparison with how we run CompanyOS at IntensityMagic.

Built from YouTube auto-captions; pull-quotes below are labeled "key statements" because auto-captions paraphrase. Timestamps are approximate.


Overview