Cursor IDE + GPT5
![]()
Man nam kemati VScode setup ekata. Oka godak depend wenne personal preference eka anuwa. cursor ekata wada meke extension godak support karana nisa waasi. hebei Cursor eke den GPT5 enabled nisa, eka AI support development walata hodai compared vscode setup.Cursor hodaida vscode + copilot ekata compare karama?
Theoretically it is possible, but you need a massive AI super computer to do this + you need a good data set. You can train a small models on consumer GPU or cloud but training a model like GPT is not practical.Can we train an AI for our purpose?
Let's see, I want to familer my AI with taxation.Then I can ask AI to generate information about tax sources, tax formulas, various definitions, various calculations, comparison with other countries etc.If I hv already inquired these things first AI may say not much familiar. But when I ask such queries in order then AI may become familiar to that tax terms and calculations no? Then if I need seriously some complex report someday, AI get used to generate itTheoretically it is possible, but you need a massive AI super computer to do this + you need a good data set. You can train a small models on consumer GPU or cloud but training a model like GPT is not practical.
A lot of undergraduates/MSc students trains their own models, most of the cases those are domain specific smaller models or proof of concept models.
You can however get a existing model and fine tune to get what you need, that is easily doable and more reliable and accurate.
You can't train an LLM yourself. You will need millions of dollars. What you can do is adding all the information you have in the prompt. Since newer models have large context windows, that's possible. Or the classical solution is using a RAG pipeline.Let's see, I want to familer my AI with taxation.Then I can ask AI to generate information about tax sources, tax formulas, various definitions, various calculations, comparison with other countries etc.If I hv already inquired these things first AI may say not much familiar. But when I ask such queries in order then AI may become familiar to that tax terms and calculations no? Then if I need seriously some complex report someday, AI get used to generate it