Skip to content

Commit 2047253

Browse files
authored
[LA-2026] Fix program and add sponsor (#15707)
1 parent c93ffba commit 2047253

4 files changed

Lines changed: 30 additions & 2 deletions

File tree

assets/sponsors/a/anyshift.png

3.3 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
+++
2+
Talk_date = "2026-03-06"
3+
Talk_start_time = "13:45"
4+
Talk_end_time = "14:00"
5+
Title = "The Ralph Wiggum Loop: How Autonomous AI Loops Built My Serverless SaaS While I Slept"
6+
Type = "talk"
7+
Speakers = ["engin-diri"]
8+
+++
9+
10+
You ask an AI assistant to build something, grab coffee, and return to find it stopped three steps in. "Should I continue?" it asks politely. You're not coding anymore. You're babysitting. Checking every five minutes saves nothing.
11+
12+
Then I tried something different: the "Ralph Wiggum Loop." Named after the Simpsons character who cheerfully stumbles through chaos, it's a loop that continuously feeds a PROMPT.md file to Claude Code until infrastructure deploys successfully. Simple, maybe reckless, but it works.
13+
14+
I pointed this loop at a real project: a production-ready URL shortener SaaS on AWS. DynamoDB for storage, Lambda functions for creation and redirection, API Gateway, S3 static hosting, CloudFront with HTTPS, plus a landing page and dashboard.
15+
16+
Claude forgot IAM permissions on the first try. Put Lambda code in the wrong place. Took several attempts to configure CloudFront correctly. But it fixed each mistake and kept iterating.
17+
18+
The final output: working infrastructure, passing tests, and a working frontend.
19+
20+
<style>
21+
p {
22+
text-align: justify;
23+
}
24+
</style

data/events/2026/los-angeles/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ sponsor_levels:
132132
- id: community
133133

134134
sponsors:
135+
- id: anyshift
136+
level: silver
135137
- id: bloom-consulting-services
136138
level: startup
137139
- id: bellsoft
@@ -203,12 +205,12 @@ program:
203205
date: 2026-03-06T00:00:00-08:00
204206
start_time: "13:30"
205207
end_time: "13:45"
206-
- title: "arthur-freyman"
208+
- title: "engin-diri"
207209
type: talk
208210
date: 2026-03-06T00:00:00-08:00
209211
start_time: "13:45"
210212
end_time: "14:00"
211-
- title: "engin-diri"
213+
- title: "arthur-freyman"
212214
type: talk
213215
date: 2026-03-06T00:00:00-08:00
214216
start_time: "14:00"

data/sponsors/anyshift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "anyshift"
2+
url: "https://www.anyshift.io/"

0 commit comments

Comments
 (0)