diff --git a/apps/web/src/app/about/page.tsx b/apps/web/src/app/about/page.tsx
index 78ed3185..8d8cde40 100644
--- a/apps/web/src/app/about/page.tsx
+++ b/apps/web/src/app/about/page.tsx
@@ -17,28 +17,25 @@ export default function AboutPage() {
Building reliable agents is hard. But building them without the right tools is even harder.
- It's 2025. LLMs are still scaling. AI agents are just starting to
- take off. MCP is exploding. The singularity looms. Shoggoth looks
- back on us from the near future and gives a sly smile that doesn't
- quite reach His inhuman eyes.
+ MCP is really promising, but it's still early and the ecosystem's a
+ bit of a mess.
- In this increasingly AI-native world, what's the best way for
- "normal" software engineers like us to stay relevant and provide
- value for both our families as well as our future AI edgelords?
+ Add to that the fact that most MCPs are just thin wrappers around
+ REST APIs – which works, but is far from ideal in terms of context
+ efficiency and instruction following.
- Well, I don't know about you, but contributing to foundation models,
- AI alignment, and AGI research all seem incredibly sexy but are also
- a lil outside my areas of expertise.
-
- That's why Agentic is focused solely on building value at the LLM
- tool calling layer. MCPs are a great example here.
+ The best LLM tools require a fundamentally different UX than REST
+ The best agents require their tools to be optimized for LLM usage
+ with a fundamentally different UX than REST APIs.
@@ -48,7 +45,7 @@ export default function AboutPage() {
providing access to high quality tools that are specifically
designed and optimized for agents will become increasingly
- important over time
+ important
.
Setting the stage
+