chore: update nodes

This commit is contained in:
2026-02-06 12:53:40 -05:00
parent cd6eea2a7b
commit 7cb5692a5e

View File

@@ -1,14 +1,56 @@
### Rankings
## Description
## Agentic Tools
- [pi](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent)
- [opencode](https://github.com/anomalyco/opencode)
- [claude-code](https://github.com/anthropics/claude-code)
## Grading
Purely opinion based, but based on
- One-shot performance
- Follow up fixes
- UI design
## Rankings
### Overall
1. eval/pi-kimi-k2.5
2. eval/pi-qwen-coder-next-80b
3. eval/pi-glm4.7
4. eval/pi-glm4.7-flash
### Parameters: < 100B (Local)
1. eval/pi-qwen-coder-next-80b
- Almost one shot
- Nicest UI
- UI: ?/10
- Fixes:
- Invalid route (first fix commit) - very simple fix
- Not displaying content (second fix commit) - simple fix
2. eval/pi-glm4.7-flash
- UI: ?/10
- Fixes:
- FE wouldnt run on first try
- Had to downgrade a bunch of deps so it would run
- Used legacy packages
- UI is meh
3. eval/pi-devstral-small-2
- Wouldnt run
- UI: 2/10
- Fixes:
- ?
### Parameters: > 100B (Hosted)
1. eval/pi-kimi-k2.5
- UI: 9/10
- Fixes:
- Files List
- Editor Scrolling
- Duplicate `.md`
2. eval/pi-glm4.7
- UI: 7/10
- Fixes:
- files List
- Markdown Styling
- Delete Failure