Skip to content

Commit 0044867

Browse files
rmdevproclaude
andcommitted
Sub page: new header copy (6 guiding principles), share image with home
- Replace .tagline + .sub with the principles-led framing - Add styled <ol class="principles"> for the 6 principles - Switch sub-page image to workbench-preview.png (same as home) - Updated workbench-preview.png (minor correction) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent fcc74dd commit 0044867

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

‎assets/workbench-preview.png‎

-829 Bytes
Loading

‎open-source/blueprint-agentic-workbench.html‎

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@
4242
font-weight: 500;
4343
letter-spacing: -0.01em;
4444
}
45-
.product-hero .sub { font-size: 1rem; color: var(--text-soft); max-width: 60ch; margin-bottom: 2rem; }
45+
.product-hero .sub { font-size: 1rem; color: var(--text-soft); max-width: 60ch; margin-bottom: 1rem; }
46+
.product-hero .principles {
47+
font-size: 1rem;
48+
color: var(--text-soft);
49+
max-width: 60ch;
50+
margin: 0 0 2rem 1.5rem;
51+
line-height: 1.55;
52+
}
53+
.product-hero .principles li { margin-bottom: 0.5rem; padding-left: 0.25rem; }
4654
.product-hero .cta { display: flex; gap: 0.6rem; flex-wrap: wrap; }
4755

4856
.product-preview {
@@ -136,15 +144,23 @@
136144
<a class="back" href="../index.html">← BlueprintAgentic</a>
137145
<div class="kicker">§ Custom Software</div>
138146
<h1>Blueprint Agentic Workbench.</h1>
139-
<p class="tagline">The next step beyond agentic AI is teams of agents working together. Not sub-agents under a primary — experts in their own domain, tuned for optimal operation, combining into something greater than the sum of their parts the way a human team does. Two ingredients: model optimization per role, and cognitive diversity across providers — Claude, Gemini, and the OpenAI line reason differently, and a team that draws on all three thinks more completely than any single-model team can.</p>
140-
<p class="sub">Built on top of the providers' own first-party CLIs — we leverage their investment and add what they don't do on their own: agentic teaming, shared memory, a common task tree, persistent project context. The same workbench we use for nearly all of our daily task work, and that we deploy at customer sites.</p>
147+
<p class="tagline">The next step beyond agents that can call sub-agents is teams of agents working together. Workbench provides an organizing framework that allows native agentic tools like Claude Code or ChatGPT's Codex to team together without sacrificing any part of the native tools, while bolstering their capabilities with add-on tools.</p>
148+
<p class="sub">Workbench is built on 6 guiding principles:</p>
149+
<ol class="principles">
150+
<li>Teams of agents are far more powerful than agents with sub-agents.</li>
151+
<li>Native agentic tools are far more powerful when paired with their own models than agentic non-provider tools that utilize their models.</li>
152+
<li>Don't re-invent the agentic technologies that Anthropic, OpenAI, and Google have spent billions building &mdash; just use them.</li>
153+
<li>Models from different providers both think differently and are good at different things.</li>
154+
<li>Don't hide the providers' tools &mdash; it kills economic incentives and vastly increases consumer cost.</li>
155+
<li>Growing standardization among providers allows for interoperability of key toolsets.</li>
156+
</ol>
141157
</div>
142158
</section>
143159

144160
<section class="product-preview">
145161
<div class="wrap">
146162
<div class="frame">
147-
<img src="../assets/workbench-preview-no-tabs.png" alt="Blueprint Agentic Workbench interface">
163+
<img src="../assets/workbench-preview.png" alt="Blueprint Agentic Workbench interface">
148164
</div>
149165
<div class="cap">
150166
<span>Fig. 01 — Blueprint Agentic Workbench</span>

0 commit comments

Comments
 (0)