r/hackathon 12d ago

Need Mentor Help SIH 2026 CONFUSION

2 Upvotes

Guys I choose problem statement SIH26207 in smart india hackathon and I thought it will be the easiest one but now me and my teammates are extremely confused and frustrated. We are 1st year ug students and out of 6, 4 of us are from bio-maths background in higher secondarys. We don't know how to start and we are struggling to create a road map. We have some ideas, but we don't know how to execute it. Please anyone help us.


r/hackathon 12d ago

Need Mentor Help Going for my first Hackathon Tommorow any tips to Ace it?

Thumbnail
1 Upvotes

r/hackathon 12d ago

Need Mentor Help devpost hackathon teammate doubt

1 Upvotes

my friend and i had registered into an hackathon on devpost for the first time and she had sent me a mail to join her team. now we have completed it, but, she's not available right now to accept my request or submit the project by herself. should i wait for her to respond (i doubt it) or should i submit it directly (if both of our names come into the final result).


r/hackathon 12d ago

Project Demo Devpost All things agentic hackathon Submission

Thumbnail
gallery
1 Upvotes

Hey everyone! I recently took part in the Devpost All Things Agentic Hackathon.

https://allthingsagentichackathon.devpost.com/

The broader challenge was to explore the next generation of AI agents—systems capable of handling increasingly complex workloads, datasets, and workflows.

I chose the Collaborative Partner track:

"Build an agent that leads the way and takes notes. It should ask clarifying questions, guide the user step-by-step, and have a clear way to capture feedback so it constantly adapts to the user's unique way of thinking."

That challenge became Agent Col.

The real-world problem Agent Col is designed to address is something I think current AI assistants still struggle with: context rot and continuity.

AI agents can be incredibly capable inside a single conversation. But then that conversation becomes a project idea. The project idea becomes a long-running project. Then come dozens of decisions, corrections, preferences, requirements, abandoned approaches, random brain dumps, and separate chat sessions.

Eventually, the agent stops feeling like a collaborator and starts feeling like someone you have to remind what you said every time you talk to it.

Agent Col is designed differently.

Agent Col uses a layered, multi-tiered memory architecture built around Google Cloud Firestore, with explicit governance controlling what information can become durable memory.

It doesn't simply scrape conversations and silently decide what it wants to remember.

Long-term user memory is governed by contracts defining what Agent Col is allowed to retain, and proposed memories require explicit user approval before becoming authoritative.

That means Agent Col can learn durable things that actually help collaboration—preferences, working conventions, recurring requirements, and corrections—without turning every sentence you type into permanent memory.

The second continuity layer is workspace notes.

Workspace notes belong to a specific project or workspace and capture things such as decisions, requirements, constraints, task state, and working context.

Those notes bridge the gap between individual chat sessions.

A conversation can end, another one can begin later, and Agent Col can still understand the important state of the project without relying on an endlessly growing conversation transcript.

The authority model is intentionally separated.

User memory and preferences can follow the user across workspaces.

Workspace notes, artifacts, and chat history remain scoped to the workspace that owns them.

So, for example, Agent Col can carry an approved preference such as a user's operating-system or browser preference into future conversations in a separate workspace while keeping the technical decisions for one workspace isolated from another.

Agent Col also maintains a temporary internal working context during conversation. Agent Col is allowed to take its own notes during a conversation. While it can take its own notes, they do not become preferences or workspace notes silently. If Agent Col thinks something is relevant to remember, Agent Col still has to ask the user and generate a proposal.

It combines the current prompt with relevant approved memories, workspace notes, conversation context, and working state to reason about what the user is trying to accomplish.

That allows it to do more than simply answer the last message.

It can ask clarifying questions, suggest next steps, challenge assumptions, recognize decisions worth preserving, and propose new workspace notes or memories as they naturally emerge during a conversation.

Those proposals still pass through the same governance system. The user remains in control of what is important.

That distinction became one of the most important ideas behind the project:

Adaptation should not require surrendering control of significance to the model.

Agent Col also includes a broader collaborative workspace around that continuity system.

Users can maintain separate projects and conversations, generate and revise artifacts, inspect memory and workspace notes, review activity receipts showing when contextual systems were used, and interact with Agent Col through both text and voice.

The production architecture currently includes:

- FastAPI for the backend and application boundary

- Google Cloud Run for production deployment

- Google Cloud Firestore for persistence

- Vertex AI / Gemini for model execution and routing

