Posts
All the articles I've posted.
-
Context Is All You Need—Almost
Published:Most disappointing LLM answers are fluent solutions to the wrong problem—the fix is the missing facts, not a fancier prompt.
-
What Makes a High School CS Capstone Topic Survive Month Three
Published:A high school CS capstone dies in month three when the topic was chosen to impress someone who will never read the code—not when the student was obsessed with a real problem they could actually finish.
-
How to Use ChatGPT on a CS Assignment Without Cheating — or Staying Lost
Published:Pasting the homework PDF into ChatGPT gets you working code in four minutes — and a student who cannot explain a single function in office hours.
-
Trust, But Verify: A Survival Guide for AI-Generated Modern C++
Published:AI can generate a thousand lines of modern C++ before your coffee cools. Whether that code is correct is another question entirely—because in C++, 'it compiled' and 'it's correct' are separated by a minefield called undefined behavior.