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
1 change: 1 addition & 0 deletions companies/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ AI research lab and product company. Creator of GPT model family, ChatGPT, DALL-
- [[alex-lupsasca]] — theoretical physicist on OpenAI's Science team; 2024 Breakthrough Prize in Fundamental Physics; coined the term [[vibe-physics]] for using GPT-5.x to derive novel theoretical physics results (May 2026)

## Traction Signals
- **2026-08-23 — Zero-Data-Retention extended to frontier models + private safety processing** ([[dailybrief-roundup-2026-08-23]], openai.com): OpenAI extends **Zero Data Retention (ZDR)** to its frontier models and adds **private safety processing** — an **enterprise privacy/compliance differentiation** aimed at regulated domains (legal, health, finance) where data-retention and residency are procurement blockers. Fits the "moat is the UX/enterprise surface, not the model" read below; pairs with the industry [[frontier-ai-governance|governance/trust]] maturation. *(Vendor announcement.)*
- **2026-08-10 — "Daybreak" partner program: frontier cyber models to trusted hands** ([[dailybrief-roundup-2026-08-12]], openai.com): the constructive follow-up to the Astra slowdown — OpenAI ships frontier **cyber** capability through a **restricted, approved-partner program** for authorized cybersecurity service delivery. **Governance-by-access-control**: a middle path between broad release and no release, and a concrete answer to the "safety test is a safety risk" containment problem ([[reward-hacking]], [[frontier-ai-governance]]). *(Vendor program; gate effectiveness unproven.)*
- **2026-08-08 — slowed "Astra" deployment over a critical cyber-capability threshold** ([[dailybrief-roundup-2026-08-08]], openai.com "Responding to the next frontier of critical cyber capabilities"): OpenAI discloses that **Astra** — a model that can *independently identify and execute cyberattacks* — crossed a capability line it treats as a **hard ceiling**, and it **slowed deployment** in response. A **rare public safety-driven slowdown** and one of the first concrete instances of a lab self-throttling on a named capability — a partial, unilateral answer to the [[frontier-ai-governance|"coordinated slowdown" lever]] the governance debate keeps watching for. Pairs with the [[reward-hacking|ExploitGym/HuggingFace]] cyber-misuse thread (OpenAI models + real cyber capability). *(Vendor disclosure.)*
- **2026-08-04 — ChatGPT Work agent primitives unpacked + GPT-Live turnless voice** ([[dailybrief-roundup-2026-08-04]]): (a) Shlok/Latent Space reverse-engineers **ChatGPT Work** ("the agent for a billion users") as **composable primitives** — Memory, Scheduling, Browser Use, Skills — the read being *"the moat isn't the model, it's the UX surface that lets a billion non-technical users use agents without prompting."* (b) **GPT-Live** — a **turnless, low-latency realtime speech** model (built in six months); pushes voice from gimmick to usable, extends the [[openai-realtime-voice-api-2026-05-08|Realtime voice]] line. Both are API-to-product velocity plays.
Expand Down
7 changes: 7 additions & 0 deletions concepts/agentic-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ 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.

## From line-review to outcome-validation — and where the ceiling still bites (Aug 2026)

Two same-cycle signals ([[dailybrief-roundup-2026-08-23]], both via [[simon-willison]]) sharpen *how the human works with a coding agent*:

- **"More than just code review"** — as agents get reliable, the reviewer's job shifts from *reading every line* to **validating that the change actually does what was intended.** The brief's framing: *"you're no longer a linter, you're a decider"* — the real bottleneck isn't trusting the output, it's **having a clear enough spec of intent to verify against.** This is the review-side of the [[loop-engineering|verifier discipline]] and the practical counterpart to Willison's own [[simon-willison|discipline-erosion]] worry (if you're not reading every line, verification *is* the safeguard).
- **Ceiling datapoint — Linus Torvalds debugs a kernel issue with AI as a *"tireless helper"***: the AI handled the grunt work but **resisted the hard problem** — Torvalds' stubbornness beat the model. A concrete, high-credibility instance of the [[verifiability-and-jagged-intelligence|floor-vs-ceiling]] split: agents raise the floor (tireless mechanical work) without yet reaching the ceiling (the genuinely hard, novel diagnosis). Useful ballast against the **"code is free"** maximalism (section below).

