11# Studying with LLMs
22
33LLMs exists and can code, we know this. And you will use it, we know this too.
4- So here's our advice on how to use generative AI when studying Welcome to JS :
4+ So here's our advice on how to use generative AI when studying Programming with Python :
55
66Generative AI can write and explain code for you, but writing and explaining
77code are not the most important skills a developer needs. More importantly, a
@@ -16,7 +16,7 @@ developer needs to _understand_ a program, its purpose and its context:
1616how to ask these questions very clearly otherwise AI will become a crutch, not a
1717tool.
1818
19- Welcome to JS covers the hidden skills behind understanding, discussing,
19+ Programming with Python covers the hidden skills behind understanding, discussing,
2020planning and writing programs. Every learning objective in this module is a
2121skill you should master without the help of AI - you can use AI for help
2222learning each skill, but you have only mastered a skill when you can complete
@@ -60,18 +60,17 @@ to your chat with an LLM, this will work better with some LLMs than with others.
6060If you're not able to upload the files, you can copy-paste the first one as your
6161first message:
6262
63- - ** [ welcome-to-js.llm- instructions.md] ( ./welcome-to-js.llm- instructions.md ) ** :
64- This document helps the LLM understand Welcome to JS .
65- - ** [ welcome-to-js.llm- examples.md] ( ./welcome-to-js.llm- examples.md ) ** : This
63+ - ** [ studying_with_llms. instructions.md] ( ./studying_with_llms. instructions.md ) ** :
64+ This document helps the LLM understand Programming with Python .
65+ - ** [ studying_with_llms. examples.md] ( ./studying_with_llms. examples.md ) ** : This
6666 document has example programs the LLM can use for additional inspiration.
6767
6868> PS. These documents are a work-in-progress. Send us a PR when you find room
6969> for improvement!
7070
7171### Start with this Template
7272
73- Below is a template prompt you can use with or without
74- ` welcome-to-js.llm-context.md ` to get your study sessions off to a good start:
73+ Below is a template prompt you can use to get your study sessions off to a good start:
7574
7675```
7776I would like to practice <skill>.
@@ -116,7 +115,7 @@ Here are some general tips for collaborating with LLMs when studying:
116115
117116### Specific Strategies
118117
119- Welcome to JS will also introduce strategies for collaborating with generative
118+ Programming with Python will also introduce strategies for collaborating with generative
120119AI on specific skills like debugging, documenting, logging, ... but only after
121120you have practiced the skill without the help of AI. These strategies are
122121included in each chapter where they fit best.
0 commit comments