User Tools

Site Tools


tutorial:using_llms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorial:using_llms [2026/05/16 12:58] – created earthcomputertutorial:using_llms [2026/05/16 12:58] (current) – Fix formatting earthcomputer
Line 6: Line 6:
  
 If you are learning Minecraft modding but already know how to code, you probably shouldn't be using LLMs at this stage. If you are learning to code, you should restrict your LLM usage only to asking it questions about how Java works. If you are learning Minecraft modding but already know how to code, you probably shouldn't be using LLMs at this stage. If you are learning to code, you should restrict your LLM usage only to asking it questions about how Java works.
- +  * **Generating code with LLMs takes away valuable practice**. Practice is the most effective way to learn to code, and to learn how to mod Minecraft. Every line written by an LLM is a missed opportunity for you to practice. 
-* **Generating code with LLMs takes away valuable practice**. Practice is the most effective way to learn to code, and to learn how to mod Minecraft. Every line written by an LLM is a missed opportunity for you to practice. +  * **You don't know if the output is good**. LLMs often generate output who looks correct and impressive to the untrained eye, but is incorrect or flawed in some way. If you are not yet a modding expert, you won't know the difference between good and bad output. 
-* **You don't know if the output is good**. LLMs often generate output who looks correct and impressive to the untrained eye, but is incorrect or flawed in some way. If you are not yet a modding expert, you won't know the difference between good and bad output. +  * **LLMs often mix up Minecraft versions and modding platforms**, or hallucinate APIs that don't exist. This is why you should ask about Java language features only, rather than asking about anything Minecraft-specific.
-* **LLMs often mix up Minecraft versions and modding platforms**, or hallucinate APIs that don't exist. This is why you should ask about Java language features only, rather than asking about anything Minecraft-specific.+
  
 ==== If You're Experienced ==== ==== If You're Experienced ====
tutorial/using_llms.txt · Last modified: 2026/05/16 12:58 by earthcomputer