74 points by 1zael 5 days ago | 20 comments | View on ycombinator
10000truths 5 days ago |
anthonypasq 5 days ago |
Maybe this is just different from web search, but it seems like the model needs sequential tool calls to know where to look next, and coding agents have already put in a lot of work to encourage parallel tool calling.
esafak 5 days ago |
nitwit005 5 days ago |
Normally you'd tell your customer they need to fix their code if they're doing something inefficient, but here, they didn't write the code and are presumably not expected to understand it.
vicentereig 5 days ago |
AgentMasterRace 5 days ago |
metalliqaz 5 days ago |
dopatraman 5 days ago |
1zael 5 days ago |
Ozzie-D 5 days ago |
Ribbing aside, the "rethinking" here sounds a lot like an AI-specific spin on the "bring the code to the data, instead of data to the code" paradigm. I imagine that the same multitenancy caveats of allowing arbitrary user-defined queries against a relational database (execution limits, access controls, etc.) will apply here as well.