## "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:
Expand Down
28 changes: 21 additions & 7 deletions concepts/training-data-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: Training Data Quality
type: concept
maturity: active-research
last_updated: 2026-05-30
last_updated: 2026-08-24
---

## Definition
The idea that the quality and curation of training data is a more important lever than raw scale for improving model capability and efficiency. Contrasted with the "scale hypothesis" (more parameters + more tokens = better models).
Two linked ideas about training data as a first-class constraint. **(1) Quality-over-scale**: the quality and curation of training data is a more important lever than raw scale for improving model capability and efficiency (contrasted with the "scale hypothesis" more parameters + more tokens = better models). **(2) Supply is contested and degrading**: the stock of good data is becoming both **legally contested** (provenance/IP) and **quality-degraded** (AI-generated content saturating the corpus) — making *where the data comes from* as load-bearing as *how much* there is. The proposed escape hatch for both is **synthetic experience** ([[simulation-scaling]]).

## Why It Matters
If data quality is the binding constraint, then competitive advantage in AI shifts from compute budgets to data curation. Labs that figure out what to train on and what to discard — will outperform those that simply scale.
If data quality — not compute — is the binding constraint, competitive advantage shifts from compute budgets to **data curation and sourcing**. Labs that figure out what to train on (and what to discard) outperform those that simply scale. And as real, clean, rights-cleared data gets scarcer and noisier, the *data moat* reprices: proprietary clean corpora become more valuable, scraped web text becomes riskier (legally and qualitatively). This is the unifying lens under [[amazon|data-acquisition capex]], [[simulation-scaling|synthetic data]], and model-collapse risk.

## Key Evidence
- Llama 3's information compression: ~0.07 bits/token vs. ~1.5 bits/token for well-structured English — models hold a "5% resolution image" of the internet they trained on — [[thread-aakashgupta-1b-model]]
Expand All @@ -24,9 +24,6 @@ Karpathy proposes separating:

A 1B reasoner + retrieval > 1.8T model trying to do both. The [[rag]] and [[llm-wiki-pattern]] patterns both reflect this — offload memory to structured external stores, keep the model lean.

## Strategic Implication
"Data quality is the actual constraint. The companies winning the next phase will be the ones who figured out what to train on, and what to throw away." — @aakashgupta — [[thread-aakashgupta-1b-model]]

## Frontier-Lab Annual Data Spend (May 2026)

