Conversation
- Add "Production Deployment" section naming EC2/SQS/RDS + cross-AZ RDS, so "cost" is anchored to a concrete infra rather than left abstract. - Reframe "Your Task" as a 15-minute code review producing the top 3 changes to be implemented via AI prompting, matching how the exercise is actually run. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
🔐 Entro Security Scan Results✅ No Secrets FoundGreat news! No secrets were detected in PR #2. ℹ️ About Entro SecurityEntro is The Enterprise Security Platform for AI Agents & Non-Human Identities that helps organizations discover, monitor, and protect their secrets across the entire development lifecycle. This scan automatically detects exposed credentials, API keys, tokens, prompt-injection attempts, and other sensitive data in your code to prevent security breaches before they happen. |
alexei-minin-syg
approved these changes
Jun 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The exercise asks candidates to optimize for throughput and cost, but cost was under-specified. Candidates would default to scaling answers (which is throughput) because nothing in the README signaled the cost shape of the infra. We were waiting for answers like batching to the queue (per-request pricing) and reducing cross-AZ DB round-trips, but the README didn't make those levers visible.
This PR makes two changes to the README so the existing prompt does the work, without spoon-feeding answers:
Also includes the prior commit on this branch (architecture diagram upgrade).
Test plan
🤖 Generated with Claude Code