I'm talking about web/app UI validation, are we talking about the same thing?
Does F# provide ability to display validation errors with good UX to users using your app? How does it know what user friendly error messages look like?
Okay very simple example prompt that will generate 100+ lines of code.
"Give CRUD example using shadcn, react-hook-form, zod, trpc to create an example of a TODO app"
Which programming language would be able to replace the UI at this level of quality and how the UI looks?
Now this is very basic example, and it's a "todo app" without existing project, but I find it can give me a lot various different 100+ lines of boilerplate, from charts to sql explorers, to much else.
Also most web app developers and especially juniors usually have terrible error, loading, validation handling, and SOTA seems far superior to that, handling those cases everytime with ease and most intuitive error messages.
It will patiently always do "isLoading", checks for error, etc.