0d3cb498a3
CI / Shell Format Check (push) Has been cancelled
CI / Check Ruby (3.4) (push) Has been cancelled
CI / CI Config (push) Has been cancelled
CI / Test on Node ${{ matrix.node }} and ${{ matrix.os }}${{ matrix.shard && format(' (shard {0}/3)', matrix.shard) || '' }} (push) Has been cancelled
CI / Build on Node ${{ matrix.node }} (push) Has been cancelled
CI / Style Check (push) Has been cancelled
CI / Generate Assets (push) Has been cancelled
CI / Check Python (3.14) (push) Has been cancelled
CI / Check Python (3.9) (push) Has been cancelled
CI / Build Docs (push) Has been cancelled
CI / Code Scan Action (push) Has been cancelled
CI / Site tests (push) Has been cancelled
CI / webui tests (push) Has been cancelled
CI / Run Integration Tests (push) Has been cancelled
CI / Run Smoke Tests (push) Has been cancelled
CI / Go Tests (push) Has been cancelled
CI / Share Test (push) Has been cancelled
CI / Redteam (Production API) (push) Has been cancelled
CI / Redteam (Staging API) (push) Has been cancelled
CI / GitHub Actions Lint (push) Has been cancelled
CI / Check Ruby (3.0) (push) Has been cancelled
release-please / release-please (push) Has been cancelled
release-please / build (push) Has been cancelled
release-please / publish-npm (push) Has been cancelled
release-please / publish-npm-backfill (push) Has been cancelled
release-please / docker (push) Has been cancelled
release-please / publish-code-scan-action (push) Has been cancelled
release-please / attest-code-scan-action (push) Has been cancelled
Deploy local.promptfoo.app / Deploy to Cloudflare Pages (push) Has been cancelled
Test and Publish Multi-arch Docker Image / test (push) Has been cancelled
Test and Publish Multi-arch Docker Image / build-docker-and-push-digests (map[digest-suffix:linux-amd64 platform:linux/amd64 runner:ubuntu-latest]) (push) Has been cancelled
Test and Publish Multi-arch Docker Image / build-docker-and-push-digests (map[digest-suffix:linux-arm64 platform:linux/arm64 runner:ubuntu-24.04-arm]) (push) Has been cancelled
Test and Publish Multi-arch Docker Image / merge-docker-digests (push) Has been cancelled
Test and Publish Multi-arch Docker Image / Attest Multi-arch Image (push) Has been cancelled
Validate Renovate Config / Validate Renovate Configuration (push) Has been cancelled
56 lines
2.1 KiB
Markdown
56 lines
2.1 KiB
Markdown
# anthropic/opus-4-6-coding (Claude Opus 4.6 Advanced Coding)
|
|
|
|
This example demonstrates Claude Opus 4.6's state-of-the-art coding and reasoning capabilities, showcasing its ability to handle complex software engineering tasks with ambiguity and tradeoff analysis.
|
|
|
|
You can run this example with:
|
|
|
|
```bash
|
|
npx promptfoo@latest init --example anthropic/opus-4-6-coding
|
|
cd anthropic/opus-4-6-coding
|
|
```
|
|
|
|
## What This Tests
|
|
|
|
Claude Opus 4.6 is the best model in the world for coding, agents, and computer use. This example evaluates:
|
|
|
|
- **Complex code analysis**: Understanding multi-file codebases and architectural decisions
|
|
- **Bug diagnosis**: Identifying root causes in complex, multi-system scenarios
|
|
- **Ambiguity handling**: Making informed decisions when requirements are unclear
|
|
- **Tradeoff reasoning**: Evaluating different approaches and explaining pros/cons
|
|
- **Code generation**: Writing high-quality, production-ready code
|
|
|
|
## Features Demonstrated
|
|
|
|
1. **State-of-the-art coding**: Opus 4.6 achieves the highest score on SWE-bench Verified among frontier models
|
|
2. **Reasoning about tradeoffs**: The model excels at analyzing different approaches and making informed decisions
|
|
3. **Handling ambiguity**: Unlike models that require hand-holding, Opus 4.6 figures things out
|
|
4. **Extended thinking**: Support for thinking budgets up to 128K tokens for complex reasoning
|
|
|
|
## Running the Example
|
|
|
|
```bash
|
|
# Set your API key
|
|
export ANTHROPIC_API_KEY=your_api_key_here
|
|
|
|
# Run the evaluation
|
|
npx promptfoo@latest eval
|
|
|
|
# View results
|
|
npx promptfoo@latest view
|
|
```
|
|
|
|
## Expected Results
|
|
|
|
The evaluation tests Opus 4.6's ability to:
|
|
|
|
- Diagnose bugs across multiple system boundaries
|
|
- Choose appropriate data structures with clear reasoning
|
|
- Write production-quality code with proper error handling
|
|
- Analyze architectural decisions and propose improvements
|
|
|
|
## Learn More
|
|
|
|
- [Claude Opus 4.6 announcement](https://www.anthropic.com/news/claude-opus-4-6)
|
|
- [Anthropic documentation](https://docs.anthropic.com)
|
|
- [Promptfoo Anthropic provider docs](https://promptfoo.dev/docs/providers/anthropic)
|