Career

मैंने 6 महीने में Zero से AI Engineer बनकर ₹18 लाख की Job ली: पूरी कहानी, पूरा Roadmap, कोई Degree नहीं

R
Rahul Ai EngineerAuthor
August 7, 2026754 views00 comments
मैंने 6 महीने में Zero से AI Engineer बनकर ₹18 लाख की Job ली: पूरी कहानी, पूरा Roadmap, कोई Degree नहीं

पहले मेरी Situation समझ लो

2025 की शुरुआत थी। मैं 27 साल का था, B.Com graduate, एक small accounting firm में काम कर रहा था। Salary थी ₹28,000 प्रति महीना। घर में parents, छोटी बहन की पढ़ाई का खर्च, और मेरे ऊपर education loan की EMI।

मैं रोज ऑफिस जाता था, वही repetitive काम करता था, और घर आकर सोचता था कि क्या यही life है? हर महीने salary आती, खर्च हो जाती, कुछ बचता नहीं था।

एक दिन मैंने Twitter पर एक thread पढ़ा एक Indian developer का जो बता रहा था कि उसने बिना CS degree के AI Engineer की job ली और अब वो ₹22 लाख कमा रहा है। मुझे लगा कि झूठ बोल रहा होगा। लेकिन फिर भी मैंने उसे message किया।

उसने reply किया। और हमारी एक घंटे की call हुई। उस call ने मेरी life बदल दी।

पहला महीना: पूरी तरह Lost और Confused

मैंने January 2025 में decide किया कि मुझे AI field में जाना है। लेकिन problem ये थी कि मुझे Python भी नहीं आती थी। मैंने college में वो भी नहीं पढ़ी थी। तो शुरुआत बिल्कुल zero से करनी थी।

पहले दो हफ्ते मैंने सिर्फ research की। YouTube पर videos देखीं, blogs पढ़े, Twitter पर AI engineers को follow किया। समझने की कोशिश की कि AI field में actually क्या क्या roles होते हैं।

मुझे पता चला कि AI Engineer बनने के लिए PhD या IIT degree की जरूरत नहीं है। ज्यादातर काम APIs और frameworks के साथ होता है, models को scratch से train नहीं करना पड़ता। ये सुनकर मुझे थोड़ी hope मिली।

पहले महीने में मैंने ये सीखा:

  • Python basics: variables, loops, functions, list comprehensions
  • API calls कैसे करते हैं, JSON कैसे handle करते हैं
  • OpenAI API का basic use
  • Terminal और Git के basic commands

मैं रोज office से आने के बाद रात 9 बजे से 1 बजे तक पढ़ता था। Weekend पर 10-12 घंटे लगातार। मेरी social life zero हो गई थी। दोस्तों ने पूछना बंद कर दिया कि मैं कहां हूं। लेकिन मुझे पता था कि ये temporary है।

जब मैंने अपने दोस्त को बताया कि मैं AI Engineer बनना चाहता हूं, तो उसने हंसकर कहा था: 'B.Com करके AI? सपने देखना बंद कर।' छह महीने बाद जब मैंने उसे अपना offer letter दिखाया, तो वो चुप हो गया।

— मेरी अपनी कहानी

दूसरा और तीसरा महीना: Prompt Engineering और LangChain

Python के basics आने के बाद, मैंने सीधा AI development पर focus करना शुरू किया। मैंने prompt engineering सीखी। और ये सिर्फ ChatGPT को questions पूछना नहीं है।

Real prompt engineering में ये सब आता है:

  • Few shot prompting: examples देकर model को train करना
  • Chain of thought: model को step by step सोचने के लिए force करना
  • System prompts: assistant का behavior define करना
  • Output formatting: JSON, XML में structured response लेना
  • Prompt templating: dynamic prompts बनाना

इसके बाद मैंने LangChain सीखना शुरू किया। ये एक framework है जो LLM applications बनाना बहुत easy कर देता है। LangChain के साथ मैंने अपना पहला real project बनाया: एक AI research assistant जो user के question को समझता था, Wikipedia से relevant info fetch करता था, और एक comprehensive answer generate करता था।

इस project ने मेरा confidence बहुत बढ़ाया। मैंने इसे GitHub पर डाला, README लिखा, और LinkedIn पर post किया।

चौथा महीना: RAG और Vector Databases

