The Modern Purim: AI, Automation, and the Halacha of Work

Posted by Michael on March 3, 2026

This conversation started with a simple Slack ping: “If I ship code on Purim, do I lose the blessing?” Rather than crank out a dry responsum, I staged a playful Q&A between two versions of me: Am Ha’aretz Simple Michael (asks the obvious) and Rabbi Michael (quotes sources, steals the punchlines).

1 · Work vs. Blessing

Simple Michael: So what exactly counts as work on Purim? And what’s the big deal about a “sign of blessing” (siman bracha)?

Rabbi Michael: The Shulchan Aruch technically permits melacha on Purim, but the iron-clad minhag is to skip anything that drags us out of party mode. Heavy labor, paid gigs, deep-focus business tasks—skip ‘em. The warning is blunt: profits from Purim labor tend to evaporate via flat tires, cracked screens, or surprise dental bills.

2 · Physical vs. Digital vs. Delegation

Simple Michael: Example time: I build a bookshelf from scratch—problem?

Rabbi Michael: Classic Boneh. Unless you’re patching a roof leak, expect zero bracha.

Simple Michael: What about knocking out a quick Flask micro-service?

Rabbi Michael: Typing isn’t the issue; intent is. If it’s revenue-driven, bye-bye blessing. Personal tinkering? Totally fine.

Simple Michael: Delegate! If I tell a non-Jewish contractor to build it?

  • Non-Jewish worker: On Purim, amira l’akum is relaxed. You can ask, enjoy, and keep the bracha.
  • Jewish worker: They eat the no-bracha clause, and you flirt with Lifnei Iver. Hard pass.

Simple Michael: And if the “servant” is ChatGPT?

Rabbi Michael: AI ≠ moral agent. Prompt away—the only question is whether your typing is business or joy.

3 · Davar Ha’aved (Stopping a Loss)

Simple Michael: Futures crash on Purim morning—can I liquidate?

Rabbi Michael: Yup. Preventing an actual loss of principal is 100 % allowed. Just log out before you start “buying the dip.”

Simple Michael: Offered a three-day contract starting Purim day…

Rabbi Michael: Potential profit isn’t a loss. Negotiate timing. Already locked into penalties? Do the bare minimum or delegate overnight.

4 · Automation & Pipelines

Simple Michael: What if I pre-schedule an AI pipeline that hums along all Purim?

Rabbi Michael: Totally kosher. Beit Hillel: your tools don’t need rest. Just don’t debug mid-holiday.

Simple Michael: Can non-Jewish staff babysit the pipeline?

Rabbi Michael: Absolutely—profits keep their blessing, and you keep dancing.

5 · The “One Tiny Setup” Dilemma

Simple Michael: The only thing blocking my “one-click publish” is a 3-minute setup I actually enjoy. Good or bad?

Rabbi Michael: If it fuels your simcha and stays brief, go for it. If it mutates into a 20-minute SEO tweak-fest, schedule it for after the seudah.


Bonus · Bash Alarm Script

#!/bin/bash
# Define the file and target time
echo "⏰ Alarm set for 05:30."
echo "🚫 Keep the lid open and this terminal running."
TARGET_FILE="/tmp/Shoshanat Yaakov.mp3"
TARGET_TIME="05:30"

# Keep the Mac awake then blast the song three times
caffeinate -i bash -c "
  while [ \"$(date +%H:%M)\" != \"$TARGET_TIME\" ]; do sleep 5; done
  osascript -e 'set volume output volume 100'
  /Applications/VLC.app/Contents/MacOS/VLC --intf dummy --play-and-exit \"$TARGET_FILE\" \"$TARGET_FILE\" \"$TARGET_FILE\"
  echo '✅ Alarm finished.'
"

Duplicate the loop if you also want a 10:25 reminder.

Enjoyed this post?

Get an email when I publish something new. No spam, unsubscribe anytime.