rustyminnow 9 hours ago

https://www.byhand.ai/p/library

> AI by Hand is the research publication of By Hand Research, founded by Prof. Tom Yeh. By Hand Research studies model interpretability and explainability at the math and algorithm level. Subscribers receive free new articles and join live seminars. Members get access to our full research library.

zhainya 9 hours ago

I'm not sure what this is. Click past the subscribe page to get a bunch of links to descriptions of articles I could read if I was a subscriber?

  • mille562 9 hours ago

    Click "Later->" to bypass subscribe.

    • dominotw 9 hours ago

      dont see later

      • PTOB 5 hours ago

        Eventually, none of us do.

    • kevincox 2 hours ago

      I clicked "Back" to leave the user-hostile website.

      • arcfour 1 hour ago

        Yes. Convince me why your site is worth my attention, don't try to force it through a dark pattern and then try to justify why I should waste my time figuring it out.

  • lacoolj 8 hours ago

    Scroll all the way down and there's a video, it's a course he's making for deep-dive into how Qwen 3.6 works internally

megadragon9 8 hours ago

i created something similar a while back. Inspired by micrograd for showing the connection between math/calculus and code, then building along the way to a full NumPy deep learning library that I pretrained GPT-2 124M model with it. One way to learn is to trace through the PRs merged to the repo in chronological order.

The philosophy is the same: "What I cannot create, I do not understand." https://github.com/workofart/ml-by-hand

  • dominotw 7 hours ago

    wow this is nice work. i am diving into this world and was hoping to this exact thing. i am going to look to see how you did it. ty for sharing.

ThunderousVoid 5 hours ago

I’d say bad UX design. It may or may not be something good behind the door. But why do I enter?

copperx 8 hours ago

My professor used this "by hand" technique when teaching quantum computation algorithms, so I have a soft spot for it.

  • alok-g 4 hours ago

    Nice! Is that also accessible online?