
I have created my first Agentic AI more than two years ago. It is not some new technology, but simply an approach to software development using LLM (GPT and similar). You don't need any frameworks or specific AI knowledge for this, just being a programmer. From this article you will understand how to design agents and what tasks they are suitable for.
It's all based on two abilities of neural networks:
• LLMs (not all) can return JSON, they are additionally trained for this
• Programmers (not all) can decompose tasks