#Am i should stop learn with AI ?
1 messages · Page 1 of 1 (latest)
<@&987246452180930620> please have a look, thanks.
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
Learning with AI can be a helpful tool for understanding syntax and basic concepts, but it should not be your only method of learning. It is important to also engage with traditional learning methods such as reading textbooks, taking online courses, and practicing coding exercises on your own.
AI tools can provide quick answers and explanations, but they may not always offer in-depth understanding or context. It is crucial to supplement your AI learning with hands-on practice and real-world projects to truly solidify your knowledge.
Additionally, interacting with a community of peers, such as on a Java Q&A discord server, can provide valuable insights, feedback, and support that AI may not be able to offer. Engaging in discussions, asking questions, and collaborating with others can enhance your learning experience and help you grow as a programmer.
In conclusion, while AI can be a useful tool for learning syntax, it is important to balance it with other resources and methods of learning. Do not stop learning with AI completely, but make sure to incorporate a variety of learning strategies to expand your knowledge and skills effectively.
wait
I would argue to stop using ai entirely
until you know it well
@maiden crypt
wdym "our teacher?"
why
no no no , i mean " the others "
I agree, I think not using AI makes you develop useful researching and problem solving skills, also you dont know if what it says is right unless you already know what it is saying
Because you don't know enough to tell whether it's outdated or plain wrong.
An important skill is critically reasoning through an issue, one that you won't gain this way.
Because there is no way to know if the ai is hallucinating and because you will become too dependent on it
ok , and then , in this time where many people use AI to develop they're own skill , what should i do when i want to learn skill like programming without AI , should i restart my progress?
Ideally people use it to enhance their skills, not to learn it from scratch.
So it depends on where in the journey you are.
Instead use this this course:
For learning Java, we recommend MOOC.
It is a completely free introductory Java course created by the University of Helsinki, it is a great way to learn Java from the ground up.
Visit MOOC here:
https://java-programming.mooc.fi
(the course is available in both English and Finnish)
- The MOOC teaches a broad introduction to programming in Java in two parts - one at beginner, and another at intermediate level.
The end of the course is marked by creating your own Asteroids game clone! - The MOOC allows using features up to Java 11 - you can install Temurin OpenJDK 11 from the Adoptium project.
- To submit exercises for evaluation, you need to configure an Editor/IDE (Integrated Development Environment) with the TMC Plugin.
The course instructions will suggest to use TMCBeans/NetBeans or VS Code for the course, but you can also use IntelliJ, which we generally recommend.
- TMCBeans/NetBeans is the easiest to configure - but has the most dated user experience
- VS Code is very popular as an editor, but it is quite new for Java Development. Some extra configuration is needed.
- IntelliJ arguably has the best user experience and is most widely used Java IDE by professionals.
IntelliJ requires installing a version no newer than2023.1- because the IntelliJ TMC Plugin doesn't work with newer installs.
The IntelliJ Community version is completely free and all you need to install the TMC plugin.
To use IntelliJ with the MOOC, simply install the TMC plugin by opening IntelliJ -> File -> Settings -> Plugins and searching for TMC. You will then be able to use IntelliJ to complete MOOC.
About the course - Java Programming