Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions concepts/agentic-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@ Companion to [[cat-wu]]'s "trusting Claude Code on your production databases" fr

Implication for agentic engineering: tool plumbing (Code Mode), control flow (Brian's framing), and production safety (Codex four layers) are necessary but **not sufficient**. The 25% corruption rate is the failure shape that survives all three. Self-verification patterns (cf. [[claude-cowork]] cheat sheet's "ask Claude to verify its own work" framing) are practitioner-side mitigation; trained-in reasoning ([[anthropic-teaching-claude-why-2026-05-08]]) is the lab-side mitigation.

## "Code is free" — the codebase-as-prompts extreme (Google Cloud team, Aug 2026)

A widely-shared X thread ([[raw-batch-roundup-2026-08-21]], @choopyplug1 relaying a **Google Cloud engineer / ex-OpenAI, "Ryan"**) is the most extreme spec-is-the-artifact datapoint captured: a **~1M-line codebase built in 8 months where the team "wrote zero of it," and ~250K of those lines are prompts** — *"code is free. I mean it."* Two structural moves stand out:

- **Threat-model-as-checked-in-artifact**: the security threat model *"isn't a Google doc — it's checked into the repo,"* and an **agent validates every PR against it** via *"40 lines of YAML in GitHub Actions."* Security review becomes a versioned, agent-enforced gate rather than a human checkpoint — the [[loop-engineering|verifier-in-the-loop]] applied to security.
- **Interfaces-impossible-to-misuse**: adding *"two sentences to `security.md` saying secure code comes from interfaces that are impossible to misuse"* produced a *"shocking"* measurable security uplift — a tiny [[skill-md|rule-file]] edit steering the whole agent fleet's output (the [[claude-md-pattern|CLAUDE.md]] leverage principle at the security layer).

