
Soooo happy!
My son wanted to see his progression and not only did it help him improve his time, but it led me to my first build.

My son wanted to see his progression and not only did it help him improve his time, but it led me to my first build.
Im sure this isnt news to many, but I’ve been working through how to structure simple AI-assisted products, and came to a realization.
Tests and evals are not the same thing.
Say you’re building a simple resume feedback tool.
The user submits resume text, the AI reviews it, and the system returns structured feedback.
Software tests can check things like:
But those tests do not tell you whether the AI feedback is actually good.
That needs evals.
Evals check things like:
The way I’m thinking about it:
tests/ = software mechanics
evals/ = AI output quality
A product can pass all tests and still produce bad AI output.
Not sure if this is the right subreddit , but looking for a good resource that covers and links topics such that include but not limited to the following to better understand end to end AI system dev.
Any help appreciated, including another subreddit where I should post.