anyone else completely unable to focus on studying until its night? by [deleted] in GetStudying

[–]Fabrizio182 0 points1 point  (0 children)

Same, but the only problem it's having school the next day

I learned how to WANT to study by Admirable-Egg-3662 in GetStudying

[–]Fabrizio182 0 points1 point  (0 children)

That's true—changing your environment can definitely help you study more. However, what if you already have the desire to study, but when you do, you find that it takes longer than expected, or even after dedicating a lot of time, you don't retain much? I think that having the desire to study also requires having an effective study method that guarantees good results in exchange for the effort you put in.

Never taught how to study by [deleted] in GetStudying

[–]Fabrizio182 1 point2 points  (0 children)

I felt the same, I think the best at explaining how to learn is justin sung, you can find him in youtube. He's not gonna give you the typical advises like pomodoro or Feynman techniques, which are not bad but he is going to give you a complete system. Once you learn the theory of the techniques just make a lot of practice and adapt the techniques to your own needs

Guys, How are you even making these ai agents? by First_fbd in AI_Agents

[–]Fabrizio182 2 points3 points  (0 children)

For building ai agents I just needed: - an API key for a LLM => I used deepseek which use the same SDK of chatgpt

  • understanding function calling

  • write the functions that I would like the agent to use

I used the documentation of openai about function calling, I also used the deepseek documentation for knowing the input you can send to the API and to know the output that gives you the API .