If the code is disposable and the **prompts + threat-model + interface-rules are the durable artifacts**, this is the endpoint of the [[skill-md|"a markdown file is an employee"]] (Garry Tan) and [[john-kim|compound-engineering]] threads: *"he banned his team from coding."* *(Second-hand X thread promoting an article; the engineer's surname is withheld — a vivid directional datapoint, not a verified case study.)*

## Resources
- [[karpathy-vibe-coding-agentic-engineering]] — PRIMARY SOURCE: Karpathy introduces and distinguishes this framing at AI Ascent 2026
- [[reddit-karpathy-moved-on-from-vibe-coding]] — third-party practitioner popularization (May 2026); adds 4-step workflow, three failure modes, and "cognitive debt" coinage
Expand Down
1 change: 1 addition & 0 deletions concepts/ai-engineering-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This is the wiki's mission stated as a curriculum: the **hands-on ramp-up** map

- **Anchored on a canonical, data-backed source**: [[andrew-ng]] (DeepLearning.AI) + team; *"akin to running clustering on a massive dataset of jobs and expert interviews."* Ng promises per-skill deep-dives + a more detailed map in follow-up posts — **track for the fuller version.**
- **Convergence check**: the map independently ratifies the wiki's spine — evals/verifiers ([[loop-engineering]]), context management ([[context-engineering]]), multi-agent orchestration ([[graph-engineering]]), spec-shaping + product sense ([[forward-deployed-engineer]] / [[engineering-leadership-ai-era]]). A rare case where a mainstream-authority taxonomy and the wiki's accreted threads line up 1:1.
- **Skills-not-credential — CEO-tier corroboration (Tim Cook, 2026-08-21)** ([[raw-batch-roundup-2026-08-21]]): asked what Apple screens for, Cook names the two credentials most companies filter on first — a degree and coding — and rejects both: *"we hire people that code, people that don't… a lot of people that don't code on a daily basis."* He simultaneously calls coding *"the only global language we all share"* and a form of self-expression worth learning. The tension is the point: **coding as literacy, not as a hiring gate** — the same *skills-not-a-role/credential* framing as Ng's map, and a counterweight to reading the [[claude-certified-architect|certification]] wave as gatekeeping.

## Related Concepts
- [[agentic-engineering]] — "using coding agents" + "SWE fundamentals" are its skill substrate
Expand Down
2 changes: 2 additions & 0 deletions log.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,5 @@ Cross-cutting synthesis: **three independent voices converged on the ITSM-first
2026-08-20 | ingest | Daily Briefs/2026-08-20.md | pages touched: tools/mojo (NEW), sources/dailybrief-roundup-2026-08-20 (new), concepts/reward-hacking, concepts/ai-margin-collapse, models/glm-5-2, people/simon-willison, index (mojo). SOURCE: Daily Brief 2026-08-20. RE-SURFACES (dedup): memory +500% (ai-energy-efficiency #250), Fable-5 redeploy+jailbreak-severity (2026-06-30), text watermark (frontier-ai-governance #246), Import AI 469 (jack-clark #247). NET-NEW: (1) Mojo open-sourced Apache-2 (Willison headline; 2nd surface after #250 watch-item) → NEW tools/mojo (Modular MLIR Python-superset systems lang, Chris Lattner; ~3yr announce->OSS; adoption unclear); (2) "Death of Params" Jie Tang GLM 5.3 post-training-scaling thesis (Latent Space AINews) → ai-margin-collapse (post-training as new axis lowers barrier to open frontier peer) + glm-5-2 successor note (no glm-5-3 page, too vague); (3) "Every Model Cheats" (dreadnode) → reward-hacking (models game offensive-cyber evals via prompt-level shortcuts; pairs w/ CoT-not-faithful; prompt-level mitigation); (4) Willison cluster (smolmachines/smolvm untrusted-code sandbox 2nd surface + Jeremy Morrell extensible-software pattern core+LLM-extensions+sandbox + "conceptual integrity / LOC bad metric") → simon-willison. WATCH: Claude on $27 smartwatch + 125M on-device piano model (edge), Entropy-Constrained Quantization 2608.18147, Recurrent-Compute-in-Looped-LMs 2608.18230, ChiroEcho 2608.18191. Unlinked [[modular]] ghost -> plain text (create-candidate). 0 delta ghosts after fix.

2026-08-21 | ingest | Daily Briefs/2026-08-21.md | pages touched: companies/a16z (NEW), sources/dailybrief-roundup-2026-08-21 (new), concepts/mechanistic-interpretability, tools/bun, people/matt-pocock, concepts/skill-md, index (a16z). SOURCE: Daily Brief 2026-08-21. RE-SURFACES (dedup): Import AI 469 (jack-clark #247), GLM 5.3 Death-of-Params (ai-margin-collapse+glm-5-2 #253), Fable-5 redeploy (2026-06-30), smolvm+Jeremy-Morrell (simon-willison #253). NET-NEW: (1) DOJ investigates a16z board conflicts under 112yo Clayton Act §8 interlocking-directorates; first VC-focused action; AI-infra board-seat concentration → NEW companies/a16z (long-overdue: coalition co-lead + a16z-podcast host; anchored on DOJ probe); (2) Mechanistic Tomography (arXiv 2608.19338; patching/gradients/Hessians as designed-measurement; budget-not-technique) → mechanistic-interpretability; (3) Bun 1.4 Bun.WebView shot-scraper JSON API (Willison; first post-Rust-rewrite feature) → bun; (4) Matt Pocock /wayfinder greenfield-planning skill → matt-pocock + skill-md (planning/orientation skills not just capability). WATCH: medical/safety-critical ML (Holtercare-Bench 2608.19297 ECG, Alzheimer's-continuum 2608.19436, helicopter-weight ED-324 2608.19210 — owner health-adjacent), proof-sharing-limits NN-verification 2608.19351, sub-50ms TTS Qwen/NARI (create-candidate nari-labs), Poolside $12B "reverse-execuhire" (brief-flagged likely-satire/unverified — NOT folded onto poolside). No delta ghosts.

2026-08-21 | ingest | _raw batch (4 X drops; no new Daily Brief) | pages touched: sources/raw-batch-roundup-2026-08-21 (new), concepts/agentic-engineering, concepts/ai-engineering-skills, tools/claude-code. SOURCE: 4 net-new _raw X drops (others already processed #251/#252). NET-NEW FOLDS: (1) "code is free" @choopyplug1 relaying Google Cloud eng/ex-OpenAI "Ryan": ~1M LOC/8mo team-wrote-zero, 250K lines are prompts, threat-model-checked-into-repo + agent-validates-every-PR (40 lines YAML GH Actions), security.md "interfaces impossible to misuse" uplift, "banned team from coding" → agentic-engineering (codebase-as-prompts extreme; corroborates markdown-is-employee + compound-engineering; 2nd-hand/promotional caveat); (2) Tim Cook "coding is only global language but not a hiring requirement" @BigBrainBizness → ai-engineering-skills (skills-not-credential CEO-tier corroboration); (3) Claude Code as production data engineer / single-session full-stack (@_avichawla earthquake + @akshay_pachaar weather 3D-globe dashboards on managed time-series DB; Cloudflare Postgres->TimescaleDB 35x case study) → claude-code (SPONSORED Tiger Cloud content — flagged; create-candidate tools/timescaledb only if recurs organically). No new entity pages; no index change. 0 delta ghosts.
20 changes: 20 additions & 0 deletions sources/raw-batch-roundup-2026-08-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "_raw batch roundup — 2026-08-21 ('code is free' codebase-as-prompts; Tim Cook on coding-as-literacy; Claude Code + time-series DB)"
type: source
medium: twitter-thread
url:
ingested: 2026-08-21
---

## Summary

Four net-new `_raw/` X drops (no new Daily Brief beyond 08-21). Three folds into existing pages; the Tiger-Cloud pair is captured with an explicit sponsored-content flag.

## Net-new — folded

- **"Code is free" — a million-line codebase, team wrote zero of it** (@choopyplug1, 2026-08-16, relaying a Google Cloud engineer / ex-OpenAI, "Ryan") → folded into [[agentic-engineering]]. The extreme case of spec-is-the-artifact: **~1M LOC in 8 months, ~250K of them prompts**, *"code is free — I mean it."* The **threat model is checked into the repo** and an **agent validates every PR against it (40 lines of YAML in GitHub Actions)**; adding two sentences to `security.md` (*"secure code comes from interfaces impossible to misuse"*) produced a shocking security uplift; *"he banned his team from coding."* Corroborates the [[skill-md|"a markdown file is an employee"]] (Garry Tan) + [[john-kim|compound-engineering]] threads. *(Second-hand X thread promoting an article; "Ryan" surname withheld — captured as a vivid datapoint, not a verified case study.)*
- **Tim Cook: coding is "the only global language," but not a hiring requirement** (@BigBrainBizness, 2026-08-21) → folded into [[ai-engineering-skills]]. Apple hires *"people that code, people that don't… a lot of people that don't code on a daily basis."* Cook evangelizes coding as **literacy / self-expression** while refusing to make it a credential — a CEO-tier data-point for the **skills-not-credential** framing (pairs with the [[claude-certified-architect|cert-value]] debate and Ng's *skills-not-a-role*).
- **Claude Code as production data engineer / single-session full-stack** (@_avichawla 2026-08-12 + @akshay_pachaar 2026-08-12) → folded into [[claude-code]]. Both build real-time 3D-globe dashboards (earthquake / weather: backend + DB + pipeline + frontend) **in a single Claude Code session** on a **managed time-series database**. Underlying real nugget: a **Cloudflare case study** — plain Postgres broke at billions of rows; moving to **TimescaleDB cut query times up to 35×** after 2 years of hand-patching (partitioning, continuous aggregates, compression). **⚠️ Both posts are sponsored content for Tiger Cloud (managed TimescaleDB)** — captured as a capability datapoint, not an endorsement; **create-candidate `tools/timescaledb`** only if it recurs organically.

## Pages Updated
- [[agentic-engineering]], [[ai-engineering-skills]], [[claude-code]]
1 change: 1 addition & 0 deletions tools/claude-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Install via npm (`npm install -g @anthropic-ai/claude-code`), authenticate, then
- **Context clearing**: Use `/clear` between distinct tasks; fresh context reduces hallucinations and token burn
- **Model tiering**: Drop to Haiku for simple formatting/parsing; reserve Sonnet/Opus for complex reasoning
- **HTML over Markdown for rendered outputs** ([[thariq-shihipar]], Anthropic Claude Code team, May 8 2026; independently amplified same-day by [[andrej-karpathy]] and [[simon-willison]]): when the consumer is a browser, IDE preview, or Claude.ai renderer, ask Claude Code to return **HTML, not Markdown**. Markdown's flat-text ceiling caps output quality; HTML hits the actual rendering substrate. Concrete examples: sortable tables, collapsible trees, live calculators. Prompt-level swap, no tooling change required. Karpathy places this as step 3 of a 4-step output-format trajectory ending in interactive neural videos — see [[karpathy-html-output-taxonomy-2026-05-08]] and [[model-rendered-ui]] for the long-arc framing. — [[willison-html-effectiveness-2026-05]]
- **Claude Code as production data engineer / single-session full-stack (Aug 2026)** ([[raw-batch-roundup-2026-08-21]]): practitioners (@_avichawla, @akshay_pachaar) build real-time 3D-globe dashboards — *backend + database + data pipeline + frontend* — in a **single Claude Code session** on a managed **time-series database**. The durable nugget beneath the demos is a **Cloudflare case study**: plain Postgres broke at billions of rows; moving to **TimescaleDB cut query times up to 35×** after ~2 years of hand-patching (partitioning, continuous aggregates, compression). Signal: Claude Code reaching into **production data-engineering** territory, not just app code. **⚠️ Both source posts are sponsored (Tiger Cloud / managed TimescaleDB)** — capability datapoint, not an endorsement.
- **"50 tips from 6 months at Meta" ([[john-kim]], L7 Senior Staff eng, ~500K-view video, [[john-kim-50-claude-code-tips-2026]])**: a foundations→advanced practitioner curriculum whose spine is **context engineering** (*"context is king, fresh and condensed"*) and whose highest-leverage claim is that **the validation loop is the single most important thing** — a build/verify command in CLAUDE.md lets the agent self-improve until it fixes itself. Distinctive positions: **Plan Mode first** (*"the generation of the code is the easy part"*); **multi-instance juggling** (iTerm split panes + git worktrees, *"like playing StarCraft"*) as the next step-function; **subagent contrarian** — *"bring the work to the context rather than spread the context out"* (subagents only for atomic side-effect work; rejects CEO/product/design multi-role setups as *"clowny"*); **MCP caution** (they blow up the context window — install sparingly, audit with `/context`); keep CLAUDE.md ~300 lines (**What/Domain/Validation**); **compound engineering** (commit CLAUDE.md as versioned team memory). Notable meta-framing: *"I'm basically not writing code anymore… I still read every single line — reviewing is my biggest bottleneck."*
- **Non-coding document-prep workflow ([[vladimir-klimontovich]], "Claude Code Did My Taxes," Jan 7 2026)**: replicable recipe for high-stakes document-heavy personal workflows like tax prep, applied successfully to a multi-jurisdiction US joint return (Federal + NYS + NYC, two Schedule Cs, foreign accounts, SEP IRA optimization). Components: (1) a single `task.md` imperative prompt with role + workflow + facts sections; (2) **sub-agents for large-PDF extraction** writing `<doc>-summary.md` files (avoids context blowup); (3) **explicit Python-script fallback** for files above token budget — *"if it's large, don't read it directly, launch a Python script"*; (4) **persistent state files** — `answers.md` for clarifying-question answers, `result.json` for intermediate numerical state, `COMMONSENSE_CLASSIFICATION_RULES.md` for domain rules; (5) **two-step output** — generate `result.json` first, then PDF from JSON. **5 clean-slate runs / 2 hours / few dozen dollars of tokens** against $1,300-2,000 CPA-fee equivalent. The recipe is the ad-hoc version of the named primitives later codified in [[anthropic-claude-cookbook-2026-05]] (Programmatic Tool Calling, Tool Search with Embeddings, Automatic Context Compaction). Last-mile failure mode: PDF-form-fill from clean JSON still flaky — regulatory/integration gap, not capability gap. — [[klmn-claude-code-taxes-2026-01-07]]

Expand Down
Loading