Today I saw a post where someone said they stopped using Python for AI apps and switched to TypeScript... It made me smile 😊 because that’s exactly what happened with me too. Not because Python is bad (it’s amazing for research and ML libraries), but because when it comes to building and shipping GenAI applications, I feel more at home in JS/TS. For me, the reasons are simple: 1/ I don’t have to switch between two languages - frontend and backend stay in JS/TS. 2/ Async/streaming in LLM apps feels natural here. 3/ JSON plays so well with JS/TS - no extra juggling. 4/ Type safety saves me from silly mistakes before runtime. 5/ Great ecosystem for AI applications tooling I’ve written plenty in Python before, but when I build AI apps now, JS/TS just makes life easier. That’s also why I designed my GenAI course in JS/TS, because so many web developers already know it, and they can directly step into AI without the friction of learning a new language first. So if you’re a JS dev and curious about AI, maybe you don’t need to “jump” to Python right away. You can start right from there where you are now. --- codersgyan.com/courses/genai?…