|
42 | 42 | font-weight: 500; |
43 | 43 | letter-spacing: -0.01em; |
44 | 44 | } |
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; } |
46 | 54 | .product-hero .cta { display: flex; gap: 0.6rem; flex-wrap: wrap; } |
47 | 55 |
|
48 | 56 | .product-preview { |
|
136 | 144 | <a class="back" href="../index.html">← BlueprintAgentic</a> |
137 | 145 | <div class="kicker">§ Custom Software</div> |
138 | 146 | <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 — 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 — 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> |
141 | 157 | </div> |
142 | 158 | </section> |
143 | 159 |
|
144 | 160 | <section class="product-preview"> |
145 | 161 | <div class="wrap"> |
146 | 162 | <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"> |
148 | 164 | </div> |
149 | 165 | <div class="cap"> |
150 | 166 | <span>Fig. 01 — Blueprint Agentic Workbench</span> |
|
0 commit comments