Skip to content

Updated Agents overview page #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 60 additions & 77 deletions agents/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,85 +1,68 @@
---
title: "Hypermode Agents"
sidebarTitle: "Overview"
description:
"Build AI agents that act, not just chat—from natural conversation to
production-ready code"
"Build AI agents that act—from natural language toproduction-ready code"
mode: "wide"
sidebarTitle: "Overview"
"og:title": "Overview - Agents"
---

Most AI agents today still feel like prototypes. They can generate content,
answer questions, or summarize a PDF. But when it comes to doing real
work—embedding in live apps, reducing back-office load, or following up with
customers—they fall short.

They chat. But they don't act.

**Hypermode Agents are here to change that.** Built on the latest AI advances,
Hypermode Agents are built for work, not just conversation. You'll learn what
agents can do, how they reason, and what their outputs look like, all while
building something useful from day one.

## The complete AI development platform

Built on top of the open source Modus AI Agent Framework and the Hypermode
Platform, Hypermode Agents enables you to get started building domain specific
agents from natural language.
Hypermode Agents is the complete solution for defining, iterating, and working
with agents. Built on the latest AI advances, Hypermode Agents provide an agent
workbench that allows for quick iteration. The workbench includes:

![Hypermode Agents](/images/agents/threads.png)

- **Concierge** is Hypermode's AI-powered agent that transforms natural language
descriptions into fully functional agents. No coding experience required.
- **Threads** is a conversational interface that lets you build, train, and
refine AI agents through natural language—no coding required. When you're
ready, **eject to code** exports your trained agent as a complete Modus app.
- **Connections** enable Hypermode Agents to understand and interact with their
environment. By leveraging Model Context Protocol (MCP) servers, Hypermode
Agents **Hypermode Agents get access to a vast ecosystem of tools and
integrations by default.**
- [**Threads**](/work) is a conversational interface that lets you build, train,
and refine AI agents through natural language—no coding required.
- [**Connections**](/connections) establishes secure access for agent tools and
your data. By leveraging Model Context Protocol (MCP) servers, Hypermode
Agents can understand and interact with their environment.
- **Tasks** are repeatable sets of instructions that you can save and use later
with your agent. Think of a task as a learned skill for your agent.

### Production-ready from day one

Unlike other platforms that require you to rebuild for production, Hypermode is
designed for real-world use:

- **Serverless infrastructure** that scales automatically and costs nothing when
idle
- **Full observability** with inference logging, tracing, and debugging tools
- **Enterprise security** with role-based access and audit trails
- **Branch-based environments** for testing and staging
- **Open source foundation** with no vendor lock-in

## From conversation to code

The power of Hypermode is in its flexibility. Domain experts can build
sophisticated agents through conversation, while developers can export those
agents as production-ready code.

**Domain experts** work directly with agents through Threads, shaping behavior
through natural conversation and training agents with real examples.

**Platform teams** can export trained agents as complete Modus applications,
audit and version control the logic, and deploy as production microservices with
full observability.

**No information loss** between business requirements and technical
implementation. **No rebuild required** to go from prototype to production.

## What can you build?

[**Market research agent**](/agents/agent-gallery/market-researcher): understand
what's important to any company, whether it's your competitors or your newest
partner.

[**Go-to-market engineer agent**](/agents/agent-gallery/gtm-engineer): ensure
that your sales and marketing team has the best internal data to make informed
decisions.

[**Marketing insights agent**](/agents/agent-gallery/channelpulse): analyzes
marketing performance across channels and provides optimization recommendations.

---

_Ready to turn your ideas into agents?
[Start building today →](https://hypermode.com/login)_
- [**Model Router**](/model-selection) makes it easy to access the most popular
models to power your agent.
- [**Concierge**](/create-agent#build-a-new-agent-with-concierge) is Hypermode's
AI-powered agent that transforms natural language descriptions into fully
functional agents. No coding experience required.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/_h2SBvv41GU?si=gGZk1xsDXtn83rxC"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>

## How Hypermode Agents are different

- **Conversational interface** to build and refine agents in a live, interactive
session using natural language.
- **Real-time control** for a view to which tools an agent can access and adjust
its behavior while tasks are running.
- **Reduced handoffs** and minimize back-and-forth communication with technical
teams by directly shaping agent behavior.
- **Exploration vs. production.** Develop and test agents freely in an
exploratory environment, then lock configurations when ready for production.
- **Streamlined iteration** of creating and modifying agents that require only a
few clicks, making it as simple to build your first agent as it is to manage
thousands.

## Where to start

<CardGroup cols={3}>
<Card title="Quickstart" icon="play" href="/first-hypermode-agent">
Get hands-on with building your first Hypermode agent
</Card>
<Card title="Explore connections" icon="link" href="/available-connections">
Browse available connections to power your agent
</Card>
<Card
title="Why natural language"
icon="book-open-cover"
href="https://hypermode.com/blog/stay-in-language-natural-agentic-development"
>
Read about the fastest way to production-ready agents
</Card>
</CardGroup>