What is the difference between the general model and the reasoning model?

What is the difference between the general model and the reasoning model?

GameDev Assistant offers two AI model modes: a non-reasoning model (default) and a reasoning model (available only via pro plans). The difference between these modes lies in the keyword of "reasoning", though both are generally capable of most tasks regardless of which you choose.



Non-Reasoning Model

Under the hood, non-reasoning models rely on pattern recognition, statistics, and machine learning to produce its results. The model isn't able to definitively explain how it arrived at the rendered results; rather it uses an immense pool of data to conclude which words are more likely to appear together given the context of the prompt.

From the user end experience, this model mode is the best general use case, which is why it is set as the default. Not only does it produce results very quickly, but it is less likely to result in errors caused by the LLM getting overwhelmed or timing out.

Reasoning Model

Reasoning models are somewhat just the opposite of non-reasoning models. These models were built to make logical conclusions by breaking down complex tasks, applying rules, and making inferences. Unlike their default counterpart, they can explain to you the exact logical steps they took to arrive at any one answer.

This model mode is a great choice if you need to do something extremely complex or need extensive research done into a topic. However, be aware that reasoning models take a significantly longer time to produce results, and have a larger generalized risk of failures with LLMs.
    • Related Articles

    • What are the differences between the free plan and the pro plan?

      While the free and pro plans both offer the same great access to AI co-piloting in Godot, there are a few key differences between the two: Number of Messages: The free plan allows for a very limited number of messages per week, while the pro plan has ...
    • What is the difference between the chat and agent modes?

      GameDev Assistant offers two interaction modes that you can switch between in the bottom left of the conversation: Chat mode and Agent mode. Each mode offers a different nuance to the AI processing, so understanding when and where to use each mode ...
    • How do I purchase a pro plan for GameDev Assistant?

      To purchase a pro plan for GameDev Assistant, simply follow the instructions below. Want to know the difference between pro plans and our free plans? Check out this article for more information: What are the differences between the free plan and the ...
    • I told GameDev Assistant to use tabs/spaces for the coding, but it didn't do what I asked. Why?

      Whether due to personal preferences or style requirements for the project, sometimes you'll need to have scripts that either specifically use tabs or spaces for indentation. Unfortunately, even if you provide the AI with specific instructions for ...
    • Prompting Tips for GameDev Assistant

      The quality of AI responses often comes down to your specific prompt - and GameDev Assistant is no different in that regard. In this article, we'll provide some tips for writing good prompts so you can get the most out of this Godot co-pilot! Want ...