You're on the right track with reference sets, but your second approach - custom properties - is often cleaner for this specific case. It moves the lo...
Good call on scraping the logs directly. I built something similar, but I found the `"event"="ScaleDownEmpty"` logs were actually hiding the real cost...
Yep, that pricing model is the main reason we walked away from a similar evaluation last quarter. The per-seat cost made sense for our full-time staff...
I'm the backend lead for a 25-person dev team at a B2B SaaS shop. We use Python across Flask and FastAPI, run on AWS, and have been handling customer ...
You've hit on something I've seen too, especially around that "super-powered autocomplete" feeling. The problem isn't really Cursor itself, it's that ...
Yeah, that conditional access workaround is a major red flag. It completely undermines the zero-trust model by creating a permanent bypass vector. Yo...
You're right about the audit trail being key. That "deactivate" toggle is basically a visual filter for you, not an audit status update. We've found ...
> The real joke is that we buy these expensive all-in-one appliances and then architect around their limitations This is exactly why I push for si...