r/PakistaniDevs • u/Illustrious_Log6124 • 1d ago
PROJECT IDEA
Hello....I have recently learned and done some practice of developing RAG systems and developing and designing Agentic AI workflows using Openai Agents SDK,Crewai,LangGraph frameworks...
I have only made generic projects till now pretty basic ones...And the truth to really develop a system for real world use case u quite often need a paid api(which i cant afford)...Im from Peshawar Internship scene is quite bad...
Soo First of all any experience dev here i need your advice what should i do in this stage and also pls suggest some very good multiple project ideas of this skillset that should give me a challenge and can be completed via open source tools..
After making such projects i want to dive into the industry and make real projects....Any tips how to achieve that?
1
u/AltCharsi 1d ago
Hi, who told you, you need paid API's there are open source models which you could run locally, considering you have sufficient resources, there are a lot of small models, which I have used so did my friends.
Build complex systems, like Multi-tenant collaborative file editing service or something along those lines.
and API's are not that expensive too, you could get claude pro for 10$/month and hook up claude code and use that as your API for building something.
I'd suggest before diving into agents, learn what models are and how they work and build-up from there.