[[data-as-moat-frontier-2026-05-30]] surfaces (via Digg, 2026-05-30) the **first wiki-captured concrete-dollars quantification** of frontier-lab data-acquisition spend:
Expand All @@ -40,13 +37,30 @@ A 1B reasoner + retrieval > 1.8T model trying to do both. The [[rag]] and [[llm-

**Insightful (verbatim)**: *"Data vendors just became the real moat. If $10-15B training budgets chase $20K tasks and supply is thin, the labs building defensible data pipelines win — not the labs with the biggest GPUs."*

**Quantification of the strategic implication above**: this is the *cognitive-core-hypothesis-meets-capital-expenditure* moment. Data quality is *both* the cognitive constraint *and* now provably the largest single line-item in the frontier-lab training budget. The compounding logic: better data → better models → more revenue → more data spend → deeper moat. **Anthropic's [[anthropic-series-h-65b-965b-2026-05-28|$965B valuation]] and [[anthropic-47b-runrate-willison-2026-05-29|$47B run-rate]] both live downstream of this loop.**
**Quantification of the strategic implication below**: this is the *cognitive-core-hypothesis-meets-capital-expenditure* moment. Data quality is *both* the cognitive constraint *and* now provably the largest single line-item in the frontier-lab training budget. The compounding logic: better data → better models → more revenue → more data spend → deeper moat. **Anthropic's [[anthropic-series-h-65b-965b-2026-05-28|$965B valuation]] and [[anthropic-47b-runrate-willison-2026-05-29|$47B run-rate]] both live downstream of this loop.**

Verification-pending: $10-15B source; per-lab breakdown; named vendors; trend trajectory; whether synthetic-data generation reduces the spend.

## The Supply Squeeze — contested + degrading (Aug 2026)

The 2026-08 signals reframe the *supply side* of the same constraint — the data isn't just expensive to curate, it's getting harder to source cleanly and lawfully:

- **Provenance/IP shock — data has an acquisition cost** ([[amazon|Amazon rare-books]], [[dailybrief-roundup-2026-08-17]]): 404 Media tracked scarce physical books being destructively scanned into an Amazon AI-training facility. *"The corpus your model trains on is partly determined by whoever can afford to buy it first."* Data-sourcing becomes a capitalized, contestable supply chain — copyright law lagging the arbitrage. The physical-world instantiation of the $10-15B/yr data-spend loop above.
- **Saturation / model-collapse risk — the "hall of mirrors"** (Pew Research, *"How Much of the Internet Is Written with AI?"*, 2026-08-20, [[dailybrief-roundup-2026-08-23]]): a quantitative estimate of AI-generated-content prevalence online. The structural worry the brief names: *if most new internet text is AI-generated, training-data quality collapses in 2–3 cycles — the internet stops being a mirror of human thought and becomes a hall of mirrors.* The empirical anchor for the long-discussed **model-collapse** concern. *(Pew study; the collapse timeline is inference, not measured.)*
- **The escape hatch — synthetic experience**: [[simulation-scaling]] (Joon Sung Park / Simile AI, *"10% worse, 100× cheaper, 10000× faster"*) is the direct response — if real data is contested and degrading, manufacture it. The two theses are complements: this page names the problem (supply squeeze), simulation-scaling proposes the fix (synthetic supply). Note the tension with the quality-over-scale evidence above — synthetic data trades some fidelity for volume, so *"is synthetic data clean data?"* becomes the load-bearing open question.

## Strategic Implication
"Data quality is the actual constraint. The companies winning the next phase will be the ones who figured out what to train on, and what to throw away." — @aakashgupta — [[thread-aakashgupta-1b-model]]

## Related Concepts
- [[simulation-scaling]] — the synthetic-data answer to the real-data ceiling / supply squeeze
- [[ai-margin-collapse]] — data as one more input whose economics reshape who can build frontier models
- [[amazon]] — the rare-book acquisition datapoint (provenance side)
- [[rag]] — one architecture for separating reasoning from memory
- [[llm-wiki-pattern]] — another approach to externalizing knowledge

## Resources
- [[thread-aakashgupta-1b-model]] — primary source for Karpathy's 1B claim and data quality framing
- [[data-as-moat-frontier-2026-05-30]] — $10-15B/yr frontier-lab data-acquisition spend
- [[dailybrief-roundup-2026-08-23]] — Pew "How Much of the Internet Is Written with AI?" (saturation/collapse side)
- [[dailybrief-roundup-2026-08-17]] — 404 Media Amazon rare-books investigation (provenance/IP side)
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
- [[concepts/okf|Open Knowledge Format (OKF)]] — canonical-Google-Cloud canonical-vendor-neutral canonical-open-specification (Apache 2.0; published 2026-06-12) for canonical-agent-memory as canonical-directory-of-markdown-files with canonical-YAML-frontmatter; canonical-standardizes canonical-Karpathy-LLM-Wiki-Pattern at canonical-Google-Cloud-vendor-tier; canonical-3-answer mental-model (CLAUDE.md=behave / OKF=knows / MCP=calls); canonical-directly-actionable-for-this-wiki
- [[mcp]] — Model Context Protocol; Anthropic's open standard for connecting LLMs to tools and data sources; infrastructure layer for agentic AI
- [[rag]] — query-time retrieval-augmented generation; complementary to LLM Wiki at different scales
- [[training-data-quality]] — data quality as the real constraint; 1B clean model > 1.8T noisy model
- [[training-data-quality]] — data quality as the real constraint (1B clean > 1.8T noisy); plus the supply squeeze — provenance/IP (Amazon rare-books) + saturation/model-collapse (Pew), with simulation-scaling as the synthetic escape hatch
- [[claude-certified-architect]] — Anthropic's first official technical certification (March 2026); 5 weighted domains (agentic, Claude Code, prompting, MCP, context); part of Claude Partner Network
- [[company-brain]] — three-layer memory substrate (factual + context graph + action coordination) beneath agentic AI at organizational scale; YC RFS phrasing, Sentra thesis (April 2026)
- [[vibe-physics]] — Lupsasca's coined-by-analogy term for using GPT-5.x to derive novel theoretical physics results; second "vibe X" pattern propagating into adjacent disciplines (May 2026)
Expand Down
2 changes: 2 additions & 0 deletions log.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,3 +490,5 @@ Cross-cutting synthesis: **three independent voices converged on the ITSM-first
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.

2026-08-23 | ingest | Daily Briefs/2026-08-22.md + 2 _raw drops | pages touched: concepts/simulation-scaling (NEW), sources/dailybrief-roundup-2026-08-22 (new), concepts/loop-engineering, companies/anthropic, concepts/ai-margin-collapse, concepts/frontier-ai-governance, concepts/model-rendered-ui, index (simulation-scaling). SOURCE: Daily Brief 2026-08-22 + net-new _raw (@dylan522p, Nvidia-harness). RE-SURFACES (dedup): Import AI 469 (jack-clark #247), Fable-5 redeploy (2026-06-30), TTS sub-50ms (#254 watch), avichawla/BigBrain/akshay/choopyplug (#255). NET-NEW: (1) Simulation-as-scaling-law (2 Latent Space pieces + Joon Sung Park/Simile AI "10% worse 100x cheaper 10000x faster"; 8B digital twins) → NEW concept/simulation-scaling (emerging, single-outlet; create-candidates generative-agents, joon-sung-park); (2) Nvidia "harness not model is the hero" — custom harness (memory + supervisor component) took Opus 5 30%->100% on ARC-AGI-3, no model change (TechCrunch) → loop-engineering (strongest harness-as-capability anchor; create-candidate harness-engineering); (3) Anthropic IPO S-1 will flag AI-backlash risk factor (CNBC) → anthropic (extends 06-01 draft S-1); (4) Dylan Patel "everything's a neocloud" (SemiAnalysis) → ai-margin-collapse (applied-AI collapsing into compute-reselling; search-engine-wave cull rhyme; create-candidate dylan-patel); (5) frontier labs won't say how they'd contain a rogue model (TechCrunch) → frontier-ai-governance; (6) Stop Making TUIs (Ptacek) + agent-interface-into-weights → model-rendered-ui. WATCH: AI-homework-boost-exam-drop (Economist; learning-erosion; owner-adjacent), DeepMind 15yr game-AI, Anthropic hard-questions, Meta child-safety trial, AI-blind essay. Unlinked ghosts generative-agents/dylan-patel -> plain text (create-candidates). 0 delta ghosts.

2026-08-23 | ingest | Daily Briefs/2026-08-23.md | pages touched: concepts/training-data-quality (NEW), sources/dailybrief-roundup-2026-08-23 (new), companies/openai, concepts/agentic-engineering, index (training-data-quality). SOURCE: Daily Brief 2026-08-23. RE-SURFACES (dedup): simulation-scaling both LS pieces (new #256), text watermark (#246), Fable-5 jailbreak (2026-06-30), agent-interface (model-rendered-ui #256), Import 469 (jack-clark #247), GLM-5.3 Death-of-Params (glm-5-2 #253). NET-NEW: (1) Pew "How Much of Internet Is Written with AI?" model-collapse/hall-of-mirrors → NEW concept/training-data-quality (unifies provenance/IP shock [Amazon rare-books #247] + saturation/model-collapse [Pew]; simulation-scaling as synthetic escape hatch); (2) OpenAI extends Zero-Data-Retention to frontier models + private safety processing → openai (enterprise privacy/compliance diff); (3) "More than just code review" (line-review->outcome-validation, "linter->decider") + Linus Torvalds AI-as-tireless-helper-but-resisted-hard-problem (floor-vs-ceiling) → agentic-engineering. WATCH: GLM-5.3-beats-frontier-1/5-cost (reinvently; LACKS RIGOR, verify — NOT folded), local-LLM-feels-dumber (quantization/context/tuning), $266-Fire-HD-ownership, llm-openrouter 0.7 reasoning traces, DeepMind 15yr game-AI. No ghosts. 0 delta ghosts.
Loading
Loading