-
Notifications
You must be signed in to change notification settings - Fork 5
Blog
General discussion about TIL-AI, rules clarifications, explainers, and peeks behind the scenes.
Contents
Due to various shenanigans we won't get into here, we didn't have as much time to overhaul a lot of the competition stuff this year. So we decided to place what little extra time we had into making participant QoL improvements. This meant, among other things:
- automatically doing the previously-optional things for participants in instances
- better support for remote development over SSH
- formal support for downloading competition training data over Google Drive
- writing our own inactivity monitor so it would be better behaved than GCP's built-in one
- improving the
tilhelper to add support for building and testing images, in addition to submission
We hardly had time to put the competition itself together, much less make improvements over last year. So we hope you notice and appreciated it!
But also, this is how we respond to your participant feedback. So if you have some concerns or ideas for improvement, please let us know, and we'll do our best to either immediately remedy it or fix it for next year (if, of course, we get to do it again next year). <3
In order to generate these documents with some semblance of factual consistency, we needed to have some kind of underlying ground truth. We didn't trust AI to do a good job at that, and we had to ensure that it didn't draw from any existing worlds, lest we be accused of infringing on someone's copyright.
So, over a week, we painstakingly wrote (overwhelmingly by hand, mind you, not with AI) a massive ~10,000 word "world bible" describing various details of the fictional universe such as locations, events, characters, technologies, etc. This would serve as the factual basis for which all subsequent documents could eventually be derived. If you're curious about the underlying world bible, ask our technical lead about it after TIL-AI 2026 is over!
BrainHack Website · Strategist's Handbook · Access to VM Instances · Curriculum (Google Drive | GitHub) · #hackoverflow
Basics
- Getting started
- Building Docker images
- Testing models
- Submitting models
- Challenge specifications
- AE with
til_environment
Troubleshooting
Diving deeper
Finals