Hello, I'm Shrijith Venkatramana, and I'm building LiveReview — a blast-radius aware AI code review built for your business-critical systems. Star us to help devs discover the project, give it a try, and share your feedback to help improve the product.
A language model does not actually "write" the next token.
It produces a probability distribution over the vocabulary and says, roughly:
Here are 50,000 things I could say next. These are how plausible I think they are.
Everything that happens after that is decoding.






