بنقرة واحدة
model-eval
Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Generate a session handoff document capturing the current working state for the next session.
استنادا إلى تصنيف SOC المهني
| name | model-eval |
| description | Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries. |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Run a side-by-side model evaluation for an agent, comparing two Bedrock models on identical queries.
us.amazon.nova-2-lite-v1:0)us.anthropic.claude-sonnet-4-6)If no custom queries provided, pull real user queries from Athena to build a domain-specific eval dataset:
SELECT message, tools_invoked, response_time_ms FROM extralife_chat_logs.chat_logs WHERE agent = '{agent_name}' ORDER BY timestamp DESC LIMIT 50eval-datasets/{agent_name}-{date}.jsonl for reuseIf Athena has insufficient traces (< 20 for the agent), fall back to generating queries in Phase 1.
aws lambda get-function-configurationeval-{model}-q{N})aws lambda update-function-configuration --environmenteval-{modelB}-q{N})See Scoring Template for the judge prompt and comparison table format.
Present:
Add a ## Model Evaluation section to the relevant spec with:
Optionally export the eval dataset + results to S3 in Bedrock Model Evaluation JSONL format for future use with Bedrock's built-in eval tools.
get-function-configuration.