Skip to content

Commit 3299a4b

Browse files
committed
fix(website): restore founder content revisions clobbered by the rank commit; copy fixes
Restores the Revise-content/Revise-links copy (df24b07) that the featured-rank commit overwrote, re-applies featuredRank 1, and fixes the review findings: day-to-day, users' time, 'that', and the unfinished Modal link (now https://modal.com/). Claude-Session: https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB
1 parent 364ee3b commit 3299a4b

1 file changed

Lines changed: 34 additions & 42 deletions

File tree

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

Lines changed: 34 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,37 @@ tags: ["Article"]
1515

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

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.
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 tasks.
1919

2020
## Agents are becoming a new building block for work
2121

22-
Agents have reached a point where they can perform and organize substantial work.
22+
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).
2323

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.
24+
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.
2525

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.
26+
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.
2727

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.
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. Agents have become much better at handling this kind of work.
2929

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.
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 reason through the problem.
3131

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

3434
## Building useful agents still requires too much work
3535

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

3838
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.
3939

40+
Most importantly, the people doing the work need to be able to create their own agents. They understand the work best.
41+
4042
Today, this capability is spread across several kinds of products.
4143

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.
44+
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.
4345

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

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.
48+
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.
4749

4850
## A workspace for you and your agents
4951

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

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

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.
58+
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.
5959

60-
## Open agents, open choices
60+
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.
6161

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.
62+
## Using open standards
6363

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.
64+
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.
6565

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

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.
68+
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.
6969

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. */}
70+
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.
7171

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.
72+
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](https://modal.com/).
7373

7474
## A go-to-market agent in practice
7575

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

8080
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.
8181

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. */}
82+
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.
8583

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.
84+
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.
8785

88-
## Reliability comes from improvement
86+
## Reliability and continuous improvement
8987

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.
88+
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.
9189

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.
90+
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.
9391

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.
92+
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?
9593

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.
94+
You cannot build a reliable agent that performs a job successfully without answering these questions. To achieve that, there is no shortcut; you need to review the agent results, give feedback, and iterate.
9795

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.
96+
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.
9997

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.
98+
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.
10199

102-
{/* VERIFY BEFORE PUBLICATION: Confirm tracing, annotations, evaluations, versioning, permissions, approval behavior, and configuration restoration in the launch build. */}
100+
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.
103101

104102
## Getting started
105103

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.
104+
Agenta 2.0 is today available through Agenta Cloud and as an open-source, self-hosted product.
113105

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.
106+
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.
115107

116-
We believe the people who understand the work should be able to build the agents that do it.
108+
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.
117109

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.
110+
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.

0 commit comments

Comments
 (0)