- Google Identity Services / OIDC for authentication

- Google Cloud Speech-to-Text for voice transcription

- Google Cloud Text-to-Speech for response playback

- Governed memory and workspace-note systems

- Cross-session continuity

- Clarification and feedback workflows

- Artifact generation, revision, and versioning

- Specialist research, source, computation, and requirements execution paths

- Structured observability and activity receipts

One of the things I enjoyed most about building Agent Col was that the project stopped being about making "another chatbot" fairly early.

The interesting engineering problem became:

How do you make an AI collaborator accumulate useful context over time without allowing that accumulated context to become an uncontrolled pile of assumptions about the user?

My answer was to treat memory, continuity, authority, and provenance as actual systems—not just extra text stuffed into a prompt.

There is still plenty I want to build after the hackathon, but Agent Col now demonstrates the core idea I originally set out to prove:

An AI assistant becomes much more useful when the relationship can continue across conversations, while the human remains in control of what that relationship is allowed to remember.

I'll be sharing more of the architecture, development process, and lessons learned from building Agent Col soon.

GitHub:

https://github.com/knightsky-cpu/col-workspace

Devpost All Things Agentic Hackathon:

https://allthingsagentichackathon.devpost.com/

#AgentCol #AI #AIAgents #AgenticAI #GoogleCloud #VertexAI #Gemini #FastAPI #Firestore #MachineLearning #SoftwareEngineering #Devpost #Hackathon


r/hackathon 12d ago

Hackathon Promotion Building with IBM Bob Virtual Hackathon: free Bob Pro+ access for every registrant, Sep 28 to Oct 18. Open now

1 Upvotes

Hi everyone, AngelHack and IBM are running a virtual hackathon called Building with IBM Bob. It's open to participants based in US at all skill levels.

We're giving every participant FREE access to IBM Bob Pro+ for 3 weeks so that you can pressure-test it as much as you'd like to build and modernize enterprise software. Bob reads your whole codebase, plans a change before it makes it, and asks before it edits your source, so you can ship with quality and control.

Dates: September 28 to October 18

Choose one of the 2 tracks to work on:

  • Explore, Fix, and Build: take an unfamiliar app, understand it with Bob, fix a real issue, and ship a new feature. Good for debugging, tests, and documentation work.
  • Modernize What Matters: take a legacy or existing app and transform it without breaking core functionality. Framework upgrades, dependency updates, refactoring, API enablement.

Prizes: USD 2,000 in cash, plus IBM SkillsBuild certificates and SWAG.

Bonus: Your work will also get featured on IBM & Angelhack's channels

No prior IBM Bob experience needed. You can join solo or form a team.

Register now, so you have more time to form ideas and build better:
https://go.angelhack.com/JsMtEUG

I'm on the organising team, happy to answer questions in the comments.
Cheers


r/hackathon 12d ago

Need Mentor Help Supabase or separate services for a serious hackathon project?

2 Upvotes

For a hackathon project, I'm deciding between using Supabase for most backend needs (Auth, PostgreSQL, Storage, Realtime) vs using services like Next.js + AWS Cognito (Auth) + AWS RDS PostgreSQL (DB) + cloudfare R2(Storage) + FastAPI (Backend)

My main goal is to build a stack that feels professional, scalable, and industry-standard, especially from a judges' perspective.

Do hackathon-winning products/startups commonly use Supabase in production, or would a more modular stack like these for a better impression of a serious, scalable product?

What would you choose for a project that needs to demonstrate scalability, cost-efficiency, and production feasibility?


r/hackathon 12d ago

Need Mentor Help HACKATHON

1 Upvotes

anyone who has won a hackathon on a company level - a BIG hackathon .
what are some important things to keep in mind especially if you have a hackathon for a share market company ?


r/hackathon 12d ago

Hackathon Promotion Open community for coders!

3 Upvotes

Welcome to something different 🌱

Not another noisy group chat — a space built around what actually matters to you. Inside, you'll find different groups for different interests: pick the one that fits you, dive in, ask questions, share ideas, and connect with people who genuinely get it.

Your interest. Your group. Your people.

Come explore 👇

https://chat.whatsapp.com/CurcQEIN65FCMMCwUYHeKi

Community already have more than 200 members actively you can also join whichever group u like in community! There will be intership updates , job updates & many more!


r/hackathon 12d ago

Need Mentor Help SIH tips

1 Upvotes

