From 7df11b224fd5b2b2c84d0a2e87ac73f9d0f47d59 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Fri, 30 Jan 2026 09:49:55 +0100 Subject: [PATCH] release: v3.18.2 - Steinberger Practitioner Insight MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Peter Steinberger (PSPDFKit Founder, Moltbot Creator) to Practitioner Insights with model-agnostic workflow patterns. Changes: - Add Steinberger entry in guide/ai-ecosystem.md (stream monitoring, multi-project juggling, fresh context validation, iterative exploration) - Complete evaluation in docs/resource-evaluations/steinberger-inference-speed.md (score 3/5, fact-checked GPT-5.2, validated credentials) - Update docs/resource-evaluations/README.md (15→16 evaluations) - Add practitioner_steinberger references in machine-readable/reference.yaml - Version bump 3.18.1 → 3.18.2 (VERSION + sync all docs) - Update CHANGELOG.md with detailed v3.18.2 entry - Update README.md evaluations count (22→25) Scope: Model-agnostic patterns only, zero model comparisons. Source: https://steipete.me/posts/2025/shipping-at-inference-speed Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 21 +++ README.md | 4 +- VERSION | 2 +- docs/resource-evaluations/README.md | 3 +- .../steinberger-inference-speed.md | 160 ++++++++++++++++++ guide/ai-ecosystem.md | 27 +++ guide/cheatsheet.md | 4 +- guide/ultimate-guide.md | 4 +- machine-readable/reference.yaml | 6 +- 9 files changed, 221 insertions(+), 10 deletions(-) create mode 100644 docs/resource-evaluations/steinberger-inference-speed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc1526..c223419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.18.2] - 2026-01-30 + +### Added + +- **Practitioner Insights** — Peter Steinberger (PSPDFKit Founder, Moltbot Creator) + - Added new practitioner insight in `guide/ai-ecosystem.md` documenting model-agnostic workflow patterns + - **Patterns documented**: Stream monitoring, multi-project juggling (3-8 concurrent projects), fresh context validation, iterative exploration + - **Source**: [Shipping at Inference-Speed](https://steipete.me/posts/2025/shipping-at-inference-speed) (Dec 2025 blog post) + - **Evaluation**: Score 3/5 (Pertinent - Complément utile) + - Complete evaluation in `docs/resource-evaluations/steinberger-inference-speed.md` + - Fact-checked GPT-5.2 claims (confirmed real, Dec 2024 release) + - Validated PSPDFKit credentials (60+ employees, Dropbox/DocuSign/SAP clients) + - **Alignment with guide**: Validates existing patterns (Fresh Context Section 2.2, Multi-Instance Section 9.13, Iterative Refinement workflows) + - **Scope**: Model-agnostic patterns only, zero model comparisons (Codex/Opus excluded as per evaluation decision) + - **Note**: Patterns originate from non-Claude workflow (Moltbot/GPT-5.2); validation in Claude Code context recommended + - **Files modified**: + - `guide/ai-ecosystem.md`: New entry after Matteo Collina (~26 lines, H3 format with alignment table) + - `docs/resource-evaluations/steinberger-inference-speed.md`: Complete evaluation with challenge agent review + - `docs/resource-evaluations/README.md`: Index updated (15→16 evaluations) + - `machine-readable/reference.yaml`: Added `practitioner_steinberger` references (line 1997) + ## [3.18.1] - 2026-01-30 ### Changed diff --git a/README.md b/README.md index 83f722a..fa97c31 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ graph LR root --> quiz[🧠 quiz/
227 questions] root --> tools[🔧 tools/
utils] root --> machine[🤖 machine-readable/
AI index] - root --> docs[📚 docs/
22 evaluations] + root --> docs[📚 docs/
25 evaluations] style root fill:#d35400,stroke:#e67e22,stroke-width:3px,color:#fff style guide fill:#2980b9,stroke:#3498db,stroke-width:2px,color:#fff @@ -482,7 +482,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.18.0 | January 2026 | Crafted with Claude* +*Version 3.18.2 | January 2026 | Crafted with Claude*