|
|
|
|
|
by lovehashbrowns
8 days ago
|
|
Sure so there’s a command in telegram you do /study and you can either tell it a subject or it’ll randomly generate one. I did /study ring buffers last time. So then opencode / GLM 5.1 or whatever write an entire site for me explaining the concepts, tradeoffs between things like infinite read write pointers, memory mirroring, how to tell if the writer looped the reader when the pointers are not monotonically increasing and instead get modulo’d, and bit masking with powers of 2 etc etc. then it wrote a ring buffer with various features in pseudo code so I can’t cheat. I also got papers to read from ACM and such. So I pickled it all over a week and came back with an Odin implementation, submitted to the site running on docker, and the ai reviewed it for me, telling me mistakes I made or areas where code isn’t really professional or I missed something. It’s genuinely super helpful. And the idea is whatever the AI tells me isn’t my only source of info so for example if the ai says infinitely increasing pointers will overflow but for example if I’m using Python, Python integers are basically bounded by memory and practically on most systems “infinite” so shut up AI I can do that or if it gives wrong info about something I’m getting published journals or websites as reading material that (hopefully lol) isn’t hallucinated. But really it’s the classic college style learn it then do a lab type of loop. Except it’s topics I’m genuinely interested in in the moment so the energy flows perfectly into it. My only wish would be to have it be cooperative working actively with others for the more accurate college experience bouncing ideas off other people seeing where we’re all confused or just me etc |
|