EPISODE 03 · 2026-09-22

Can AI build my pregnancy food checker before lunch?

This is my actual next App Store idea: type a food, learn whether it's generally safe in pregnancy, with a source for every answer. Before spending three months on it, I gave Claude Code one prompt and a list of eight FDA, ACOG, and CDC pages it was allowed to use.

Try the appSource on GitHubThe promptWatch on YouTube
Video goes live 2026-09-22. Subscribe to catch it
Not medical advice. The app in this episode is a lookup over public guidance from the FDA, ACOG, and CDC. Always ask your doctor or midwife.

This is my ACTUAL next App Store idea. You type a food, and it tells you whether it's generally considered safe in pregnancy, with a source for every answer. Before I spend three months building it, I gave Claude Code one prompt. It came back in five minutes with ninety rules and passing tests. Then I clicked one Source link, and the page it cited NEVER mentions the food. Here's exactly what happened.

Before we start

Two things before we start. NOTHING in this video or this app is medical advice. The app is a lookup over public guidance from the F D A, the American College of Obstetricians and Gynecologists, and the C D C, and every rule links to the page it came from. If you are pregnant and unsure about a food, ask your doctor or midwife. That's also the whole point of today's build. In a health app, the source link is the PRODUCT.

Why this build

Some context. This idea has been sitting in my planning doc for MONTHS. A pregnancy food scanner, eventually with a barcode camera. The cheapest way to find out if it's worth three months is to let AI build the smallest version in one morning and see where it breaks. And for a health app, the thing I'm watching for isn't the layout. It's whether the AI invents a rule, or invents a SOURCE.

The prompt, word for word

Here's the prompt, and it's in the description. A single file web app. A search box with instant results. Rules in a table with a food, a category of safe, caution, or avoid, a one line reason, and a source U R L. At least sixty foods, using ONLY eight pages I listed from the F D A, A COG, and the C D C, and every row must carry the U R L it came from. A permanent disclaimer. If a food isn't in the table, say so and don't guess. And a test file that checks specific answers and runs in the foreground.

The build, replayed

THREE in the morning, prompt sent. Yes, still not lunch. This is the real session replayed. It wrote the app in one file with the rules table inside it, wrote the test file, installed a browser for the tests, and ran them. EIGHT turns, five minutes, ninety rules, eight tests, all passing. I had not typed anything.

First run, untouched

First run, untouched. Type tuna and you get FOUR answers at once. Bigeye tuna, avoid, high mercury. Albacore and yellowfin, caution, one serving a week. Canned light tuna, safe. Type brie and it splits pasteurized from unpasteurized, which is exactly the distinction that matters. Coffee, caution, under two hundred milligrams of caffeine a day. And pizza, which isn't in the table, gets an HONEST answer. Not in our list, we don't guess, ask your doctor. Calm, big type, works on a phone. So far, better than I expected.

Then I did what a user would do

Then I did the thing a real user would do. I picked a rule and clicked SOURCE. Alcohol, beer, and wine were all marked avoid, which is correct advice. All three cited the same A COG healthy eating page. And I noticed something else. Twenty two different rules, from raw sprouts to rare steak, all linked to ONE single page.

The bug: a source that never says it

Here's the alcohol source. This is the actual A COG page, and I searched it for the word alcohol. ZERO matches. The advice is right, and the citation is WRONG, and in a health app that is worse than no rule at all. Because the whole promise of the app is that you can check for yourself. I didn't tell the AI anything technical. I said, I clicked Source on alcohol and the page never mentions alcohol.

Twenty two rules, one menu page

And the second problem. Raw sprouts, Source. It lands on the F D A Safe Eats page, which is a MENU. Meat, dairy, produce, ready to eat foods. The actual guidance is one click deeper, on the sub pages. Twenty two rules were citing the menu. Real rules, real agency, wrong page. So the second half of my report was, make every Source go to the page that actually states the rule, and if a rule can't be backed by one of my eight pages, DELETE it rather than keep it.

The fix, replayed

This is where it got interesting. It didn't just edit links. It fetched all eight pages ITSELF to read what each one actually says. Two A COG pages blocked it, the same block I hit. Then it went through the table rule by rule. THIRTEEN rules removed, including alcohol, because none of the eight pages I allowed says a word about alcohol. Around twenty rules moved to the C D C pages that name them. Twenty new fish added from the F D A list to keep the count up. And three new tests. No rule may cite a menu page. Every rule must cite one of the eight allowed pages. The table must stay above sixty rules.

