ai.malagoli.me / content / blog/agenti-ai-modelli-open-cosa-funziona.md
site.md
IT/FR/DE/EN
download .md โ†“
// why this page exists

This is the version AI reads.

Markdown is the format large language models actually read the web in โ€” no CSS, no JavaScript, no layout: just structure and content. This is the same page as the original version, served in the format an AI understands best.

text/markdown0 kB CSSllms.txt โœ“view .md source โ†—
---
title: "AI agents on open models: what works today and what doesn't"
description: "The real state of AI agents built on open models: where they deliver concrete value today, and where a human supervisor is still needed in the loop."
date: 2026-04-22
tags: [AI agents, Automation]
url: "https://ai.malagoli.me/en/blog/agenti-ai-modelli-open-cosa-funziona"
locale: en_US
---

# AI agents on open models: what works today and what doesn't

<!-- 2026-04-22 ยท AI agents ยท Automation -->

AI agents promise to automate entire workflows. On open models, today, some use cases work well in production โ€” others don't, and it's better to know which before you build on top of them.


"Agent" has become one of the most overused words of the moment, often used to describe any automation that involves an AI model. It's worth being precise: an agent is a system that plans a sequence of actions, calls external tools, evaluates the results, and decides the next steps โ€” not a single prompt with a single answer.

## Where open models work well today

- Tool calling against well-defined, documented APIs, with a limited number of possible actions.

- Research and synthesis agents over company documents (agentic RAG), where the task is to retrieve, compare, and summarize existing information.

- Automation of workflows with known, predictable steps โ€” classification, routing, guided form-filling โ€” with clear guardrails on what the system can and cannot do.

- Structured document processing (data extraction, validation, pre-filling) with a final human check.

## Where caution is still warranted

- Autonomous planning over long horizons, with many sequential steps and little supervision: the margin for error grows with every step.

- Ambiguous instructions that require common sense or tacit knowledge of the company context that isn't written down anywhere.

- High-impact, hard-to-reverse actions (payments, external communications, changes to production systems) without a human confirmation step.

## The principle we apply with clients

We start from a narrow, well-defined scope, with a person in the loop for decisions that matter, and expand the agent's autonomy only after gathering evidence that the system behaves reliably on that specific task. It's a less spectacular approach than a demo that does everything on its own, but it's the one that holds up when the agent has to work every day, not just in a presentation.


- [all articles](/en/markdown.md)
- [formatted version](/en/blog/agenti-ai-modelli-open-cosa-funziona)

ยฉ 2026 ai.malagoli.me ยท data hosted in Switzerland ยท CH โœ“
[Privacy Policy](/en/privacy) ยท [Cookie Policy](/en/cookie-policy)

back to the site โ†’