From 21df71a3e0d3a1db1e9714ff631484dd4dcaec8f Mon Sep 17 00:00:00 2001 From: Val Vladescu Date: Wed, 8 Apr 2026 00:24:43 +0300 Subject: [PATCH] docs: attribute Fabian Wesner's One-Shot Shop Challenge as inspiration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds an "Inspired by" callout in the About section linking to: - agentic-engineers.dev (the study) - Fabian's LinkedIn announcement - switchyard spec 009 (operational mapping) Fabian's headline finding — orchestration architecture beats model choice (Team Mode 85% vs Sub-Agents 57%) — is the empirical motivation for the upcoming Pawbench orchestration × complexity matrix. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a025d72..d66e3e5 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ It simulates what actually happens when you deploy coding agents: multi-turn con Works against any OpenAI-compatible endpoint — vLLM, TGI, OpenAI, Ollama, LMStudio. +> **Inspired by** Fabian Wesner's [One-Shot Shop Challenge](https://agentic-engineers.dev) +> ([announcement](https://www.linkedin.com/posts/fabian-wesner_oneshotshop-share-7442096217976897536-SRI9/)) — +> the study that showed orchestration architecture beats model choice (Team Mode 85% vs Sub-Agents 57% on the same model). +> Pawbench's orchestration × complexity matrix operationalizes that finding inside a reproducible benchmark. +> See [spec 009](https://github.com/zenprocess/switchyard/blob/main/specs/009-pawbench-orchestration-axis/spec.md). +
## Meet Lola