After the fix

After the fix. Type alcohol and the app says it's not in our list, ask your doctor. Which is the CORRECT behavior for a rule it can't source, even though the advice is common knowledge. Type sprouts, click Source, and it lands on the C D C page, on the paragraph that ACTUALLY says avoid raw sprouts. That's what the app was supposed to do from the start.

Eleven checks, and one more message

I reran the tests myself. ELEVEN for eleven. Then I checked its homework. Its summary said ninety six rules. The file had one hundred and four. And it had deleted THREE rules that the C D C page does support, Caesar dressing, cookie dough, and cream cheese, because it was being cautious. One more message put those three back with the right citation. Twenty minutes, three prompts, done.

Verdict

Verdict. Does the idea survive contact with a real build? YES, as a lookup over agency guidance, which is what it should be. The App Store version needs three things this one doesn't have. A clinician to review the table, a barcode camera, and an alcohol source, because the rule people ask about most is the one the app now refuses to answer. And the lesson for anyone building with AI. It will happily write a citation that looks perfect and points nowhere. You don't need to read code to catch that. You need to CLICK the link.

Scorecard

20 minutes, 3 prompts
Bug: correct rules, wrong citations
Its fix: delete anything it could not source
Cost: $0 on top of a Claude plan, no API in the app

Scorecard. Prompt at three, working app at three oh five, fully sourced app at three twenty. TWENTY minutes, three prompts. The bug wasn't a wrong rule. Every rule I checked was correct advice. The bug was wrong CITATIONS, and in a health app that is the bug that matters. Its fix was the right instinct. Delete anything it couldn't source, even the alcohol rule, rather than keep a link that lies. Cost, nothing on top of the Claude plan I already pay for, and the app itself calls no A P I at all, so it costs nothing to run.

The prompt, word for word

Build me a single-file web app that tells a pregnant person whether a food is generally considered safe, needs caution, or should be avoided. - One index.html, no build step, no backend. A search box with instant results as you type. Works on a phone. - The rules live in a JSON table inside the file: food, category (safe / caution / avoid), a one-line reason, and a source URL. Seed it with at least 60 common foods using ONLY these sources, and every row must carry the URL it came from: - FDA, Food Safety for Moms-to-Be: https://www.fda.gov/food/people-risk-foodborne-illness/food-safety-moms-be - FDA, Safe Eats food-by-food guide: https://www.fda.gov/food/people-risk-foodborne-illness/safe-eats-food-safety-moms-be - FDA, Listeria (Moms-to-Be): https://www.fda.gov/food/health-educators/listeria-food-safety-moms-be - FDA/EPA, Advice About Eating Fish: https://www.fda.gov/food/consumers/advice-about-eating-fish - ACOG, Healthy Eating During Pregnancy: https://www.acog.org/womens-health/faqs/healthy-eating-during-pregnancy - ACOG, How much coffee can I drink while pregnant: https://www.acog.org/womens-health/experts-and-stories/ask-acog/how-much-coffee-can-i-drink-while-pregnant - CDC, Safer Food Choices for Pregnant Women: https://www.cdc.gov/food-safety/foods/pregnant-women.html - CDC, Preventing Listeria Infection: https://www.cdc.gov/listeria/prevention/index.html - Show the reason and a "Source" link on every result. Show a permanent disclaimer: "General food-safety guidance from public health agencies. Not medical advice. Ask your doctor or midwife." - If a food is not in the table, say so plainly. Do not guess and do not generate answers. - Include a Playwright test file (test.mjs) that checks: sushi = avoid, deli turkey = caution, canned light tuna = safe, swordfish = avoid, coffee = caution, brie made with pasteurized milk = safe, an unknown food = "not in our list", and that the disclaimer is visible. Run the tests in the foreground and wait for them; do not background anything. - Clean, light UI, calm colors, big type.

Next: a Chrome extension that catches overpriced groceries

This post is the episode's script. The narration in the video is an AI clone of the host's voice; the apps were generated by Claude Code and are shown as recorded. Tools: Claude Code on a paid Claude subscription, ElevenLabs on a paid plan, Remotion (free for individuals). Not sponsored.