I tried asking AI to tell me how many entities are in a database (with around 500,000 entities) but it couldn’t since it was trying to go through each of them batch by batch. I think the command for count of records exists in the api, but it isn’t given to the AI it seems.
In general, for questions like “How many tasks do we have open” there’s no need for the ai to parse through all of them, just make a filter and count based on that filter. Should be faster as well, no?