https://github.com/vbcherepanov/breaking-prod
«Во все лёгкие» / Breaking Prod — сатирический сериал-сценарий про вайб-кодера, который продал ремесло за velocity. 10 серий, 2 языка (RU/EN). A Breaking Bad parody about vibe-coding.
https://github.com/vbcherepanov/breaking-prod
ai bilingual breaking-bad comedy developer-humor devops drama fiction llm parody programming-humor satire screenplay screenwriting tv-series vibe-coding
Last synced: about 4 hours ago
JSON representation
«Во все лёгкие» / Breaking Prod — сатирический сериал-сценарий про вайб-кодера, который продал ремесло за velocity. 10 серий, 2 языка (RU/EN). A Breaking Bad parody about vibe-coding.
- Host: GitHub
- URL: https://github.com/vbcherepanov/breaking-prod
- Owner: vbcherepanov
- License: other
- Created: 2026-05-30T19:45:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-30T20:43:58.000Z (about 1 month ago)
- Last Synced: 2026-05-30T22:12:08.214Z (about 1 month ago)
- Topics: ai, bilingual, breaking-bad, comedy, developer-humor, devops, drama, fiction, llm, parody, programming-humor, satire, screenplay, screenwriting, tv-series, vibe-coding
- Language: Shell
- Homepage: https://github.com/vbcherepanov/breaking-prod
- Size: 586 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

# Breaking Prod
[`🇷🇺 Русский`](./README.md) · **`🇬🇧 English`**
> A drama about a vibe-coder who sold his craft for velocity.
> Because vibe-coding is about doing it all the easy way, on vibes, without digging in.
[](https://github.com/vbcherepanov/breaking-prod/actions/workflows/ci.yml)



-lightgrey)
5 seasons · crime drama · a production hell
> **A note on the title.** The Russian title is *"Во все лёгкие"* — a pun on *"Breaking Bad."* It literally means "with all your lungs / at full tilt," but it folds in *лёгкий* ("easy, light"): doing everything the easy way, on vibes. The English release carries the title **Breaking Prod**.
---
## Logline
**Valentin Bely**, 52, spent 25 years writing C++ and Java by hand and knew every byte of his code. His "diagnosis": at standup, the team lead calls him *legacy* and sits him next to twenty-three-year-olds who close more tickets in a day than he does in a week. A mortgage, a daughter heading to college, no savings.
So Bely does the thing he swore he'd never do: he opens Cursor.
At first he despises it. Then he's good at it. Too good. The demo works on the first try, the PR passes the linter, the README is prettier than the whole team's. He gets hooked on the dopamine of speed — and slowly turns from a man who *understood* into a man who *ships.*
## Alter Ego
In underground Discord channels he's known as **Heisenbug** — the bug that disappears the moment you look at it. His code is recognized by its signature handwriting: it all compiles, it's all green, it's all perfectly formatted — and nobody on earth knows how it works. Including the author.
> — Say my namespace.
> — …Heisenbug.
> — You're goddamn right.
## Episodes
Season 1 — **10 episodes, complete.** It opens on a flash-forward (rooftop, boxers, burning Grafana) and spends all season getting there.
| # | Title | # | Title |
|---|---|---|---|
| S01E01 | [Works on My Machine](./en/episodes/s01e01-works-on-my-machine.md) | S01E06 | [Merge Conflict](./en/episodes/s01e06-merge-conflict.md) |
| S01E02 | [Deploy on Friday](./en/episodes/s01e02-deploy-on-friday.md) | S01E07 | [Chekhov's console.log](./en/episodes/s01e07-chekhovs-console-log.md) |
| S01E03 | [Retry With Backoff](./en/episodes/s01e03-retry-with-backoff.md) | S01E08 | [Rollback](./en/episodes/s01e08-rollback.md) |
| S01E04 | [Code Review](./en/episodes/s01e04-code-review.md) | S01E09 | [Force Push](./en/episodes/s01e09-force-push.md) |
| S01E05 | [Standup](./en/episodes/s01e05-standup.md) | S01E10 | [Postmortem (finale)](./en/episodes/s01e10-postmortem.md) |
→ [Full episode guide](./en/seasons.md) · [Characters](./en/characters.md)
## Season Moral
He sold the craft for velocity — and got an empire held together by duct tape and hallucinations, with not a single line he can vouch for.
---
## Repository Layout
```
.
├── README.md Russian (original)
├── README.en.md ← you are here (EN)
├── ru/
│ ├── characters.md
│ ├── seasons.md
│ └── episodes/
└── en/
├── characters.md Characters
├── seasons.md Episode guide
└── episodes/ Episode scripts
```
## Installation
```bash
git clone git@github.com:vbcherepanov/breaking-prod.git
cd breaking-prod
npm install # without reading, like everyone
npm run dev # 🔥
```
## Contributing
PRs are accepted only if:
- the linter is green
- the tests are green
- nobody, including the author, understands how it works
See [CONTRIBUTING.md](./CONTRIBUTING.md). Also: [CHANGELOG](./CHANGELOG.md) · [SECURITY](./SECURITY.md).
Check locally before a PR:
```bash
bash scripts/check-links.sh
```
## License
[MIT](./LICENSE). Nobody read it.