Earlier quoted context omitted.
3 tests was already better than the traditional Spanish university class: 1 exam. which is probably written by the department head, not your teacher, and he isn't in any way interested in a high pass rate. Failing 90% of the class might even be positive for them. At that point classes aren't even important: You purchase the tests from the last 10 years, and then you have a prayer of knowing what the bar might be this…
I tested out of all but the last required Spanish class so I probably skipped over some early stuff and avoided the deeper stuff. But at that level I remember we'd do oral exams with the TA 1 on 1 maybe 15 mins in the hallway. I forget the logistics of it all now. I remember making presentations and class participation in spanish being important. I can't remember how the written exams went.
AI Agent Guidelines for CS336 at Stanford
111–120 of 176 posts
Re: AI Agent Guidelines for CS336 at Stanford
#112Earlier quoted context omitted.
As a general rule with LLMs, don't just tell it to do something if you actually need to make sure it gets done. Use a hook script to make it do that, or use the history that's already there (transcripts of all sessions are retained in ~/.claude, for example). There are innumerable scripts out there to parse these, or your agent will whip one up for you in 5 minutes.
I was hoping to get them access to a specific tool like GitHub Copilot via GitHub Education, but when I looked, sign-ups were paused, so I went the tool-agnostic approach. Even during installation a lot of them were telling me how "chat" told them to fix their installation issues (but some were clearly using an alternative to ChatGPT, specifically). However, I see from other comments on this post that I may need to i…
This has leaked into (some) younger people's vocabulary. A particular example is saying "Chat is this real?"
https://knowyourmeme.com/memes/chat-is-this-real
but some people use it more freely.
Re: AI Agent Guidelines for CS336 at Stanford
#113Earlier quoted context omitted.
I was hoping to get them access to a specific tool like GitHub Copilot via GitHub Education, but when I looked, sign-ups were paused, so I went the tool-agnostic approach. Even during installation a lot of them were telling me how "chat" told them to fix their installation issues (but some were clearly using an alternative to ChatGPT, specifically). However, I see from other comments on this post that I may need to i…
worth clarifying "chat" is actually (linguistically) completely separate from a shorthand for ChatGPT. Livestreamers (e.g. on twitch/youtube) often talk to "chat", the people watching. Visually, they're just narrating actions etc to a 3rd party who is not present. This has leaked into (some) younger people's vocabulary. A particular example is saying "Chat is this real?" https://knowyourmeme.com/memes/chat-is-this-re…
I'm positive these students did use an LLM to get the help instead of crowdsourcing, but it is an interesting linguistic overlap.
And while I'm on my "old man" soapbox -- "look it up" and "search for it" somehow became "search it up" with the young people. I corrected my son for years before I started hearing college students also saying it that way...
Re: AI Agent Guidelines for CS336 at Stanford
#114This seems unreasonable to me. One of the best uses of AI is that you can just tell your computer what to do in natural language and it does it. Running bash commands isn't part of the education, its busy work.
Re: AI Agent Guidelines for CS336 at Stanford
#115>Don't: Run bash commands This seems unreasonable to me. One of the best uses of AI is that you can just tell your computer what to do in natural language and it does it. Running bash commands isn't part of the education, its busy work.
Re: AI Agent Guidelines for CS336 at Stanford
#116I'm trying something similar this semester with my course via AGENTS.md. I think this one is overly verbose and probably falls out of context windows pretty quickly, based on my experience (for me, a very terse but clear set of 30 lines performed better than providing examples and more nuanced explanations during my testing with a few models). I have included the basic "I am a student -- help me learn, don't just do…
Re: AI Agent Guidelines for CS336 at Stanford
#117Earlier quoted context omitted.
I tested out of all but the last required Spanish class so I probably skipped over some early stuff and avoided the deeper stuff. But at that level I remember we'd do oral exams with the TA 1 on 1 maybe 15 mins in the hallway. I forget the logistics of it all now. I remember making presentations and class participation in spanish being important. I can't remember how the written exams went.
suuper high-value comment
Re: AI Agent Guidelines for CS336 at Stanford
#118I'm trying something similar this semester with my course via AGENTS.md. I think this one is overly verbose and probably falls out of context windows pretty quickly, based on my experience (for me, a very terse but clear set of 30 lines performed better than providing examples and more nuanced explanations during my testing with a few models). I have included the basic "I am a student -- help me learn, don't just do…
Re: AI Agent Guidelines for CS336 at Stanford
#119For those using Claude Code, I recommend Learning mode to instruct Claude to walk you through implementing the solution yourself rather than doing it for you. It’s very helpful when diving into a new domain, and helps build lower level intuition. To enable it, run /config > output styles > Learning
Re: AI Agent Guidelines for CS336 at Stanford
#120As an employer, I want AI to be fully allowed for assignments, and the assignments to be made trickier to compensate. Let's train people to use all the tools available to solve the hardest problems, rather than solving toy problems with a slide rule.