Corpis
Загрузка

Scripted bot, neural network and agent — what's what

Updated: 2026-07-24

An AI agent differs from an ordinary chatbot in that it does not just reply to messages — it remembers the conversation, draws on your documents, takes actions (captures leads, calls APIs) and lives across several channels at once. A chatbot in the narrow sense is a pre-written tree of answers; a neural-network bot understands a free-form question but lives one message at a time; an agent adds memory, knowledge and actions on top. The line between a "smart bot" and an "agent" is blurry, and below we honestly map out where it runs.

Scripted bot: pre-written answers

A classic chatbot is a tree of scenarios: buttons, keywords and hard-coded replies to them. "Press 1 for balance, 2 to reach an operator." Such a bot does not understand language — it matches your input against branches that were described in advance.

The upside is predictability: the bot never says anything off-script because every line was written by a human. The downside is fragility: step outside the scenario and the bot answers "I did not understand." That is enough for a ten-item FAQ, but not for a real conversation.

Neural-network bot: understands the question, but lives one message at a time

Once a large language model (LLM — the same kind that powers ChatGPT) is wired into a bot, it starts to understand a question in any wording and reply with coherent text. This is no longer a tree of buttons but an interlocutor that parses meaning.

But a bare neural network by default does not remember past messages beyond one window, does not know your prices or policies, and tends to invent facts when it lacks an answer. It talks well — and stops there. For a neural-network bot to become useful to a business, it needs memory, knowledge and the ability to act.

AI agent: remembers, knows your documents and acts

An AI agent is a neural-network bot with four things built around it. Memory: it holds the conversation context and remembers what it learned about the person. Knowledge: you upload documents (price list, FAQ, policy) and it answers from them instead of making things up — search works by meaning, not by exact word match.

Actions: the agent not only talks but does — it captures a lead with the customer contact, hands a hard case to a live operator, and calls your API at its own discretion. Channels: the same agent replies in chat, in Telegram, in a site widget and on a public page — the behaviour is configured once, not separately for each place.

Four signs a bot has grown into an agent

Honestly: the line is blurry and the term is trendy

There is no strict standard for where a "smart bot" ends and an "agent" begins — "agent" is a fashionable word right now, applied to anything from a one-button chatbot to an autonomous system. We use a simple test: an agent not only replies but also remembers, relies on knowledge and acts. A bot that merely relays a neural network's answers with no memory and no actions we do not count as an agent, whatever the marketing calls it.

The practical takeaway: do not judge by the label on the button. Look at what the system can actually do — does it remember context, does it answer from your data, does it take actions. That is what separates a working tool from a pretty demo.

What it looks like in practice

Corpis is an example of an agent that adds a visible body on top of memory, knowledge and actions: an animated figure that reacts with emotion to the flow of the conversation and is present on screen — in chat, on a site via a widget, or right on the Windows desktop on top of other windows. The brain (LLM) is rented and can be swapped without rewriting the agent, while the body, personality and knowledge stay yours.

You can build such an agent with no code: the name, personality and rules are set with a form or described in words to an AI assistant, documents are uploaded on the "Knowledge" tab, lead capture is switched on with a toggle, and Telegram connects by pasting a token. There is a free plan and a 3-day Pro trial — no card required.

FAQ

What is an AI agent in simple terms?

An AI agent is a bot built on a neural network that not only answers questions but also remembers the conversation, answers from your documents and takes actions: captures leads, hands the dialog to an operator, calls external services. Unlike a plain chatbot it is not limited to a tree of pre-written answers.

How does an AI agent differ from a chatbot?

A chatbot in the narrow sense answers along a pre-written script and does not understand questions outside it. An AI agent understands free text, remembers context, relies on uploaded knowledge and acts — captures a lead, escalates to a human, calls an API. The key difference: an agent not only talks, it does.

Is any bot with ChatGPT already an agent?

Not necessarily. Wiring a neural network into a bot is only the first step: without memory, knowledge and actions it is a bare model that talks well but forgets context and invents facts. A bot becomes an agent when memory, your documents and the ability to act are added to the network.

Do I need to code to build my own AI agent?

No. In Corpis the agent is created with a form: name, personality, rules, greeting — or everything is described in words to an AI assistant. Documents are uploaded with a button, lead capture is switched on with a toggle, Telegram connects by pasting a token. Code is only needed to place the widget line on your site.

Related articles

Build your own AI agent