Skip to content

Commit 364ee3b

Browse files
committed
feat(website): feature the Agenta 2.0 announcement as the primary blog card
Announcement takes featuredRank 1, the prompt-management guide moves to rank 3, the chunking guide returns to the grid. The rank swap rides this branch so the featured row never points at an unpublished post. Claude-Session: https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB
1 parent df24b07 commit 364ee3b

3 files changed

Lines changed: 45 additions & 37 deletions

File tree

website/src/content/posts/introducing-agenta-2-0.mdx

Lines changed: 43 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,41 @@ heroImage: /blog/introducing-agenta-2-0/hero.png
99
ogImage: /blog/introducing-agenta-2-0/hero.png
1010
author: mahmoud-mabrouk
1111
featured: true
12+
featuredRank: 1
1213
tags: ["Article"]
1314
---
1415

1516
Today, we are introducing Agenta 2.0, an open-source workspace for building and running agents.
1617

17-
Agenta lets you build specialized agents for different areas of work. You can work with them as AI coworkers, share them with your team, and use them to automate recurring tasks.
18+
Agenta lets you build specialized agents for different areas of work. You can work with them as AI coworkers, share them with your team, and use them to automate recurring work.
1819

1920
## Agents are becoming a new building block for work
2021

21-
Agents have reached a point where they can help with a [large share of tasks across a company](https://www.anthropic.com/research/labor-market-impacts).
22+
Agents have reached a point where they can perform and organize substantial work.
2223

23-
Give an agent a goal, clear instructions, the right context, and access to tools, and it can complete many tasks autonomously. It can inspect information, use applications, write scripts, and adapt when the situation changes.
24+
Give an agent a goal, the right context, and access to tools, and it can decide how to approach the job. It can inspect information, use applications, write scripts, and adapt when the situation changes.
2425

25-
Until now, automating work often meant defining every step in advance. You designed a deterministic workflow and specified what should happen at each branch. This remains the right approach in high-governance settings where every step must be predictable.
26+
Until now, automating work often meant defining every step in advance. You designed a workflow and specified what should happen at each branch. This remains the right approach when a process is fixed and every step must be predictable.
2627

27-
But much of our work is not like that. Research, product decisions, customer support, sales, and company operations require context and judgment. The right next step depends on what the system finds. Agents have become much better at handling this kind of work.
28+
But much of our work is not like that. Research, product decisions, customer support, sales, and company operations require context and judgment. The right next step depends on what the system finds.
2829

29-
An agent can become the basic unit that performs this work. At a technical level, we think of the agent as a new compute primitive. In practical terms, you describe the job, provide the context and tools, and let the agent reason through the problem.
30+
An agent can become the basic unit that performs this work. At a technical level, we think of the agent as a new compute primitive. In practical terms, you describe the job, provide the context and tools, and let the agent create the logic it needs.
3031

31-
People still provide direction, feedback, and judgment. They do not need to encode every path. Agents take on more of the execution.
32+
People still provide direction, feedback, and judgment. Agents take on more of the execution.
3233

3334
## Building useful agents still requires too much work
3435

35-
Most companies are not yet using agents to their full potential.
36+
Most companies are not working this way yet.
3637

3738
A useful agent needs company context. It needs instructions, files, skills, tools, and access to the applications where work happens. People need a way to improve it, share it, run it again, and understand what happened when it makes a mistake.
3839

39-
Most importantly, the people doing the work need to be able to create their own agents. They understand the work best.
40-
4140
Today, this capability is spread across several kinds of products.
4241

43-
Coding agents such as Claude Code and Codex are very powerful, but still require technical skills. Closed AI workspaces provide a polished experience, but limit how much users can inspect, change, or move and lock them into one provider. Visual workflow builders work well when users can define the process in advance, but they do not fully use what this new agent paradigm makes possible.
42+
Coding agents such as Claude Code, Codex, and Pi give individual technical users a strong environment. Closed AI workspaces provide a polished experience, but limit how much users can inspect, change, or move. Visual workflow builders work well when users can define the process in advance. Agent frameworks provide flexibility, but require a team to build and operate the surrounding system.
4443

4544
The result is an awkward choice between agency, ease of use, automation, and control.
4645

47-
We think teams need an open workspace where every team member can build agents by working with them, give them lasting context, share them with the team, automate suitable work, and control how they run.
46+
We think agents need an open workspace where people can build them through use, give them lasting context, share them with a team, automate suitable work, and control how they run.
4847

4948
## A workspace for you and your agents
5049

@@ -54,21 +53,23 @@ You start with a real job and describe it in chat. The agent works with you, use
5453

5554
Each agent has a persistent workspace. It can maintain research, documents, plans, reports, and other artifacts instead of starting every conversation without context.
5655

57-
You improve the agent through real work and feedback, then share it with your team. For recurring work, you can create loops that run on a schedule or when an event occurs in a connected application.
56+
You improve the agent through real work and feedback. When it becomes useful, you can share it with your team. For suitable recurring work, you can run it on a schedule or when an event occurs in a connected application.
57+
58+
The AI coworker and the automation are not separate systems. They are two ways to use the same agent. You can work with it directly when the job needs discussion, then let it handle understood parts of the work in the background.
5859

59-
In other words, the AI coworker and the automation are not separate systems. They are two ways to use the same agent. You can work with it directly when the job needs discussion, then let it handle understood parts of the work in the background.
60+
## Open agents, open choices
6061

61-
## Using open standards
62+
The agent itself remains simple and inspectable. An Agenta agent is built from components such as `AGENTS.md`, skills, tools, and files. You can see and change how it works.
6263

63-
The agent itself remains simple and portable. An Agenta agent is built from standard components: `AGENTS.md`, skills, tools, and MCP servers. You can see and change how it works.
64+
Agenta adds the workspace, sharing, triggers, versions, and operational history around the agent. It keeps the agent separate from the model and harness that run it.
6465

65-
This means three things. First, you can reuse compatible MCP servers and skills from the broader agent ecosystem.
66+
This means you can choose the right setup for the job without rebuilding the agent from the beginning.
6667

67-
Second, you can switch supported models or harnesses without rebuilding the agent. You can choose the right setup for each task without being locked into one provider.
68+
We already work this way inside Agenta. Our go-to-market work uses GPT-5.6. We use a different coding harness for engineering. When speed matters, we use GLM 5.2 Nitro through OpenRouter. In our self-hosted setup, personal agents can use our existing Claude Code and Codex subscriptions.
6869

69-
We already work this way inside Agenta. Our go-to-market work uses [pi](https://pi.dev) with GPT-5.6. We use Claude Code with Opus 4.8 for engineering. For day to day tasks, where speed matters, we use [GLM 5.2 Nitro](https://openrouter.ai/z-ai/glm-5.2:nitro) through [OpenRouter](https://openrouter.ai/). In our personal local self-hosted setup, our personal agents use our existing Claude Code and ChatGPT subscriptions.
70+
{/* VERIFY BEFORE PUBLICATION: Confirm the exact GTM model and harness, the engineering harness name, GLM 5.2 Nitro support, subscription setup, portability limits, and every stated stack combination. */}
7071

71-
Last, open standards allow you to run your agents almost anywhere. Right now we support Agenta Cloud, local in docker containers or through [Daytona](https://daytona.io/) sandboxes. Over time, we plan to support more environments, including [E2B](https://e2b.dev/), [Vercel sandboxes](https://vercel.com/docs/sandbox), and [Modal](.
72+
The important point is not the number of supported providers. It is that the agent and its work do not have to begin again when the surrounding stack changes.
7273

7374
## A go-to-market agent in practice
7475

@@ -78,32 +79,40 @@ As a technical founder, I work across product, engineering, research, positionin
7879

7980
My go-to-market agent works with a persistent workspace containing our product context, research, positioning, decisions, launch plans, and drafts. I use it in chat to research questions, compare new information with earlier decisions, update documents, and prepare assets. This announcement is one output from that ongoing work.
8081

81-
I also use agents for recurring work. One, for instance, helps operate our social listening through [Octolens](https://octolens.com/), where it manages research vocabulary, monitoring feeds, and the decisions behind them.
82+
I also use agents for recurring work. One helps operate our social listening through Octolens, where it manages research vocabulary, monitoring feeds, and the decisions behind them.
83+
84+
{/* VERIFY BEFORE PUBLICATION: Confirm the exact Octolens automation, its trigger, what it performs automatically, and what still requires Mahmoud's approval. Link the public example only if it exposes no private configuration or credentials. */}
8285

83-
The agent does not make decisions for me. It gathers and structures information, records context, and helps perform the work. Over time, I give it feedback and refine it to fit the way I work. It gives me immense leverage.
86+
The agent does not make company decisions for me. It gathers and structures information, records context, and helps perform the work. I provide direction, correct it, and make the final decisions.
8487

85-
## Reliability and continuous improvement
88+
## Reliability comes from improvement
8689

87-
The first version of Agenta focused on helping teams build, evaluate, and observe applications powered by LLMs. That foundation remains important because reliability is still a major challenge when building agents.
90+
The first version of Agenta focused on helping teams build, evaluate, and observe applications powered by language models. That foundation remains important because agents still make mistakes.
8891

89-
When we started Agenta, LLMs were poor at following instructions and understanding what users meant. Much of our users time went into prompt engineering and building complex workflows designed to compensate. Today, agents are far better at following instructions. Most workflows can now be expressed as instructions to an agent instead of being defined step by step.
92+
For a company, reliability is not only about whether one run succeeds. It is about making an agent better at a defined job over time.
9093

91-
Reliability today is about explaining the job clearly. Say you are building an agent to reach out to prospects. How do you define your ideal customer profile? What style should the agent follow? What should it focus on when researching a prospect, and what should it ignore?
94+
First, people need to state what good work looks like. Then they need to review real results and give feedback. When something goes wrong, they need to inspect the trace, understand which instruction or action caused the problem, and change the agent without losing what already worked.
9295

93-
You cannot build a reliable agent that performs a job successfully without answering these questions. To achieve tht, there is no shortcut; you need to review the agent results, give feedback, and iterate.
96+
Agenta supports this improvement loop through tracing, annotations, evaluations, and versioning. An annotation records structured feedback on a run. An evaluation checks an output against a defined expectation. Versioning connects each result to the agent configuration that produced it.
9497

95-
Agenta provides the tools to improve agents continuously. Every run is logged and traced with its inputs and outputs. Every agent configuration is versioned. A user can give feedback, and the agent can inspect what happened, identify why it made a mistake, and propose configuration changes.
98+
Together, these tools help teams make agents more reliable and predictable. They do not make a language model deterministic. They provide the evidence needed to improve the agent and decide which work still needs human review.
9699

97-
Over time, you build more capable agents that become part of your company's operating DNA and differentiation. They encode your best practices, standard operating procedures, and your ways of working.
100+
Permissions and human approval add another layer of control. Teams can decide which actions an agent may perform, which require approval, and which remain blocked.
98101

99-
The second layer of reliability comes from permissions and human approval. We built Agenta with a detailed permission system and human-in-the-loop controls. Teams can decide which actions an agent may perform, which require approval, and which remain blocked.
102+
{/* VERIFY BEFORE PUBLICATION: Confirm tracing, annotations, evaluations, versioning, permissions, approval behavior, and configuration restoration in the launch build. */}
100103

101104
## Getting started
102105

103-
Agenta 2.0 is today available through Agenta Cloud and as an open-source, self-hosted product.
106+
Agenta 2.0 is available through Agenta Cloud and as a self-hosted product.
107+
108+
{/* VERIFY BEFORE PUBLICATION: Confirm availability, release name, license, tested installation path, and destination links. */}
109+
110+
Start with one area of work. Build an agent around a real job, give it the context it needs, and improve it through use. Once it works well, share it with your team or let it handle suitable parts of the work in the background.
111+
112+
Agenta is still early. Some integrations and execution options require additional setup. Our documentation will explain the current limits and the setup required.
104113

105-
Start with a template. Ask an agent to customize it, then give it the context and access to the tools it needs. Improve it through use. Over time, you can automate parts of the work and build a system that gives your whole team far more leverage.
114+
[Try Agenta Cloud](https://cloud.agenta.ai), [view Agenta on GitHub](https://github.com/Agenta-AI/agenta), or follow the self-hosting guide to run it yourself.
106115

107-
Get started for free in [Agenta Cloud](https://cloud.agenta.ai), or copy the prompt in the [self-hosting guide](https://agenta.ai/docs/self-host/overview) to run it yourself in minutes.
116+
We believe the people who understand the work should be able to build the agents that do it.
108117

109-
We believe the people who understand the work should be able to build the agents that do it. We want to help them build the next million agents.
118+
If you build an agent, tell us what work you gave it, where it helped, and where it failed. That feedback will shape what we build next.

website/src/content/posts/the-definitive-guide-to-prompt-management-systems.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ heroImage: /blog/the-definitive-guide-to-prompt-management-systems/hero.webp
99
ogImage: /blog/the-definitive-guide-to-prompt-management-systems/hero.webp
1010
author: mahmoud-mabrouk
1111
featured: true
12-
featuredRank: 1
12+
featuredRank: 3
1313
tags: ["Article"]
1414
---
1515

website/src/content/posts/the-ultimate-guide-for-chunking-strategies.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ readingTime: "15 min read"
88
heroImage: /blog/the-ultimate-guide-for-chunking-strategies/hero.webp
99
ogImage: /blog/the-ultimate-guide-for-chunking-strategies/hero.webp
1010
author: ilyes-rezgui
11-
featured: true
12-
featuredRank: 3
11+
featured: false
1312
tags: ["Article"]
1413
---
1514

0 commit comments

Comments
 (0)