37Your platform is connecting agents to internal tools through MCP servers. How do you handle identity and authorisation?▼expertNewMicrosoftCloudflareGitLab2 replies◆ premiumAn agent is a workload that acts on behalf of a person, holds credentials for several systems, and decides what to call based on text it read. Every one of those properties breaks an assumption in your existing access model.Open full answer →
17Design a feature flag service used by 200 services. Why keep ordinary evaluation off the network path?▼mediumNewAtlassianGoldman SachsWalmart Global Tech○ sign inFlags sit on the request path of everything, so a slow flag service is a site-wide outage waiting to happen. Local snapshots, propagation numbers, and audit trails are what interviewers dig for.Open full answer →
43Teams are connecting agents to internal systems ad hoc. Design the gateway that goes in front.▼hardNewMicrosoftCloudflareAtlassian2 replies◆ premiumEvery team standing up its own tool server produces a permission surface nobody can enumerate. The gateway exists so that connecting an agent to a system is a reviewed act rather than a config file in somebody's repository.Open full answer →
52Legal says the EU AI Act applies to a feature you host. What does the platform actually have to provide?▼hardNewSAPSalesforceMicrosoft2 replies◆ premiumMost of the obligation lands on the product, but three parts land on infrastructure: an inventory of what is deployed, evidence of what it did, and the ability to turn it off. Those are platform capabilities and they take months to retrofit.Open full answer →