← 返回日报
略读 预计 2 分钟

We charge $10k a week to delete AI-generated code

摘要

文章标题为 We charge $10k a week to delete AI-generated code,描述 AI 生成的代码库在超过一定规模后,agent 无法全局视野而重复代码的问题。服务内容包括免费代码库分析,若可帮助则提供固定价格和减行数承诺,例如将 100000 行降至 35000 行相同功能;流程为坐下来按屏幕与端点逐一列出应用功能清单作为安全网,然后专注一周工作,合并重复代码并在必要时重构;交付后保留原代码、QA 清单、guardrails(CLAUDE.md、lint 规则、CI 检查),加两周保修。使用 Claude Code 并受严格控制,依赖三十年经验。费用为每周三名资深工程师 10,000 美元,按承诺减行数比例支付。行数通过 scc 工具计数(非空白非注释),禁止代码高尔夫。

荐读理由

他们针对AI slop代码提供免费分析+固定价格修复方案,交付后附带CLAUDE.md、lint规则、CI检查等guardrails,能减缓后续slop生成,这对AI工程创业者直接迁移到项目中

原文

Did that happen to you?

You have an AI-generated codebase that works, but adding a feature now takes days and breaks two other things? This happens to every vibecoded project past a certain size: the agent stops seeing the whole picture and starts duplicating code instead of finding it. We can help.

What we do?

We analyze your codebase for free. If we don't think we can help, we say so and you've lost nothing. If we can, you get a fixed price and a committed reduction target — something like "100,000 lines down to 35,000, same functionality."

Then we do one week of focused work. Before touching anything, we sit down with you and write out exactly what your app does, screen by screen, endpoint by endpoint. That checklist is our safety net and yours. Then we cut: the fourteen date formatters become one, the hand-rolled framework becomes a library, the duplicated logic collapses. Where the code is beyond saving, we distil what it does and rebuild that part clean.

You keep everything. The smaller codebase, the QA checklist, and a set of guardrails — a CLAUDE.md, lint rules, CI checks — that slow the slop down when you go back to building. Plus two weeks of warranty: if we broke something that worked before, we fix it free.

Yes, we use Claude Code too. On a very short leash. The difference is thirty years of combined experience about what maintainable code looks like, and the agent doesn't get a vote.

What it costs?

One week. Three senior engineers. $10,000. We commit to a reduction target up front, and you pay in proportion to how much of it we hit. Promised 50% and delivered only 20%? That's 40% of the target, so you pay $4,000. Hit the target or beat it, you pay full price.

Lines are counted by scc, non-blank and non-comment, and the contract bans code golf. We don't win by deleting your comments or compressing your code into something clever and unreadable.

We are not agents

Maciej
Kuba
Krzysztof

Talk to us

We're real people and we'd rather talk than exchange forms. If the story above sounds like your last three months, get in touch: maciej@odra.dev.

Bring your repo. The analysis is free either way.

Hacker News · 205 赞 · 108 评 讨论 → 阅读原文 →

这条对你有帮助吗?