NUS Hackers
10.3K subscribers
462 photos
16 videos
3 files
621 links
Download Telegram
Hey everyone!

We are happy to announce that the fourth Hack&Roll 2026 pre-hackathon workshop is open for signups! 🎉

Note: signups are limited to Hack&Roll 2026 accepted/rejected participants only

Hackathon Mode: Going from 0 → 1 in 24 Hours with Codex
by OpenAI

This hands-on hackathon workshop introduces Codex, OpenAI’s coding agent, to help you go from idea to working demo—fast. You’ll learn how to build in hackathon mode using Skills, Model Context Protocols (MCPs), and the Responses API’s built-in tools to give your agent structure, capabilities, and real-world context. We’ll show how Codex fits seamlessly into your workflow—via the CLI, IDE, cloud, or even on mobile—and share practical strategies for scoping, iterating, and shipping under tight time pressure. We’ll wrap up with live demos—plus a chance to take home some swag.

📅 Friday, 9th January 2026, 5:00 to 7:00pm SGT
📍 NUS COM3-01-23, Seminar Room 14

🍕 Refreshments will be provided after the workshop

Login to your participant dashboard to signup, or use the link here

Keep an eye out for more workshops coming up next week!
🔥83🥱1
Just a reminder that the workshop by Espressif is tomorrow at 6pm!

To signup, log in to your Participant Dashboard

🍕 Food will be provided after the workshop

See you all there!
Due to overwhelming demand and venue constraints, signups for OpenAI's workshop are closed.

Those who have signed up will have received an email with a form link - please submit this form before Friday 9th January, 11:30 am SGT. Otherwise, we will be unable to provide any free credits during the workshop.

Meanwhile, keep an eye out for 4 more workshops coming next week!
7💩5
Hey everyone! We have our 5th workshop open for registration! 🎉

Note: signups are limited to Hack&Roll 2026 accepted/rejected participants only

Agentic AI
By Marvell Technology

To explain the difference between Traditional AI and Agentic AI, explaining the autonomous, goal-driven agents capable of reasoning, planning, and acting with minimal human intervention. Explain and display how agentic AI systems proactively pursue objectives, adapt to dynamic environments, and collaborate with humans and other agents. This talk explores the principles behind agentic AI, its transformative potential in the commercial world

Pre-requisites
- Have preferred IDE installed
- Have a Github account
- Have Git installed, have Python version 3.11 installed
- Create an account on https://groq.com/
- Click Start Building and sign up with preferred method

If you have any prepared questions that you would like the speaker to answer, please submit them at this link!

📅 Monday, 12th January 2026, 6pm to 8pm
📍 NUS COM3-01-22 Seminar Room 13

🍕 Refreshments will be provided after the workshop

Login to your participant dashboard to signup, or use the link here

Keep an eye out for more workshops coming next week!
5
Hey everyone! We have our 6th pre-Hack&Roll workshop open for registration!

Note: Signups are only open to Hack&Roll accepted/rejected participants (for now 👀)

Introduction to Hybrid Search
By Ahrefs

Learn how modern search engines combine keyword matching (BM25) with semantic understanding to deliver better results. By the end of this workshop, you'll build your own hybrid search engine and use it to create a smart flashcard generator powered by RAG.

📅 Tuesday, 13th January 2026, 6pm to 8pm
📍 NUS COM3-01-21 Seminar Room 12

🍕 Refreshments will be provided after the workshop

Login to your participant dashboard to signup, or use the link here

Keep an eye out for more workshops coming next week!
3
Hey everyone! We have our 7th pre-Hack&Roll workshop open for registration!

Note: Signups are only open to Hack&Roll accepted/rejected participants (for now 👀)

Building RAG Systems from Scratch
By Marshall Wace

Learn to build Retrieval-Augmented Generation (RAG) systems from the ground up in this hands-on Python workshop. Progress from simple keyword search to advanced agentic RAG using OpenAI and LlamaIndex.

US$25 worth of OpenAI credits will be provided to workshop participants! Participants will also need to create an OpenAI account with the same email used to register for Hack&Roll.

Sign up by 12th January Monday 4:30pm (TOMORROW) to receive the credits

📅 Wednesday, 14th January 2026, 6pm to 8pm
📍 NUS COM3-01-21 Seminar Room 12

🍕 Refreshments will be provided after the workshop

Login to your participant dashboard to signup, or use the link here

Keep an eye out for more workshops coming next week!
2
Just a reminder that the workshop by Marvell will be happening tomorrow at 6pm!

To signup, log in to your Participant Dashboard

If you have any questions/topics you would like to discuss with the speaker, fill up form here.

🍕 Food will be provided after the workshop!

See you all there!
2
Reminder that we will also be having a workshop with Marshall Wace this Wednesday at 6pm!

To signup (for Hack&Roll accepted/rejected participants), log in to your Participant Dashboard

