Skip to content

Commit e4345d7

Browse files
committed
Update pictures for LLMs can't optimize schedules.
1 parent 63b0533 commit e4345d7

File tree

7 files changed

+562
-35
lines changed

7 files changed

+562
-35
lines changed

events/2025-09-23-LLMsCantOptimizeSchedules.html

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ <h1>
5454
</section>
5555
<section>
5656
<figure>
57-
<img class="fragment" src="../src/content/static/llms-cant/banjo-kitty-genai-chatgpt.png" width="60%"/>
58-
<figcaption>ChatGPT: "A cat sitting on a crocodile while playing the banjo"</figcaption>
57+
<img class="fragment" src="../src/content/static/llms-cant/banjo-kitty-genai-gemini.png" width="60%"/>
58+
<figcaption>Gemini (Nano Banana Pro): "A cat sitting on a crocodile while playing the banjo"</figcaption>
5959
</figure>
6060
</section>
6161
<section>
6262
<figure>
63-
<img class="fragment" src="../src/content/static/llms-cant/comedy-kitty-genai-chatgpt.png" width="60%"/>
64-
<figcaption>ChatGPT: "A cat in a tiny top hat hosting a stand-up comedy show for a crowd of impressed goldfish"</figcaption>
63+
<img class="fragment" src="../src/content/static/llms-cant/comedy-kitty-genai-gemini.png" width="60%"/>
64+
<figcaption>Gemini (Nano Banana Pro): "A cat in a tiny top hat hosting a stand-up comedy show for a crowd of impressed goldfish"</figcaption>
6565
</figure>
6666
</section>
67-
<section data-background-video="../src/content/static/llms-cant/video.mp4">
67+
<section data-background-video="../src/content/static/llms-cant/cat-stage-genai-gemini-veo3.1.mp4">
6868
</section>
6969
<section data-background-color="#3e00ff">
7070
<h2>GenAI Is Awesome 🚀</h2>
@@ -173,7 +173,6 @@ <h2>LLMs 🚶‍♂️🌳 ☀️</h2>
173173
<h2>Can reasoning models optimize a <span class="highlight-b">realistic schedule</span>?</h2>
174174
</section>
175175

176-
177176
<section data-background-image="../src/content/static/llms-cant/chatgpt-reasoning/error.png"
178177
data-background-size="contain"
179178
data-background-color="black">
@@ -451,45 +450,18 @@ <h2>Let LLMs write <br />the code</h2>
451450
data-background-image="../src/content/static/llms-cant/timefoldgpt.png"
452451
data-background-size="contain">
453452
</section>
454-
<section data-background-color="black"
455-
data-background-image="../src/content/static/llms-cant/future/paper-cc-by-openreview.net-0K1OaL6XuK.png"
456-
data-background-size="contain">
457-
</section>
458453
<section data-background-color="black"
459454
data-background-image="../src/content/static/llms-cant/future/agentic.png"
460455
data-background-size="contain">
461456
</section>
462457
<section data-background-color="black"
458+
data-background-image="../src/content/static/llms-cant/future/openevolve.png"
463459
data-background-size="contain">
464-
<h2>Integrate with <br />Model Context Protocol (MCP)</h2>
465460
</section>
466-
467-
468461
<section data-background-color="black"
469-
data-background-image="../src/content/static/llms-cant/AI-spaceTF.png"
462+
data-background-image="../src/content/static/llms-cant/future/openevolve-structure.png"
470463
data-background-size="contain">
471464
</section>
472-
<section data-background-color="black">
473-
<table>
474-
<tr class="highlight-b">
475-
<th>Technique</th>
476-
<th>Strengths</th>
477-
</tr>
478-
<tr class="fragment">
479-
<td>GenAI</td>
480-
<td>Data extraction</td>
481-
</tr>
482-
<tr class="fragment">
483-
<td>Machine Learning</td>
484-
<td>Prediction</td>
485-
</tr>
486-
<tr class="fragment">
487-
<td>PlanningAI</td>
488-
<td>Scheduling</td>
489-
</tr>
490-
</table>
491-
<p class="fragment" style="margin-top: 70px">We can do all of this in Java!</p>
492-
</section>
493465
</section>
494466

495467
<section id="conclusion">

0 commit comments

Comments
 (0)