VOOZH about

URL: https://thenewstack.io/agentic-ai-tools-for-building-and-managing-agentic-systems/

⇱ Agentic AI Tools for Building and Managing Agentic Systems - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-09-16 10:30:34
Agentic AI Tools for Building and Managing Agentic Systems
research,
AI / DevOps

Agentic AI Tools for Building and Managing Agentic Systems

Agentic AI systems adapt and respond to ever-evolving situations where the context may change over time — all with minimal human intervention.
Sep 16th, 2024 10:30am by Kimberley Mok
👁 Featued image for: Agentic AI Tools for Building and Managing Agentic Systems
Image via Unsplash+. 

The recent emergence of large language models (LLMs) and generative AI has shown that there’s a lot of potential to create machine learning tools that would make different workflows more efficient and less tedious. While these AI models are quite powerful, they nevertheless have some limitations in taking on more complicated tasks where more complex and autonomous decision-making is required.

That’s where agentic AI can step in. Characterized as having the ability to take self-directed, proactive actions toward achieving goals without direct human supervision, agentic AI systems are designed to adapt and respond independently to ever-evolving situations where the context may change over time — all with minimal human intervention.

According to Shengran Hu, an AI researcher at the University of British Columbia and Vector Institute, it is this ability to execute complex tasks requiring higher-level reasoning, planning, and interaction that makes agentic AI distinct from traditional foundation models (FM) like GPT-4 and Claude.

“Traditional AI typically focuses on a monolithic model query, where we expect to receive a final answer from the AI system in a single forward pass,” explained Hu. “In contrast, agentic AI systems leverage the capabilities of foundation models to understand and reason through natural language, allowing them, as compound agentic systems, to solve complex tasks through iterative processing using language as unified representations of information. Techniques like planning, reasoning, reflection, and tool use enable agentic systems to tackle real-world tasks more flexibly and effectively.”

Agentic AI is still a relatively new field, but there is already some discussion around best design practices, as well as tools that developers can use to build agentic systems — whether it’s for larger enterprises, or for smaller organizations that need something that is easy to set up and deploy.

Here are several agentic AI tools to get you started.

Beam

Offering enterprise-grade solutions for agentic process automation, Beam helps users to build, manage and test their AI agents via an AI Agent Hub. It also provides pre-trained templates and customizable modules, both of which it claims are secure enough to be used even in the healthcare and insurance industries. Beam’s goal is to help clients increase efficiency by automating manual workflows while easing integration with any other tools that may already be in use.

PixieBrix

PixieBrix is a low-code browser extension that allows users to customize and automate web applications. It’s been likened to a gaming mod but for web apps. Users can build “bricks” with a simple editor that adds extra functionality to web apps (like buttons, overlays or forms), or configure them to trigger an action (like filling out a form automatically with client info).

Using a simple editor, users can begin with a “starter brick” (such as a button, menu or form), which can then be chained together with other “bricks” that perform various functions (collecting input, extracting data, or integrating with third-party apps). Pre-built “bricks” are also available via the PixieBrix Marketplace, and mods can be shared across teams and deployed at scale to help streamline workflows, boost productivity and efficiency, and reduce development costs by improving existing apps.

AutoGen Studio

Currently under active development, Microsoft’s AutoGen Studio is a user-friendly, open source option that runs on Microsoft’s LLM orchestration framework, AutoGen. It allows developers to quickly prototype AI agents using a low-code interface, with the aim of simplifying the process of building and managing complex workflows with multiple agents.

While the company cautions that AutoGen Studio may not necessarily become a full-fledged product anytime soon, it nevertheless offers developers an easy way to test their AI agents with an easy drag-and-drop interface, as well as a library of reusable components to customize their agentic workflows.

AgentOps

This agent observability platform enables developers to build, monitor and optimize AI agents. It is designed to be easily implemented and integrated with well-known AI agent frameworks like LangChain. AgentOps can be automatically set up to track and log AI agents’ run data, thus facilitating performance tracking, error detection, debugging, and cost management.

Hurdles To Be Aware Of

Despite all the hype, researchers like Hu emphasize that there are still hurdles in this emerging space.

“A major challenge in developing agentic AI systems is identifying effective building blocks and constructing systems by combining these blocks appropriately for various applications,” said Hu. “There are numerous potential components (such as planning, reasoning, memory, tool use, etc.) in agentic systems, and even more possible ways to combine them for specific use cases. The community is investing substantial effort in this area, but it often requires domain-specific manual tuning and considerable development time for each application.”

To tackle the problem, Hu and his team propose what they call automated design of agentic systems (ADAS), a process that automatically invents novel building blocks to design powerful agentic systems, where new and improved agents are “discovered” by a “meta-agent”, creating a “self-referential algorithm where AI agents invent new AI agents.”

With initial findings showing that new agents can significantly outperform their hand-designed counterparts, this suggests that AI agents might someday also have the capability to continually learn and self-improve, and may very well be the next step forward as agentic AI evolves.

TRENDING STORIES
Kimberley Mok is a tech and design reporter who covers artificial intelligence, robotics, quantum computing, tech culture and science stories for The New Stack. Trained as an architect, she is also an illustrator and multidisciplinary designer who has been passionate...
Read more from Kimberley Mok
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.