Skip to content

Commit dd9aaa0

Browse files
Update sponsors
1 parent 1c84ccc commit dd9aaa0

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

db/data/people-per-episode.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import people from './people';
33
type PersonId = (typeof people)[number]['id'];
44

55
export default {
6+
// 230
7+
'we-accidentally-deleted-programming-presented-by-coderabbit': [
8+
{ id: 'robbiethewagner' },
9+
{ id: 'argyleink' }
10+
],
611
// 229
712
'is-ai-just-stealing-with-extra-steps-presented-by-coderabbit': [
813
{ id: 'robbiethewagner' },

db/data/sponsors-per-episode.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
export default {
2+
// 230
3+
'we-accidentally-deleted-programming-presented-by-coderabbit': [
4+
{ id: 'code-rabbit' }
5+
],
26
// 229
37
'is-ai-just-stealing-with-extra-steps-presented-by-coderabbit': [
48
{ id: 'code-rabbit' }

src/content/transcripts/228.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Whiskey Web and Whatnot. Do not adjust your set.
99

1010
[00:00:36] Whiskey web and whatnot is brought to you by.
1111

12-
[00:00:41] Code reviews are critical, but time consuming code Rabbit acts as
13-
your AI co-pilot providing instant code review comments and potential impacts of
14-
every pull request beyond just flagging issues. Code Rabbit provides one click
12+
[00:00:41] Code reviews are critical, but time consuming CodeRabbit acts as your
13+
AI co-pilot providing instant code review comments and potential impacts of
14+
every pull request beyond just flagging issues. CodeRabbit provides one click
1515
fix suggestions and lets you define custom code quality rules. Using A ST GRE
1616
patterns, this catches subtle issues that [00:01:00] traditional static analysis
1717
tools might miss.
1818

19-
[00:01:02] Code Rabbit is the category defining platform for AI code reviews.
19+
[00:01:02] CodeRabbit is the category defining platform for AI code reviews.
2020
Built for modern engineering teams navigating the rise of AI generated
2121
development code Rapids context aware reviews, pulling dozens of points of
2222
context, making them the most comprehensive AI code reviews with customization
@@ -25,7 +25,7 @@ features that allow you to tailor your review to your code base.
2525
[00:01:20] Code Rapids comments and proof with time and interactions. Code
2626
Rabbit helps organizations catch bugs, strengthen security, and ship reliable
2727
code at Speed Trust by thousands of companies in open source projects worldwide.
28-
Code Rabbit helps reduce review time and bugs by 50%.
28+
CodeRabbit helps reduce review time and bugs by 50%.
2929

3030
[00:01:36] **Robbie Wagner:** Up on the rooftop reindeer paw, or, I was already
3131
wrong on that. Anyway,

src/content/transcripts/229.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Whiskey Web and Whatnot. Do not adjust your set.
1212
[00:00:41] **Adam Argyle:** As more and more code is generated, developers end
1313
up spending more time reading and reviewing code. This creates an issue on
1414
reliably shipping quality code. So even though AI is promising, a lack of proper
15-
guardrails can slow down teams. Code Rabbit is an AI code reviewer. Unlike AI
15+
guardrails can slow down teams. CodeRabbit is an AI code reviewer. Unlike AI
1616
code generators like Cursor, windsurf, or GitHub copilot it reasons and submits
1717
feedback [00:01:00] on your code base while you raise a pull request to merge
1818
code into your VCS code.
1919

2020
[00:01:03] **Adam Argyle:** Rabbit is a self-improving agent and it learns from
21-
your interactions and creates learnings. Code Rabbit generates one click commit.
21+
your interactions and creates learnings. CodeRabbit generates one click commit.
2222
Suggestions for some review comments, making it easy for developers to address.
23-
Review comments. Code Rabbit is used by 100,000 open source projects like you
23+
Review comments. CodeRabbit is used by 100,000 open source projects like you
2424
next Js, and it's installed on 2 million repositories so far.
2525

2626
[00:01:21] **Adam Argyle:** It's also performed more than 15 million PR reviews.
@@ -436,7 +436,7 @@ basically anything I ask it to these days.
436436
because I know what's better. So like, I think. Like, I was doing stuff with
437437
Ember data today and I'm like, I know that this thing isn't gonna work with it
438438
the way you did it. So like, having that human that knows to check you and be
439-
like, now maybe that could be Code Rabbit or like some other, you know, AI
439+
like, now maybe that could be CodeRabbit or like some other, you know, AI
440440
reviewer and maybe there is no human, but I think like, as long as they're the
441441
developer salaries are not hindering you're like making money, then why wouldn't
442442
you just keep them, like, keep the status quo?

0 commit comments

Comments
 (0)