Y
Hacker News
new
|
ask
|
show
|
jobs
by
EliBullockPapa
411 days ago
Cool idea! How did you train your tab model? Fill in the middle or is it based on edit history like cursor? Someone posted this yesterday and I found it fascinating
https://www.coplay.dev/blog/a-brief-history-of-cursor-s-tab-...
1 comments
ClaireGz
411 days ago
Yes we use Fill in the middle models (Mistral and our own trained Qwen). And we feed it with your data context - we have our own SQL parser to feed you with the right data schema context depending on where your cursor is in the query.
link
paddy_m
411 days ago
I hadn't realized you trained your own model. That's an important differentiator. How do you get training data of schemas in the wild?
link