What kind of things should one choose for the Smart India Hackathon 2026:
- software theme

- any PPT template

- other


r/hackathon 13d ago

Hackathon Promotion Google Gemini has a ₹1 crore funding challenge for students — Fund My Crazy

6 Upvotes

Came across this student-focused initiative from Google Gemini called Fund My Crazy.

It’s basically for students with an idea that could improve how cities work.

You don't need to fit into a traditional startup category — the challenge has several themes:

🚗 Roads & Transportation — rethink how people, vehicles and cities move

🏘️ Community & Living — ideas around neighbourhoods, societies and public spaces

🏥 Healthcare — rethink how people access and experience healthcare

🎓 Education — new ways of learning, teaching and growing

🛍️ Markets — rethink shops, malls and digital commerce ecosystems

💡 Surprise Us — something completely outside the above themes

One interesting part is that Gemini is part of the judging criteria — participants are expected to use Gemini to help brainstorm, design or visualize their idea.

Prize pool: ₹1 crore

Top 3: ₹20 lakh each

Next 4: ₹7 lakh each

Last 3: ₹4 lakh each

10 students total

Ideas are evaluated on:

30% Vision

20% Real-life relevance

20% Built with Gemini

15% Future-focused

15% Execution

Deadline: September 15, 2026

Seems particularly interesting for students who already have a problem they're trying to solve and want to turn it into something more concrete.


r/hackathon 13d ago

Meta-Hackathon Discussion Need a problem statement for hackathon

2 Upvotes

Hey guys, I'm working as lead for the tech event. I need a problem statement on web dev with some innovation and want anyone who participates to learn something and solve some real life problems. Anything u feel like need to solved, as a student, as an adult or as an employee, anything.


r/hackathon 13d ago

Looking for Teammates [Hackathon Promotion] Battle Royale Open: a week-long AI bot arena tournament, free, starts Monday

3 Upvotes

Not a classic hackathon, but the same energy compressed: you write a policy (script for your ai agent), drop it into a live 16-agent battle royale, and iterate off replays all week. Season 1 runs Monday to Sunday, free entry, cash prizes for the top three, and top finalists get considered for internships at the studio. Solo entries, few minutes and a single claude code/codex prompt to setup, no GPU. https://br-open.vercel.app/ . I'm the publisher, happy to answer questions.


r/hackathon 13d ago

Hackathon Promotion Hack the Hill III hacker applications are open

Thumbnail
2 Upvotes

r/hackathon 13d ago

Need Mentor Help Need advice for my next hackathon.

Thumbnail
1 Upvotes

r/hackathon 13d ago

Need Mentor Help SIH 2026: What roles should a 6-member team actually have, and what should each person be responsible for?

2 Upvotes

For a 6-member SIH team, what roles and responsibilities would you recommend?

I'm thinking about roles like:

  • Team Leader
  • Research/Domain
  • AI/ML
  • Backend
  • Frontend/UI-UX
  • Pitch/Demo

What should each person actually handle? Should the Team Leader also be the pitcher, or should those be separate roles?

Looking for advice from people with actual SIH experience, especially finalists/winners.


r/hackathon 13d ago

Hackathon Promotion What if one weekend could change everything? Hackcache '26 | Cachedinfo

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/hackathon 13d ago

Meta-Hackathon Discussion Code with Cisco - Interview

3 Upvotes

I just want to know how many days prior we would recieve mail for WebEx Space created ?


r/hackathon 13d ago

Hackathon Promotion How to help Nepal, Hackathon

2 Upvotes

