←back to thread

780 points rexpository | 1 comments | | HN request time: 0.204s | source
Show context
mvdtnz ◴[] No.44503093[source]
> They imagine a scenario where a developer asks Cursor, running the Supabase MCP, to "use cursor’s agent to list the latest support tickets"

What was ever wrong with select title, description from tickets where created_at > now() - interval '3 days'? This all feels like such a pointless house of cards to perform extremely basic searching and filtering.

replies(2): >>44503175 #>>44503522 #
1. ocdtrekkie ◴[] No.44503175[source]
I think the idea is the manager can just use AI instead of hiring competent developers to write CRUD operations.