🧰 How to Build Your First AI Assistant Today? #MLSTART

If you don't want to dive into code right away but still want to do something hands-on, no-code tools are for you. With them, you can build a working LLM agent in just an evening.

Here are a couple of services that definitely deserve your attention 👇

- Flowise - a visual builder for LLM agents. You can connect models, prompts, databases, and APIs right in the browser. A great way to understand pipeline logic without code and build your first agent this evening.
- n8n - a powerful automation tool. With it, you can create a chain like: Telegram bot → LLM → Google Sheets → Telegram bot — all without a single line of code (free access to the n8n Enterprise server can be obtained here).

And if you want to go deeper, check out LangChain and LangGraph. These are code frameworks, but they underpin most LLM products, and understanding their logic is a huge boost.

⚡️ No-code tools are a great way to quickly build your first prototype and "get a feel" for how it all works "live".

Back to table of contents

👩‍💻 Data Flow