-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcase-brendi.html
More file actions
368 lines (339 loc) · 18.7 KB
/
case-brendi.html
File metadata and controls
368 lines (339 loc) · 18.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brendi Case Study | Kodus</title>
<meta name="description" content="Before Kodus, I woke up to 3/4 PRs waiting for review—and 2 hours of my day gone in manual checks.">
<meta name="keywords" content="AI Code Review, Coderabbit alternative, Open Source AI Code Review">
<link rel="canonical" href="https://kodus.io/case-brendi/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Kodus">
<meta property="og:title" content="Brendi Case Study | Kodus">
<meta property="og:description" content="Before Kodus, I woke up to 3/4 PRs waiting for review—and 2 hours of my day gone in manual checks.">
<meta property="og:url" content="https://kodus.io/case-brendi/">
<meta property="og:image" content="https://kodus.io/assets/img/kodus_dark.png">
<meta property="og:image:alt" content="Kodus">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Brendi Case Study | Kodus">
<meta name="twitter:description" content="Before Kodus, I woke up to 3/4 PRs waiting for review—and 2 hours of my day gone in manual checks.">
<meta name="twitter:image" content="https://kodus.io/assets/img/kodus_dark.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Brendi Case Study | Kodus",
"description": "Before Kodus, I woke up to 3/4 PRs waiting for review—and 2 hours of my day gone in manual checks.",
"url": "https://kodus.io/case-brendi/",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
"name": "Kodus",
"url": "https://kodus.io/"
}
}
</script>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body class="benchmark-page">
<!-- ========== HEADER / NAV ========== -->
<header class="header" id="header">
<nav class="nav container">
<a href="/" class="nav__logo">
<img src="assets/img/kodus_dark.png" alt="Kodus" class="nav__logo-img">
</a>
<ul class="nav__links" id="navLinks">
<li><a href="https://docs.kodus.io/how_to_use/en/overview" class="nav__link nav__link--external" target="_blank" rel="noopener">Docs</a></li>
<li><a href="https://discord.gg/TFZBRk9fT6" class="nav__link nav__link--external" target="_blank" rel="noopener">Community</a></li>
<li class="nav__dropdown">
<a href="#" class="nav__link">Resources <span class="nav__chevron">▾</span></a>
<ul class="nav__dropdown-menu">
<li>
<a href="https://kodus.io/en/code-review-rules/">
<span class="nav__item-title">Kody Rules</span>
<span class="nav__item-desc">Library of production tested review rules for real world codebases.</span>
</a>
</li>
<li>
<a href="https://kodus.io/en/changelog-en/">
<span class="nav__item-title">Changelog</span>
<span class="nav__item-desc">Detailed release notes for every Kodus update.</span>
</a>
</li>
<li>
<a href="roi.html">
<span class="nav__item-title">ROI Calculator</span>
<span class="nav__item-desc">Model driven estimate of the impact of catching issues before they hit production.</span>
</a>
</li>
<li>
<a href="customers.html">
<span class="nav__item-title">Customers</span>
<span class="nav__item-desc">Engineering teams using Kody in their day-to-day code review process.</span>
</a>
</li>
<li>
<a href="https://docs.kodus.io/how_to_use/en/security/data_usage">
<span class="nav__item-title">Security</span>
<span class="nav__item-desc">Technical overview of how Kodus handles code, models and credentials.</span>
</a>
</li>
<li>
<a href="benchmark.html">
<span class="nav__item-title">AI Code Review Tools Benchmarks</span>
<span class="nav__item-desc">Practical comparison of AI code review tools using real pull requests.</span>
</a>
</li>
<li>
<a href="https://codereviewbench.com/">
<span class="nav__item-title">LLMs Performance Benchmark</span>
<span class="nav__item-desc">Evaluation of LLMs on real pull request diffs, not toy snippets.</span>
</a>
</li>
<li>
<a href="https://ai-skills.io/">
<span class="nav__item-title">Agent Skills Library</span>
<span class="nav__item-desc">Curated collection of agent skills and capabilities for AI agents.</span>
</a>
</li>
</ul>
</li>
<li><a href="https://kodus.io/en/insights-en/" class="nav__link">Blog</a></li>
<li><a href="pricing.html" class="nav__link">Pricing</a></li>
</ul>
<div class="nav__actions">
<a href="#" class="btn btn--github">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
<span id="ghStars">--</span>
</a>
<a href="https://app.kodus.io/sign-in" class="btn btn--outline-light">Login</a>
<a href="https://app.kodus.io/sign-up" class="btn btn--primary">Start Free Trial</a>
</div>
<button class="nav__hamburger" id="navHamburger" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
</nav>
</header>
<main class="chat">
<!-- Chat Header -->
<div class="chat__header">
<img src="assets/img/logos_new/brendi1.png" alt="Brendi" class="chat__header-avatar">
<div class="chat__header-info">
<h1 class="chat__header-name">Brendi × Kodus</h1>
<div class="chat__header-status">
<span class="chat__header-dot"></span> Case verified
</div>
</div>
<span class="chat__header-ref">REF: BRN-01</span>
</div>
<!-- Chat Thread -->
<div class="chat__thread">
<!-- System: Case opened -->
<div class="chat__system chat__system--divider">Case opened</div>
<!-- Client: Who they are -->
<div class="chat__msg chat__msg--client">
<img src="assets/img/logos_new/brendi1.png" alt="Brendi" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__bubble-name">Brendi</span>
We're an AI agent that automates WhatsApp support and mass messaging for restaurants. We've processed over <strong>4 million conversations</strong>, <strong>40 million messages</strong>, and <strong>2 million orders</strong>.
</div>
</div>
<div class="chat__msg chat__msg--client">
<img src="assets/img/logos_new/brendi1.png" alt="Brendi" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__bubble-name">Brendi</span>
Our team has <strong>25 developers</strong>. And code reviews have become a serious bottleneck.
</div>
</div>
<!-- System: Diagnostic -->
<div class="chat__system chat__system--divider">Diagnostic running...</div>
<!-- Client: Pain points -->
<div class="chat__msg chat__msg--client">
<img src="assets/img/logos_new/brendi1.png" alt="Brendi" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__bubble-name">Brendi</span>
We're spending around <strong>125 hours per week</strong> on reviews alone. PRs sit idle for 12 to 24 hours. Every morning there's a backlog of 3-4 PRs waiting.
</div>
</div>
<div class="chat__msg chat__msg--client">
<img src="assets/img/logos_new/brendi1.png" alt="Brendi" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__bubble-name">Brendi</span>
Senior devs are burning <strong>2 hours a day</strong> just doing manual checks — formatting, repeated mistakes, team conventions. The same stuff over and over.
</div>
</div>
<!-- System: Warnings -->
<div class="chat__system chat__system--warn">[WARN] 125 hrs/week consumed by reviews</div>
<div class="chat__system chat__system--warn">[WARN] PRs idle for 12-24 hours</div>
<div class="chat__system chat__system--err">[ERR] 3-4 PR backlog every morning</div>
<div class="chat__system chat__system--warn">[WARN] 2 hrs/day lost to manual checks</div>
<!-- System: Divider -->
<div class="chat__system chat__system--divider">Kody entering the chat...</div>
<!-- Kody: Solution -->
<div class="chat__msg chat__msg--kody">
<img src="assets/img/kody_profile.png" alt="Kody" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__bubble-name">Kody</span>
Got it. Let me take over the repetitive layer. Here's what I've set up:
<ul class="chat__checklist">
<li><span class="chat__check">✓</span> Custom Kody Rules configured</li>
<li><span class="chat__check">✓</span> Style guide matching enabled</li>
<li><span class="chat__check">✓</span> Low-value alerts filtered</li>
<li><span class="chat__check">✓</span> Automated pre-PR checks activated</li>
</ul>
</div>
</div>
<div class="chat__msg chat__msg--kody">
<img src="assets/img/kody_profile.png" alt="Kody" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__bubble-name">Kody</span>
I'll catch the formatting issues, enforce conventions, and flag repeated patterns before they reach your seniors. They'll only review what actually needs a human eye.
</div>
</div>
<!-- System: Integration complete -->
<div class="chat__system chat__system--ok">✓ Integration complete</div>
<!-- System: Divider -->
<div class="chat__system chat__system--divider">Results</div>
<!-- Metric cards -->
<div class="chat__metrics">
<div class="chat__metric">
<div class="chat__metric-value" data-countup="70">0%</div>
<div class="chat__metric-label">reduction in review time</div>
</div>
<div class="chat__metric">
<div class="chat__metric-value" data-countup="85">0 hrs</div>
<div class="chat__metric-label">reclaimed per week</div>
</div>
</div>
<!-- Client: Impact -->
<div class="chat__msg chat__msg--client">
<img src="assets/img/logos_new/brendi1.png" alt="Brendi" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__bubble-name">Brendi</span>
The impact was immediate. We went from 125 hours to around <strong>40 hours per week</strong> on reviews. That freed up roughly <strong>85 hours per week</strong> of senior engineering time. PRs move faster, context switching is down, and the team can finally focus on product work.
</div>
</div>
<!-- Quote -->
<div class="chat__msg chat__msg--client chat__msg--quote">
<img src="assets/img/logos_new/brendi1.png" alt="Brendi" class="chat__avatar">
<div class="chat__bubble">
<span class="chat__quote-text">"Before Kodus, I woke up to 3/4 PRs waiting for review — and 2 hours of my day gone in manual checks."</span>
<span class="chat__quote-author">— André Diogo, Product Engineer</span>
</div>
</div>
<!-- System: Case verified -->
<div class="chat__system chat__system--divider">Case verified — BRN-01</div>
</div>
</main>
<!-- CTA -->
<div class="chat__cta">
<div class="pixel-cta">
<div class="pixel-cta__window">
<div class="pixel-cta__bar">
<span class="pixel-cta__bar-text">NEXT_STEP.EXE</span>
</div>
<div class="pixel-cta__content">
<div class="pixel-cta__media">
<img src="assets/img/kody-review.png" alt="Kody Review" class="pixel-cta__kody">
</div>
<div class="pixel-cta__copy">
<h2 class="pixel-cta__title">Ready to let Kody review<br>your next PR?</h2>
<p class="pixel-cta__desc">Spin it up in under 2 minutes — cloud or self-hosted, no credit card.</p>
<div class="pixel-cta__actions">
<a href="https://github.com/kodustech/kodus-ai" class="btn btn--outline-light pixel-cta__btn">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
DEPLOY
</a>
<a href="https://app.kodus.io/sign-up" class="btn btn--primary pixel-cta__btn">
START FREE TRIAL
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ========== FOOTER ========== -->
<footer class="footer">
<div class="container footer__container">
<div class="footer__brand">
<a href="/" class="nav__logo">
<img src="assets/img/kodus_dark.png" alt="Kodus" class="nav__logo-img">
</a>
<p class="footer__tagline">The Open Source Alternative to CodeRabbit</p>
</div>
<div class="footer__columns">
<div class="footer__col">
<h4 class="footer__col-title">Legal & Contact</h4>
<ul class="footer__col-list">
<li><a href="https://kodus.io/en/privacy-policy/">Privacy Policy</a></li>
<li><a href="https://kodus.io/en/terms-of-use/">Terms of Use</a></li>
<li><a href="mailto:support@kodus.io">support@kodus.io</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Meet Kody</h4>
<ul class="footer__col-list">
<li><a href="pricing.html">Pricing</a></li>
<li><a href="customers.html">Customers</a></li>
<li><a href="https://kodus.io/en/code-review-rules/">Kody Rules</a></li>
<li><a href="roi.html">ROI Calculator</a></li>
<li><a href="https://docs.kodus.io/how_to_use/en/security/data_usage">Security</a></li>
<li><a href="https://status.kodus.io/">Status Kodus</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Resources</h4>
<ul class="footer__col-list">
<li><a href="https://kodus.io/en/insights-en/">Blog</a></li>
<li><a href="https://docs.kodus.io/how_to_use/en/overview">Docs</a></li>
<li><a href="https://kodus.io/en/changelog-en/">Changelog</a></li>
<li><a href="https://discord.gg/TFZBRk9fT6">Support Discord</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Helpful Links</h4>
<ul class="footer__col-list">
<li><a href="benchmark.html">AI Code Review Tools Benchmarks</a></li>
<li><a href="https://codereviewbench.com/">LLMs Performance Benchmark</a></li>
<li><a href="https://ai-skills.io/">Agent Skills Library</a></li>
<li><a href="https://kodus.io/en/how-software-engineering-teams-are-using-ai-to-be-more-effective/">White Paper</a></li>
<li><a href="https://kodus.io/en/kodus-vs-coderabbit/">Kodus vs Coderabbit</a></li>
<li><a href="https://kodus.io/en/kodus-vs-cursor-bugbot/">Kodus vs BugBot</a></li>
<li><a href="https://kodus.io/en/kodus-vs-github-copilot/">Kodus vs Copilot</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Our Network</h4>
<div class="footer__social">
<a href="https://www.linkedin.com/company/kodustech/" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="LinkedIn">
<img src="assets/img/linkedin.png" alt="LinkedIn" class="footer__social-icon">
</a>
<a href="https://twitter.com/kodustech" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="X (Twitter)">
<img src="assets/img/x-1.png?v=2" alt="X (Twitter)" class="footer__social-icon">
</a>
<a href="https://www.reddit.com/r/Kodus/" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="Reddit">
<img src="assets/img/reddit.png" alt="Reddit" class="footer__social-icon">
</a>
<a href="https://github.com/kodustech" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="GitHub">
<img src="assets/img/github.png" alt="GitHub" class="footer__social-icon">
</a>
<div style="flex-basis: 100%; height: 0;"></div>
<a href="https://discord.gg/TFZBRk9fT6" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="Discord">
<img src="assets/img/discord.png" alt="Discord" class="footer__social-icon">
</a>
</div>
</div>
</div>
<div class="footer__bottom">
<p>© 2026 Kodus. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>