Shubham Kejriwal
2.5K posts

Shubham Kejriwal
@skpro19
Autonomy @MonarchTractor
Bengaluru Katılım Ekim 2013
2.5K Takip Edilen407 Takipçiler

@skpro19 great work.
check out,
cobalt-teleop.github.io (2025) roboturk.stanford.edu (2018)
This will soon be opensourcd, and feel free to contribute.
English

Our internal chat playground is finally open to everyone!
It’s still early, so expect some rate limits and slower speeds. No fluff, just the models, the best way to see what the tech can really do.
Try it here: chat.maruthlabs.com
English

@ericzakariasson I would rather use `Gemini 2.5 Pro` given how expensive Sonnet is. Also, `o3` seems to have a propensity to use up a lot of tokens.
English

@nabilajamal_ Aren't dividers supposed to be 'in the middle of the road'?
English

Who approved a divider that suddenly starts in the middle of the road? Total setup for disaster!!
Engineer or authority responsible needs to be held accountable. This is criminal road design
*Speeding car slammed into a divider and overturned on #Bhopal's Subhashnagar flyover. Both front tyres ripped off, two young passengers injured, hospitalised
English
Shubham Kejriwal retweetledi

i don’t think you understand
you train a small model on scikit-learn
it gets 80% accuracy
you fine-tune a huggingface transformer
it gets 90% accuracy
you build a custom data pipeline
it gets 93% accuracy
you ensemble three models with voting
it gets 95% accuracy
you throw in feature engineering and SHAP
it gets 96% accuracy
you replace it with a gradient boosting tree
it gets 97% accuracy
you build a custom loss function for your niche problem
it gets 98% accuracy
you realize the labels were wrong
fix them, retrain
it gets 99% accuracy
you make a tiny architecture change
it beats human baseline
you remove half the parameters
it runs in real-time
you quantize the model
it runs on a potato
you distill it
it fits in a JavaScript bundle
you deploy it to edge
it autocompletes before users even type
you realize
you haven’t written a paper
but you built god
i don’t think you understand
English

Can we please add a `branch` feature in ChatGPT web app already?
@ChatGPTapp
English

@ericzakariasson @cursor_ai No honourable mentions for `o4-mini` ?
Català

we get a lot of questions about which model to use in @cursor_ai, so we put together a guide on how you can think about selecting models based on what we've seen work well

English

@ericzakariasson @cursor_ai Difference between auto-attached and always?
English

last week i posted about how to work with large codebases in @cursor_ai which gauged a lot of interest. we've now turned this into a long form post that goes more in depth
see link below

English

@skpro19 @ItHowandwas agent will use it at will
vs
agent will always use it (almost like a system prompt)
English

Using Cursor well = fast, clean code.
Using it wrong = AI spaghetti you’ll be cleaning up all week.
Here’s how to actually use it right:
1. Set 5-10 clear project rules upfront so Cursor knows your structure and constraints. Try /generate rules for existing codebases.
2. Be specific in prompts. Spell out tech stack, behavior, and constraints like a mini spec.
3. Work file by file; generate, test, and review in small, focused chunks.
4. Write tests first, lock them, and generate code until all tests pass.
5. Always review AI output and hard‑fix anything that breaks, then tell Cursor to use them as examples.
6. Use @ file, @ folders, @ git to scope Cursor’s attention to the right parts of your codebase.
7. Keep design docs and checklists in .cursor/ so the agent has full context on what to do next.
8. If code is wrong, just write it yourself. Cursor learns faster from edits than explanations.
9. Use chat history to iterate on old prompts without starting over.
10. Choose models intentionally. Gemini for precision, Claude for breadth.
11. In new or unfamiliar stacks, paste in link to documentation. Make Cursor explain all errors and fixes line by line.
12.Let big projects index overnight and limit context scope to keep performance snappy.
Structure and control wins (for now)
Treat Cursor agent like a powerful junior — it can go far, fast, if you show it the way.
English







