Skip to content
AImpact
IT EN
Medium Agents · 1 min read

OpenAgents: real agents for non-programmers via web interface

In one sentence XLab (SUTD Singapore) publishes OpenAgents: a deployable platform with three specialized agents (web browsing, data analysis, code execution) accessible from a browser without API keys. First demonstration of real agentic capabilities for non-technical users, with complete open-source code.

Needs review Reputable source
ShareLinkedInX
Reading level

Most AI agent frameworks require an OpenAI API key, Python installed, and some familiarity with the command line. OpenAgents does the opposite: go to a website, and you have three assistants ready to use.

The first browses the internet for you and answers questions requiring up-to-date information. The second analyzes data files: upload a CSV, ask "what is the sales trend over the last 6 months?" and it produces charts and analysis. The third executes Python code on the fly for complex calculations.

The researchers at Singapore University of Technology and Design also publish all the code, so anyone can install it themselves without depending on their servers.

It is an important moment because it shows that agentic capabilities do not have to remain in the hands of those with technical expertise. The difficulty lies in the infrastructure to make them reliable, not in the idea itself.

Companies

SUTD

Tools

Tags

OpenAgentsweb browsingdata analysiscode executionnon-programmeropen source

Sources