Login Sign Up
Advert
Your ad spot
Reserve this exclusive slot for the selected period.
Buy advertising →
Telegram community logo - Шось про айтішку
Added 06 Dec 2025

Шось про айтішку

@smthng_dev
Number of subscribers: 1 807
Photos: 549
Videos: 196
Links: 690
Description:
Фронтенд, ШІ, FPV, собаки та село Чат https://t.me/+oo6Cid6vhhNiZDRi
Source

Шось про айтішку | якщо вас теж задовбало шо Claude Code постійно недороблює роботу до кі...

Telegram community logo - Шось про айтішку Шось про айтішку @smthng_dev
2 270 Views/Reach 2026-04-02 21:33 Message №1347
якщо вас теж задовбало шо Claude Code постійно недороблює роботу до кінця, то от вам скрипт для патчингу апки, який змінює зашиті промптина простих задачках різниці не побачите, але на чомусь більш складному змінена версія точно покаже себе краще, тест на скріншотіhttps://gist.github.com/roman01la/483d1db15043018096ac3babf5688881Patch: Output efficiency IMPORTANTBefore: "Try the simplest approach first. Do not overdo it. Be extra concise."After: "Choose the approach that correctly and completely solves the problem."Patch: Brevity ≠ thoroughnessBefore: "Lead with the answer, not the reasoning"After: Adds: "these guidelines apply to messages, NOT to thoroughness of code changes"Patch: One sentence ruleBefore: "If you can say it in one sentence, don't use three"After: "does not apply to the thoroughness of your implementation work"Patch: Anti-gold-platingBefore: "Don't add features beyond what was asked"After: "if adjacent code is broken or contributes to the problem, fix it"Patch: Error handlingBefore: "Don't add error handling for scenarios that can't happen"After: "Add error handling at real boundaries where failures can occur"Patch: Three lines ruleBefore: "Three similar lines better than premature abstraction"After: "Use judgment about when to extract shared logic"Patch: Subagent gold-plate (2x)Before: "don't gold-plate, but don't leave it half-done"After: "Do the work a careful senior developer would do, including edge cases"