We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43f55 commit c2bf641Copy full SHA for c2bf641
db/data/people-per-episode.ts
@@ -3,6 +3,16 @@ import people from './people';
3
type PersonId = (typeof people)[number]['id'];
4
5
export default {
6
+ // 232
7
+ 'we-fired-the-tools-no-ralph-wiggum-no-training-wheels-just-agents': [
8
+ { id: 'robbiethewagner' },
9
+ { id: 'argyleink' }
10
+ ],
11
+ // 231
12
+ 'we-stopped-coding-by-hand-because-agentic-ai-is-too-good': [
13
14
+ { id: 'chuckcarpenter' }
15
16
// 230
17
'we-accidentally-deleted-programming-presented-by-coderabbit': [
18
{ id: 'robbiethewagner' },
0 commit comments