Home
WorkBlogTalksPapersAbout
Nikita Kozodoi

Blog

29Posts
Nikita Kozodoi

Medical Content Creation in the Age of Generative AI

  1. Home
  2. Blog
  3. Medical Content Creation in the Age of Generative AI
Nikita KozodoiDecember 202411 min read

Drafting disease awareness content experts can revise in place

GenAIHealthcareIDP
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.

Nikita Kozodoi

Written by Nikita Kozodoi

Senior Scientist on the AWS FDE team. I publish applied AI research and embed with engineering teams to build custom AI systems, from scoping and experimentation to fine-tuning and production deployment.

See my workGet in touch

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

Pages

  • Work
  • Blog
  • Talks
  • Papers
  • About

Social

  • LinkedIn
  • GitHub
  • Google Scholar
  • X / Twitter
  • Instagram

Contact

  • n.kozodoi@icloud.com
  • Buy me a coffee
  • Download CV
  • RSS feed
  • Berlin, Germany

© 2026 Nikita Kozodoi. All opinions are my own.