HackerTrans
TopNewTrendsCommentsPastAskShowJobs

twaldin

no profile record

Submissions

GEPA prompt optimization: Claude Code Haiku +20% solve rate on new bugs

tim.waldin.net
3 points·by twaldin·3 mesi fa·0 comments

Purdue University CS240 Class over 50% of students 'caught' using AI on homework

old.reddit.com
4 points·by twaldin·3 mesi fa·5 comments

[untitled]

1 points·by twaldin·3 mesi fa·0 comments

comments

twaldin
·3 mesi fa·discuss
Yea this makes sense to me; if they were just analyzing student commit history, but 'hiding & executing code' is conceptually dangerous, facilitates their surveillance, even if they might say "It's just git commit & git push".
twaldin
·3 mesi fa·discuss
its realistic to assume anthropic (and other frontier labs) have already gobbled the entire surface of the public internet into training data, plus so much more llm-generated traning data, that if you have public works and a model has enough parameters, i guess you are now 'in the models knowlege' the same way a figure like michael jackson or elon musk would be 'baked into the weights of the model' scary.
twaldin
·3 mesi fa·discuss
Sort of, I'm hesitant to say surveillance, since its less of 'running spyware' or something similar and more 'tracking student commit history'; where it gets weird is this section of the paper:

In our system, the Makefile or Project file that compiles the project contains Git commit and push commands to automatically commit changes into the student repository. Using this system, changes are tracked every time the project is compiled. When a student modifies a source file as a part of the program-build-test- debug cycle, the Makefile commits and pushes the recent changes into source control. This creates a fine-grained sequence of commits that tell the story of how the program was developed.

They basically force-commit to your repo whenever you build your code, so they are able to 'track' your development?
twaldin
·3 mesi fa·discuss
idk over my testing, glm-5 inside opencode beats all other agents head to head
twaldin
·3 mesi fa·discuss
If anyone is interested, the professor, Jeff Turkstra, wrote a paper called 'Tracking Large Class Projects in Real-Time Using Fine-Grained Source Control' https://turkeyland.net/research/encourse.pdf and it's the suspected way the students got found out.