Hacker News new | ask | show | jobs
by _pdp_ 343 days ago
> I've spent the weekend trying my hand at making an AI assistant SaaS (I can't believe this doesn't exist yet!), and the biggest lesson I learnt is that I need to pay attention to what Claude Code does.

It is part of the learning curve discovering that making a non-deterministic system act deterministically based on some vague instructions is actually pretty difficult.

1 comments

I don't need it to act deterministically, I just need it to be correct.
I mean, you need to deterministically produce correctness.
Most of us would be happy with the “probably approximately correct” standard for Claude code. ;)

https://en.m.wikipedia.org/wiki/Probably_approximately_corre...