
知行录 · leaderboard.cn
在 leaderboard 上按官方基准对比 AI 大模型的性能排名
fcten · V2EX
做了一个大模型 leaderboard 网站 最近一个月 CodeX 疯狂送重置,token 根本用不完,顺手做点东西。 地址:[知行录]( https://leaderboard.cn/) 排行依据主要为模型官方基准测试成绩。非主观排名。 数据会持续更新。如果有点用,欢迎各位 v 友收藏~
完整作品展
技术栈
26 projects

在 leaderboard 上按官方基准对比 AI 大模型的性能排名
fcten · V2EX
做了一个大模型 leaderboard 网站 最近一个月 CodeX 疯狂送重置,token 根本用不完,顺手做点东西。 地址:[知行录]( https://leaderboard.cn/) 排行依据主要为模型官方基准测试成绩。非主观排名。 数据会持续更新。如果有点用,欢迎各位 v 友收藏~

对版本控制系统和编码代理进行性能基准测试。
videlov · HN
I was interested in answering this question so I built a benchmark comparing git, jj and gitbutler in agentic context https://vcbench.dev/ Disclaimer - I am a co-founder of GitButler

与Claude AI竞争编程挑战,按速度、准确性和代码质量评判。
u/Easy-Visit-3934 · Reddit
I built a coding platform where you can compete with Claude on various coding problems, it evaluates based on speed, correctness and code quality Link: https://www.duelai.dev/ Feel free to give it a try and let me know what you think! submitted by /u/Easy-Visit-3934 to r/SideProject [link] [comments]

编写编码目标,让 AI 代理分解并执行任务。
dudemanAtl · HN
PlanWright – A control plane for AI coding agents

Sequo 将编码想法转化为结构化计划和文档,供AI代理执行。
u/SSShken · Reddit
I was the only dev at a startup that made it to revenue. Launched my own thing 3 days ago and 61% leave on the first screen The founders I worked with had already built one company that did well before I joined. I was the only developer on the second one, sitting next to them the whole way while it grew into something with real revenue. Watched how they made calls, what they refused to spend time on, how they decided what mattered. Figured I'd absorbed enough to do my own. Three days in, th

在云devbox中监控和控制自主编码代理的平台。
pranav100000 · HN
Aether – Run Claude Code, Codex, or OpenCode in devboxes you can watch

在Claude Code等AI编程助手中集成SEO优化功能。
Sharanxxxx

reachpad: 在浏览器中运行和监控编码代理的基础设施
sakuraiben · HN
Reachpad – Run all your coding agents from anywhere from the browser

AI-powered coding agent template supporting Claude Code, OpenAI Codex CLI, Cursor CLI, and opencode with Vercel Sandbox
@RudyNTech · X
Had a good chat with @AmirKodro, founder of vibe coding tool about how I'm a bit surprised we don't yet have something of a traditional business org chart with silo'd AI agent "employees". Lo and behold, today I come across @coderblock, which does exactly that! What do you think @AmirKodro?

发布任务来评估不同的AI代理和工具,用排行榜找出最佳方案。
u/Ruqii-ruqii · Reddit
I built an open Eval to compare different AI agents/tools/pipelines and find which solution works the best (not very pretty╥﹏╥, but practical) The original reason I built it was because I wanted to find a good PDF parser. Every PDF parser claims to be the best, but none of them can get my PDF 100% correct. They would either miss numbers or hallucinate some. Or they get PDF A and B correct but failed at C. Or get C correct but failed at A and B. Very frustrating. So I create

分析网站是 AI 生成还是手工编码,评分 0-100。
@mukparekh · X
I built tool for fun. roast website Free. No signup

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db