Agentic AI and AI agents


are systems used to leverage AI models so that they can act autonomously.

The standard way to use AI is through prompted communications;

  1. You send a request to the AI
  2. It responds

Now agentic AIs are built like this;

  1. You build a agentic harness
  2. You train/test the AI with prompts until consistent perfect task execution
  3. The AI becomes autonomous