LLM use for Code review #
The fundamental property of Large Language Models is their ability to understand the context of provided content. A straightforward application of this ability is text summarization, correction and any advanced work with natural language. For software developers, it opens possibilities for an independent check of their code from the contextual point of view. There are plenty of tools already for this kind of task, mostly based on online services and therefore utilizng the powerful and really large language models.
...