ये शायद सबसे important skill थी जो मैंने सीखी। RAG मतलब Retrieval Augmented Generation। इसका use करके आप LLM को अपने private data पर answer देने के लिए train कर सकते हैं, बिना model को fine tune किए।

मैंने एक project बनाया: Chat with PDF। आप कोई भी PDF upload करो, और उससे questions पूछो। पीछे की technology: LangChain, ChromaDB (vector database), OpenAI embeddings।

ये project मेरे लिए game changer साबित हुआ। जब मैंने interviews दिए, तो हर interviewer ने यही project के बारे में पूछा।

पांचवां और छठा महीना: Projects, Portfolio, और Job Hunting

आखिरी दो महीनों में मैंने तीन चीजों पर focus किया:

  1. तीन solid projects बनाए: AI research assistant, Chat with PDF, और एक AI agent जो emails summarize करके reply draft करता था।
  2. Portfolio site बनाई: Next.js और Tailwind से एक simple portfolio बनाया जिसमें अपने projects दिखाए।
  3. LinkedIn पर active रहा: हर हफ्ते 2-3 posts डालीं जिसमें मैंने अपनी learning journey share की।

जॉब apply करना शुरू किया। पहले दस applications का कोई reply नहीं आया। ग्यारहवीं में एक startup ने assignment दी। मैंने assignment complete की, उन्हें impress किया, और interview के लिए बुलाया गया।

Interview में उन्होंने मेरे projects के बारे में पूछा, RAG pipeline कैसे काम करती है ये समझाया, और LangChain के बारे में बताया। मुझे offer मिला: ₹15 लाख fixed + ₹3 लाख variable = ₹18 lakh package.

मेरे हाथ कांप रहे थे जब मैंने offer letter पढ़ा।

मेरा Exact Learning Schedule

Monthक्या सीखाDaily HoursKey Projects
Month 1Python, APIs, OpenAI basics4-5 hrs (after work)OpenAI API calling script
Month 2Prompt Engineering, LangChain basics4-5 hrsSimple Q&A bot
Month 3LangChain advanced, Chains, Memory4-5 hrsAI Research Assistant
Month 4RAG, Vector Databases, ChromaDB4-5 hrsChat with PDF
Month 5AI Agents, Portfolio building5-6 hrsEmail AI Agent
Month 6Interview prep, Job applications5-6 hrsPortfolio website

तुम्हारे लिए Resources जो मैंने Use किए

ये सब free हैं या बहुत cheap:

  • Python: freeCodeCamp Python Course, CodeWithHarry YouTube
  • Prompt Engineering: DeepLearning.AI का free short course
  • LangChain: Official documentation, LangChain Academy (free)
  • RAG: Pinecone का free tutorial, LangChain docs
  • Projects: GitHub पर दूसरे developers के projects देखो, समझो, और खुद बनाओ
  • Community: Twitter/X पर AI developers को follow करो, LinkedIn पर posts डालो

सबसे Important बात जो मैंने सीखी

Degree matter नहीं करती। College का name matter नहीं करता। Past experience matter नहीं करती।

सिर्फ तीन चीजें matter करती हैं: तुम्हारे projects, तुम्हारी GitHub profile, और तुम्हारी सीखने की ability.

अगर तुम सच में चाहते हो, तो छह महीने में तुम भी ये कर सकते हो। मैंने किया। तुम क्यों नहीं कर सकते?

आज से शुरू करो।

Tags
AI engineer kaise bane
AI career India
AI engineer salary
without degree AI job
LangChain tutorial
AI engineering roadmap
career change to AI
Indian AI engineer
prompt engineering career
AI jobs India
tech career hindi
R

Rahul Ai Engineer

Author & Content Creator sharing insights and expertise through articles.

Frequently Asked Questions

Common questions about मैंने 6 महीने में Zero से AI Engineer बनकर ₹18 लाख की Job ली: पूरी कहानी, पूरा Roadmap, कोई Degree नहीं

01

क्या बिना CS degree के AI Engineer बन सकते हैं?

02

AI Engineer बनने में कितना समय लगता है?

03

AI Engineer की salary कितनी होती है India में?

04

क्या मुझे Machine Learning का deep knowledge चाहिए AI Engineer बनने के लिए?

Comments

Share your thoughts on this article

0 comments

Leave a Comment

@
0/1000