←back to thread

803 points rexpository | 3 comments | | HN request time: 0.621s | source
1. 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 #
2. ocdtrekkie ◴[] No.44503175[source]
I think the idea is the manager can just use AI instead of hiring competent developers to write CRUD operations.
3. achierius ◴[] No.44503522[source]
This is clearly just an object example... it's doubtless that there are actual applications where this could be used. For example, "filter all support tickets where the user is talking about an arthropod".