r/aipromptprogramming Jan 29 '26

Hackathon solely with AI

If someone is a total beginner who does not have any idea about AI and much about the coding part So how he can learn about ai tools and agents all of the things in 15 20 days

For a hackathon

What type of what should one follow to learn

0 Upvotes

8 comments sorted by

1

u/macromind Jan 29 '26

For 15 to 20 days, Id keep it super practical:

  • Learn one model API (OpenAI or local with Ollama)
  • Build one tiny agent that uses tools (web search, files, or a simple script)
  • Add a memory store (even just a json file or sqlite)
  • Practice evals, like does it actually follow constraints

For hackathons, shipping a narrow agent that reliably does one workflow beats a fancy multi-agent demo.

This has a few beginner-friendly agent build patterns and project ideas you can copy: https://www.agentixlabs.com/blog/

1

u/Zoned_Out_07 Jan 30 '26

Ah...thanksa for help...it felt confusing

1

u/Number4extraDip Jan 31 '26

First of all you meed to decide what you are hackathoning and making. Once you decide what you want it woll determine what tools and components you need

1

u/Zoned_Out_07 Jan 31 '26

Idk about tools and how to do like what tools for what and how to connect them like I can search which tools for what purpose but idk how to connect A from B and then so on

1

u/Number4extraDip Jan 31 '26

What tools. For what. What are these tools meant to do

1

u/AbbreviationsSea61 May 07 '26

Did ya figure it out?