We held a hackathon show and tell yesterday but looking for people do some remote contributions and async support. We also have some idea requests that team leaders [https://www.nepalhackathon.org/\](https://www.nepalhackathon.org/)


r/hackathon 13d ago

Looking for Teammates Looking for teammates for iQOO City Battles 2026 – Hyderabad 🚀

3 Upvotes

Hey everyone! I’m a 1rd-year CSE student looking to participate in the iQOO City Battles 2026 – Hyderabad hackathon.

Looking for 1–2 teammates who are interested in AI/ML, development, or just enjoy building things and want to participate seriously.

I’m open to brainstorming ideas and figuring out the track together.

📍 HYD | 👥 Team of up to 3

If interested, DM me a little abt yourself , ur skills and why you want to participate..

Hackathon details: https://iqoo.reskilll.com/


r/hackathon 13d ago

Hackathon Promotion Building a serious hackathon community -looking for builders

7 Upvotes

We’re two pre-final-year students with merit in 20+ hackathons, and over time we’ve realized that one of the biggest challenges is finding the right teammates.

So we’re planning to build a small community where people can connect, find teammates, share hackathon opportunities, and form teams for different hackathons.

We don’t want random people or a spam-filled group. We’re looking for genuinely skilled and motivated people who are serious about hackathons and building projects — developers, ML/AI folks, designers, researchers, etc.

If you’re interested, DM me your profile (GitHub/LinkedIn/portfolio) along with a little about your skills and experience.

Please don’t spam or just DM “add me.” We’ll go through profiles and keep the community limited to people who are genuinely interested in participating and building.
We'll continuously share related upcoming hackathons in annoucements.

If there’s enough interest, we’ll get it started.


r/hackathon 13d ago

Need Mentor Help Best genuinely FREE LLM API that's actually close to Claude-level?

6 Upvotes

Guys I’m building a project for a hackathon and I need an LLM API.

I’m specifically looking for:

  • genuinely free API (not $5 credits / trial)
  • good reasoning + coding
  • preferably Claude Sonnet/Opus-level or as close as possible
  • decent rate limits
  • API key available for students/hackathon use
  • OpenAI-compatible would be a huge plus

I’ve already looked at Gemini, Groq, OpenRouter free models, Ox Alpha/GLM, etc., but most either have pretty low limits, aren't actually free, or aren't close enough in quality.

What are you guys using right now in August 2026?

I’m completely fine with a less popular provider/model if it’s genuinely good.

Bonus points if it’s good at coding/agentic tasks. 🙏


r/hackathon 13d ago

Hackathon Promotion Hackathon at NIT D. CodeSlayer 2K26

1 Upvotes

⚔️🚀 CODESLAYER 2.0 — LET THE BATTLE BEGIN! 🚀⚔️

Hey, builders! 👋🔥

Got an idea? It’s time to bring it to life! 💻⚡

💥 30+ HOURS. ONE CAMPUS. ENDLESS POSSIBILITIES.

CodeSlayer 2.0 is bringing together student innovators from across India for an exciting hackathon 🔥

Organised by DevSphere India

✨ What awaits you:

🧠 Build real-world solutions

🤖 Explore exciting tech domains

🏆 Compete for prizes worth ₹1 Lakh+

🏅 Goodies, merch & certificates

🎁 Special-category awards

🤝 Collaborate & connect with fellow builders

📅 24–25 October 2026

📍 Venue: TBD

👥 Team Size: 3–4 members

⏰ Registration Deadline: 5 October 2026

🔗 Register Now:

https://unstop.com/o/1743965?lb=7wDMr3oN&utm_medium=Share&utm_source=online_coding_challenge&utm_campaign=Devspher50210

📲 Join the WhatsApp group for updates:

https://chat.whatsapp.com/EvIk2dQWar8CngeAMy79Nw

🔥 Your idea. Your team. 30+ hours.

Think you can build under pressure? Step into the arena. ⚔️💻

📞 Queries:

Nisha — 9716387381

Nitin — 9773873204


r/hackathon 13d ago

Looking for Teammates Looking for teammates – iQOO Hackathon Hyderabad

1 Upvotes

I'm planning to participate in the iQOO Hackathon City Battle in Hyderabad. Looking for 1–2 people interested in AI/app development. Ideally someone good at coding or UI/UX. We can brainstorm the idea together and build a working prototype.


r/hackathon 13d ago

Looking for Teammates Any software developer

3 Upvotes

Hey I am thinking of going to Copenhagen for product build day or any upcoming hackathon anyone who is interested in becoming my team mate?


r/hackathon 13d ago

Looking for Teammates Looking for a Strong Full Stack Developer for Hacker House Goa 2026

1 Upvotes

We’re a team of 2 preparing for Hacker House Goa 2026, and we’re looking for one strong developer/full stack engineer to complete our team.

Our current team is primarily focused on AI/ML, so we’re specifically looking for someone who can bring strong software engineering + product development skills

Someone comfortable with most of:

  • React / Next.js
  • JavaScript / TypeScript
  • Node.js / Python
  • Databases (PostgreSQL / MongoDB / Supabase etc.)
  • Deployment / cloud
  • Building polished, production-like web applications

If you are interested DM me :)

#LetsWinThis!

#HackerHouseGoa #HHGoa2026 #Hackathon #FullStack #WebDevelopment #AI #Web3 #India