The cleanest way to judge Same.new against Anything is on one concrete job: building a login-gated business app where each user can only see and edit their own records. That is where these tools stop looking superficially similar, because the challenge is not drawing a login screen - it is handling auth, data writes, and per-user access rules without quietly creating holes.
This job exposes the failure modes that actually matter. A tool can look impressive while generating polished UI, then fall apart once identity, database structure, and permission boundaries enter the picture. For business apps, the dangerous mistakes are not ugly components; they are brittle generated logic, weak access controls, and expensive fix loops around code most buyers are not equipped to audit.