Show HN: Checking Pope's election results with smoke test script for chimney

26 vasusen 12 5/8/2025, 4:13:44 PM github.com ↗
This Playwright test script uses AI to test if there's smoke coming out of the Sistine Chapel chimney and whether that smoke is white. The test only passes if the smoke is white.

Currently, set to use Google Gemini Flash 2.0, but you can switch it to use other LLM providers/models by setting the environment variable in the Github actions workflow: https://github.com/donobu-inc/donobu-papal-election-tests/bl...

I've set it to run every minute during the Papal Conclave election times - https://github.com/donobu-inc/donobu-papal-election-tests/ac...

Comments (12)

devonbleak · 54d ago
Alternative version: check for dings on my phone from every news outlet sending a notification about it.
hcaz · 54d ago
What was your motivation to use AI for this instead of simple image analysis?
ksajh · 54d ago
Writing prompts is much simpler than image analysis plus they make a AI test framework thingy
vasusen · 54d ago
Image analysis would be better. I just wanted to test it quickly with different models (Gemini, GPT 4o, etc.) using an AI testing framework I am building
akmarinov · 54d ago
AI’s cool
codr7 · 54d ago
AI is for cool fools
akmarinov · 54d ago
Test should be passing now
vasusen · 54d ago
It passed right when the smoke started coming out - https://github.com/donobu-inc/donobu-papal-election-tests/bl...
aitchnyu · 53d ago
Instead of AI looking at your code and browser and writing Playwright scripts, AI is directly controlling browser and asserting over tests. Do we have to wait for on-prem multimodal low latency AI for this to be viable?

And nice "smoke test" and making me curious about your product.

vasusen · 53d ago
Yes, Google gemini flash and other models are reasonably fast but on-prem multimodal models will make these dramatically better. We are prepping for that future by being local-first including a desktop app.
alkh · 54d ago
How much did you end up spending on API credits for Flash 2.0?
vasusen · 54d ago
$0.29 over the past 2 days