Making software with LLMs is more productive, but less fun.
We got rid of the coding flow part where weโre irrationally confident and left behind only the validation partโwhere weโre irrationally anxious.
@dowskimania for convex-swift what is your recommended pattern for one shot queries? (convex.query), convex-swift only exposes subscribe, mutation, and action, no one shot reads. Right now im using subscribe().first() -> async/await to hit the query cache. Is there a better way?