Live data from Hacker News

Viewing profile — anishathalye

anishathalye

HN member
Joined
Fri, Mar 21, 2014, 3:40 AM UTC
HN karma
3,431
Public activity
222 items

About anishathalye

anishathalye.com

phd student @ mit, interested in systems, verification, security, and AI

[ my public key: https://keybase.io/anish; my proof: https://keybase.io/anish/sigs/YRVEA6S72qWpNVsXVWiRPESWpq8XLK2F-dqajqGbjQ8 ]

Recent public activity

  1. story
  2. comment
    Comment #48181327

    I recently gave a guest lecture on AI Agent Security in MIT's 6.566 class (a survey course on computer systems security). We covered: - Foundations of LLMs, from next-token predict…

  3. story
  4. story
  5. comment
    Comment #47579618

    I was working on AI in 2018 too :) At that time, I was quite interested in adversarial examples and ML security.

  6. comment
    Comment #47138760

    MIT already has an excellent class on Ethics for Engineers: https://e4e.mit.edu/

  7. comment
  8. story
    The Missing Semester of Your CS Education – Revised for 2026

    We returned to MIT last month to teach a revised version of Missing Semester, six years after the original debut (which has been extensively discussed on HN, in https://news.ycombi…

  9. comment
    Comment #47075563

    We (@anishathalye, @jjgo, @jonhoo) returned to MIT during IAP (January term) 2026 to teach a new iteration of Missing Semester, a class covering topics that are missing from the st…

  10. story
  11. comment
    Comment #45255829

    Good point, I see how the example can be confusing. Updated the example to have `reverse=True` and a comment, hopefully that clarifies things.

  12. comment
    Comment #45255814

    For sure! I share your feelings about good science and honesty in academia :)

  13. comment
    Comment #45251057

    Yeah, that was just a design choice that I made: I wanted a library that worked with `Iterator`s, felt more lightweight to me / fit my immediate needs better. I'm personally not a …

  14. comment
    Comment #45250927

    I think semantic data processing in this style has a nonempty set of use cases (e.g., I find the fuzzy sorting of arXiv papers to be useful, I find the examples in the docs represe…

  15. comment
    Comment #45250441

    That was a small self-contained example that fit above the fold in the README (and fwiw even last year’s models like GPT-4o give the right output there). That `sort` is based on pa…

  16. story
  17. comment
    Comment #45212787

    Hi HN! I've been thinking a lot about semantic data processing recently. A lot of the attention in AI has been on agents and chatbots (e.g., Claude Code or Claude Desktop), and I t…

  18. story
  19. story
  20. comment
    Comment #44076792

    Looks like the 2023 lectures weren't uploaded to YouTube, but the lectures from earlier iterations of the class, including 2022, are available publicly. For example, see the YouTub…

  21. comment
    Comment #44076034

    Implementing an ACME client is part of the final lab assignment for MIT’s security class: https://css.csail.mit.edu/6.858/2023/labs/lab5.html

  22. story
  23. story
  24. story
  25. comment
    Comment #40916623

    I see someone posted this before I was able to do it :) Hi HN! For the last six years, I've been working on techniques to build high-assurance systems using formal verification, wi…