Home
BlogTalksPapersAbout
Nikita Kozodoi

Blog

27Posts
Nikita Kozodoi

Medical Content Creation in the Age of Generative AI

Home
Blog
Medical Content Creation in the Age of Generative AI
Nikita KozodoiDecember 2024

Drafting disease awareness content experts can revise in place

Read the full post on AWS Blog

Disease awareness material has to do two things at once. It has to hold up scientifically, and it has to read clearly for someone who is frightened and isn't a clinician. Hitting both usually takes weeks, most of it spent on peer review rather than writing, so revision is the bottleneck rather than drafting.

We built an assistant on Amazon Bedrock that takes the same inputs a content agency would get: curated scientific references chosen by medical experts, plus a brief covering tone, audience, length and any rules that apply. Amazon Textract parses the source PDFs, including tables and annotated figures. S3 caches the extracted text, Lambda holds the generation logic behind a WebSocket API so drafts stream into a Streamlit UI, and Amazon Translate handles other markets.

The part that moves the needle is the revision loop. Experts send instructions and comments straight to the model and get a revised draft back, instead of marking up a document and waiting for a rewrite. That turns weeks into hours, and it keeps the subject matter expert in control of the wording, which matters when a sentence can affect how someone manages their illness.

Audience selection is a first-class input rather than an afterthought, since the same references produce different content for patients and for healthcare professionals. For companies working across several regions, that is where most of the reuse comes from. Medical text also has to be right, so the system carries fact-checking and rules-evaluation guardrails, which we cover separately.

Related content

Blog

Medical Legal Regulatory Review Orchestration with AI Agents on AWS

2026
Blog

Scaling Medical Content Review at Flo Health Using Amazon Bedrock

2026
Talk

Multi-Agent Medical Content Review

2026

© 2026 Nikita Kozodoi. All opinions are my own. RSS