by anishathalye on 2/23/26, 4:02 PM with 126 comments
We’ve updated the course based on our personal experiences as well as major changes in the field (e.g., the proliferation of AI-powered developer tools) over the past several years. The 2026 course includes revised versions of four lectures from the previous course, and it adds five entirely new lectures:
- Development Environment and Tools
- Packaging and Shipping Code
- Agentic Coding
- Beyond the Code (soft skills)
- Code Quality
We’d love to hear any feedback from the HN community to improve the current or future iterations of the course. In particular, we’re curious to hear the community’s take on our inclusion of AI-related topics (e.g., dedicating an entire class to the topic of agentic coding; though we tried to counterbalance it with plenty of disclaimers, and a dedicated section on AI etiquette in Beyond the Code).
--Anish, Jon, and Jose
by NoNameHaveI on 2/24/26, 1:46 PM
by Hendrikto on 2/24/26, 11:37 AM
git bisect/blame/revert/rebase/… become so much less useful when VC is treated as a chore and afterthought, and basically amounts to: “Feature is done, my work is complete, just do `git commit -am "changes"` and be done with it.”. And don’t get me started on commit messages.
It is shameful that for a large part of the industry, this is the norm. It is shameful that for a lot of professional, who call themselves software architects or reliability engineers and such fancy titles, still have essentially no idea what they are doing with git, and their response when git add/commit/push/pull don’t work is to shrug, and just delete and re-clone the repo.
Version control should be treated with care and attention to detail. It pays for itself 100 times over.
If your commit history is maintained and tells a story, it is a joy to review your PR. If you just `git commit -am "try fix"` 26 times over, and all that is left in the end is a ball of mud, it is horrible.
by pards on 2/24/26, 12:11 PM
This time would be much better spent watching these 9h of lectures.
by projektfu on 2/24/26, 1:14 PM
In fact, generally teaching people to select the right tool for the job is a good skill to prevent them from using golden hammers.
by ontouchstart on 2/24/26, 5:45 PM
Later I got my own IBM 386 and installed Linux on it and started to program in Perl …
I am a big fan of Jon’s YouTube videos on Rust and I started to use Rust in non conventional ways.
I am going to follow this lecture series and “port” them to rustdoc and see how it goes.
Another rabbit hole to fall down, it is going to be fun.
by Arun2009 on 2/24/26, 3:04 PM
These would have been very useful to me back when I was in the university.
by btreecat on 2/25/26, 3:07 PM
Research is great, but if wre trying to train people to make real things, there's a whole different set of skills where you only need a thin vineer of CS training and a deeper understanding of software maintenance.
by whateveracct on 2/24/26, 6:20 PM
by 0xbadcafebee on 2/24/26, 4:05 PM
101
- Bash for Beginners (https://tldp.org/LDP/Bash-Beginners-Guide/html/)
- Bash Tutorial (https://www.w3schools.com/bash/)
201
- Bash Programming (https://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)
- Advanced Bash Scripting Guide (https://tldp.org/LDP/abs/html/)
301
- The Bash Manual (https://www.gnu.org/software/bash/manual/bash.html) (https://man7.org/linux/man-pages/man1/bash.1.html)
- ShellCheck (https://www.shellcheck.net/)
To find every Unix-y program and get a 1-line description of it (and referenced programs/functions), run: for i in $(ls /bin/* /usr/bin/* /sbin/* /usr/sbin/* | sed -E 's?.*/??g' | sort -u) ; do
echo "command: $i"
whatis "$(basename "$i")" | cat
echo ""
done | tee command-descriptions.log
View 'command-descriptions.log' with less command-descriptions.log, use arrow-keys and page up/down to navigate, and type 'q' to exit. To find out more about a program like df(1), run man 1 df.by ILoveHorses on 2/24/26, 11:50 AM
by andersmurphy on 2/24/26, 12:30 PM
by qsort on 2/24/26, 11:43 AM
I think this is fine and if anything you should give it more space. It doesn't replace foundational understanding, but the course is explicitly about "practical" aspects, we can assume said foundational understanding is developed in other courses.
Something like "build your own agent" would be a great intuition pump. The model is doing the heavy lifting and a basic harness is a couple hundred lines of simple code. It could fit in a single lecture and it would be very high signal in my opinion.
by caillou on 2/24/26, 5:05 PM
Things are so much easier. No need to a massive amount of plugins and configs, mostly works out of the box.
by badc0ffee on 2/24/26, 3:05 AM
by ghc on 2/24/26, 5:20 PM
by lordnacho on 2/24/26, 12:07 PM
You don't appreciate it when you're studying, because obviously it sounds a bit soft. But when you're learning how something works, often the thing that stops you isn't the fundamentals, which you know what are, it's the little frustrations like not knowing how to commit or pull code, or not knowing how to navigate the terminal.
by ludicrousdispla on 2/24/26, 2:31 PM
by kkfx on 2/24/26, 12:51 PM
- first of all, you need to know how to manage your own digital information. Even though it's taken for granted that a CS/CE freshman knows this, well, in my experience, that's usually not the case also for many PhD... Information management isn't just a taxonomy of files and dirs; it's also about evaluating, for example, what happens if the software you use for your notes is discontinued, or if your photo gallery disappears, and so on, and acting accordingly knowing your SPOFs and how to mitigate them;
- then you need to know how to write, in the broadest sense, which includes mathematical notation, generating graphs, "freehand" drawing like simple CAD, and formatting your work for various purposes and media, whether it's emails, theses, reports, or general messages. This is where teaching LaTeX, org-mode, R/Quarto, etc comes in. It's not "advanced" is the very basic. Before learning to program and no, Office suites are not an answer, they are monsters from a past era, made to makes untrained human with little culture to use a computer for basic stuff instead of typewriters, a student is not that;
- you need to know how to crunch numbers. Basic statistics are useful, but they're largely stuck in another era. You need to know how to do math on a computer, symbolic computation, whether it's Maxima or SymPy, doesn't really matter, and statistical processing basis. For instance, knowing Polars/Plotly/* at a minimum level are basic skills a freshman should have at a software/operational level, because they should be working in these environments from day one, given that these are the epistemological tools of the present, not paper anymore.
Then you also need to manage code, but in the broadest sense. A dSCM is also for managing your own notes and documents, not just software, and you need to know how to share these with others, whether it's Radicle or Forgejo or patches vua mail doesn't really matter, but this family of software needs to be introduced and used at least at a basic level. A DynDNS services should be also given so anyone could try to self-host the services they want.
Knowing how to communicate is an essential skill, and it's not about using Gmail or Zoom... it's about learning how to self-host basic communication services. It doesn't really matter if it's XMPP, Matrix, or Nostr, but the concept must be clear, and understanding the distributed and decentralized options we have today is vital. A student needs to learn how to stand on their own two feet, not on someone else's servers.
These are basic IT skills that aren't "advanced" at all, despite what many people think, or "sysadmin-level" and so on; they're simply what a freshman should have as someone who loves knowledge and wants to get their hands dirty.
by blks on 2/24/26, 8:25 PM
by stevetron on 2/24/26, 4:15 PM
by a-dub on 2/24/26, 3:09 PM
edit: already in the "beyond the code" section... cool!
by __mharrison__ on 2/24/26, 6:11 PM
by shimman on 2/24/26, 2:54 PM
by ThrowawayR2 on 2/24/26, 3:15 PM
by tovej on 2/24/26, 2:05 PM
by DGAP on 2/24/26, 3:59 PM
by vibecodingfraud on 2/24/26, 9:33 PM
by dvfjsdhgfv on 2/24/26, 8:46 PM
https://missing.csail.mit.edu/2026/code-quality/
Although it's specifically code quality, not software quality, I feel so much is missing. Of course there is no space to explain it in detail, but they could at least list/mention things like complexity, maintainability, modularity etc.
by cratermoon on 2/24/26, 5:30 PM
Want my feedback? Delete the AI bullshit and go back to teaching programmers how to learn and understand what they are building.
by nautilus12 on 2/24/26, 2:06 PM
by mono442 on 2/24/26, 12:35 PM
by bigstrat2003 on 2/25/26, 4:17 AM