82What are Reflexion and self-critique loops, and when do they actually improve an agent?▼mediumAnthropicOpenAIGoogle DeepMind1 replies◆ premiumAgents can critique and retry their own work. The signal is knowing how Reflexion's verbal feedback loop operates, when self-critique genuinely helps versus when it is theater, and what makes it real.Open full answer →
102How does an agent know when it is done?▼mediumAnthropicOpenAICognition◆ premiumThe runaway loop gets all the attention. The failure that actually ships is the agent that declares victory on step 4 with half the work missing. The signal is a finish tool the harness can reject, and a completion check that reads the artifact instead of taking the model's word for it.Open full answer →
29Design an AI system for automated code migration (e.g. Python 2→3, framework upgrade, language port).▼hardGoogleMicrosoftCognition2 replies◆ premiumCode migration is a high-value agentic task with a strict correctness bar: the migrated code has to still work. The signal is grounding in the real repo, transforming in verifiable chunks, and gating on tests, never one huge LLM rewrite.Open full answer →
56How do you use AI tools in your own workflow, and how do you verify their output?▼mediumShopifyMetaAnthropic◆ premiumThe 2025-2026 AI-fluency screen. Interviewers look for a concrete daily workflow, a real verification discipline, and a story where the AI was wrong. Vague enthusiasm fails; here is what passes.Open full answer →