Hacker News new | ask | show | jobs
by martypitt 494 days ago
Congrats on shipping.

I'm curious how commodotized the underlying LLM's are for generating this type of code? (And thereby, how big the moat is for companies like vercel/bolt surrounding v0 et al).

What models are you using to power the code editor? Did it require much customization?

Is it likely that enterprises would be able to eventually bring their own LLM's, or does the training make that prohibitive?

2 comments

Bolt is actually open source. You can see how it works

https://github.com/stackblitz/bolt.new

It takes quite a bit of configuration to add a new LLM, because of this I don’t believe its in our roadmap