This workshop is now open to public as well, so others can sign up here!

US$25 worth of OpenAI credits will be provided to ALL workshop participants!

Note: Hack&Roll accepted/rejected participants will need to create an OpenAI account with the SAME email used to register for Hack&Roll.

For the public, credits will be granted to the OpenAI account associated with the email used to register via the form above


Sign up by Monday, 12th January 4:30pm (TOMORROW) to receive the credits

🍕 Food will be provided after the workshop

See you all there!
3
Due to overwhelming demand and venue constraints, signups for Marshall Wace's (Wednesday) workshop are closed.

Those who have signed up, make sure to create an OpenAI account using the same email with which you signed up for the workshop, whether you did it through the Participant Dashboard or through the public link. Otherwise we will be unable to provide you with the free credits in time for the workshop.

Meanwhile, keep an eye out for our other workshops this week, including by Marvell today!
Thanks everyone! Due to overwhelming demand, signups for today's Marvell workshop are also now closed.

For those who signed up, see you later at COM3-01-22 Seminar Room 13 at 6pm!

Meanwhile, for those who could not sign up in time, we still have one more workshop open tomorrow by Ahrefs! Sign up here
Reminder that the workshop by Ahrefs will be happening TOMORROW at 6pm!

To signup, log in to your Participant Dashboard

🍕 As usual, Food will be provided after the workshop!

See you all there!
1
Hack&Roll 2026: Claim your free API credits now (Google DeepMind, OpenAI, Anthropic, Cursor) 🎉🎉

For Hack&Roll accepted participants only. Submissions made past the deadline may only receive credits midway during the hackathon or not at all.

Please fill in your details in this form, by Thursday, 15th Jan, 11:00am, to ensure that you get your credits BEFORE Hack&Roll starts!

For all other partners, we will be releasing credits and coupons during the hackathon!
9
Our 8th and final workshop of Hack&Roll 2026 is open for registration!

Multi-Platform Programs in C++
By QRT

C++ code that runs correctly on one operating system may fail or behave differently on another. This talk explores the practical challenges of writing multi-platform C++ programs and how to handle platform-specific behavior in a controlled and predictable way.

We’ll discuss common cross-platform pitfalls, why they occur, and how to use conditional compilation (#if defined(...)) to support different operating systems within the same codebase.

The session includes a short hands-on activity where participants build a small, working C++ program designed with portability in mind. Along the way, the talk also includes general programming and development tips aimed at helping participants write more robust and demo-ready software.

Pre-requisites
Make sure the following software is installed on your system before the workshop based on your operating system:

Windows
- Mingw64 GCC
- WSL (Windows Subsystem for Linux)
- espeak. Download the version that says "Compiled for Windows"

Linux
- espeak. Download the version that says "compiled for Linux 32bits"

MacOS
- Ensure that say is installed: Open Terminal > type say something and you should hear the word "something".

📅Thursday, 15th January 2026, 5pm to 7pm
📍 NUS COM3-01-21 Seminar Room 12

🍕 Refreshments will be provided after the workshop

Signup
Hack&Roll Participants: Check your Participant Dashboard
Others: Check out this link

That concludes our lineup of workshops for this year's Hack&Roll. See you all on Saturday!
7
Reminder that the workshop by QRT will be happening TODAY at 5pm!

To signup, log in to your Participant Dashboard
The workshop is also open to the public, so sign up here!

🍕 As usual, Food will be provided after the workshop!

See you all there!
2
The workshop by QRT will be happening in 15 minutes!

Come down NOW to NUS COM3-01-21 Seminar Room 12 !

The workshop is open to all, including public!

🍕 Food will be provided after the workshop!
3
Hey everyone,

Thank you to those who attended our workshops over the last 2 weeks! We hope you enjoyed and took away some useful learning or ideas for your hacks!

If you would like to leave some feedback for any of our workshops, feel free to fill in the form here.

You can also view recordings for some of our workshops below:
- Hack&Roll 2026 | Your AI Doesn't Know Your Codebase (Yet) | By Cursor
- Hack&Roll 2026 | Introduction to Hybrid Search | By Ahrefs

Meanwhile, less than 2 days left for hacking to begin! See you all this Saturday!
7
Hi everyone, thank you for being a part of Hack&Roll 2026!

We were impressed by what everyone built, and we hope you enjoyed the event as much as we did!

💬 Feedback
We would really appreciate if you could submit your feedback here so that we can make the next iteration of Hack&Roll even better!

🧠 Free Credits
Mobbin is providing free Pro subscriptions for 3 months! Learn how to claim it here (promo code is in your email).

If you missed out on the OpenAI credits, do submit your claim using this form before Friday 23 Jan, 11am.

📸 Media
You can find key pictures of the event here, and video here! More photos are on the way, so do keep an eye out for them!

We hope to see you again!

The Hack&Roll 2026 Organisers
17