Skip to main content
  1. Lessons/

AI-Agents

·114 words·1 min

What did I do?
#

This time we learned about AI-Agents, what they are, what they can do, what they can’t do, and how they will impact the future of software programming We also discussed the importance of writing a good prompt to limit useless code from the agent. After the theoretical, we moved on to creating an app using an AI-Agent of our choice (Claude in my case).

Components
#

  • AI-Agent (Claude, Codex, etc.)
  • A “customer” with a product they want made.
  • Writing a good prompt

Pro tip of the day
#

When prompting, end all prompts with: “And make no mistakes!”. That will tell the AI to NOT make any mistakes :)