AI/ML

CrewAI–my quick thoughts

I have been hearing about CrewAI for a while, and today I decided to spend some time exploring it. I must say, it genuinely impressed me. Within a minute, I was able to create a simple Vedic Astrologer agent.

If you are curious, watch this video I recorded:

While most of us are already aware that AI tools significantly reduce development time, what stood out to me here is something deeper. These tools are also transforming how AI systems themselves are built. The ability to download the generated code and customize it further makes the experience even more powerful.

By the way, I have also pushed one of my learning examples created using the CrewAI CLI to GitHub. If you enjoy reading code, you might find it interesting.

– Code: https://github.com/ninethsense/AI/tree/main/Samples/CrewAI/crewai_helloworld

– Architects, you might be interested in the Architecture review critique output the code generated here – https://github.com/ninethsense/AI/blob/main/Samples/CrewAI/crewai_helloworld/output/architecture_audit_report.md

Leave a Reply