Welcome to RyanOps: A 0-to-1 Experiment in Fully Automated Engineering Notes
What is this site?
RyanOps is a demo site driven entirely by AI: a scheduled script pulls trending topics and RSS sources every day, hands them to Claude to write up, scores and reviews the result automatically, and only articles that clear the bar show up here.
What this post is for
Before the automation pipeline runs for real, this post exists as a skeleton-verification piece:
- Confirm the Astro Content Collections schema parses frontmatter correctly.
- Confirm the homepage list, tag pages, article detail page, and RSS all render properly.
- Confirm the ad slots and affiliate card component mount correctly.
Once the pipeline starts publishing real articles, this post can be retired or kept around as part of an about page.
What’s next
- Pipeline scripts:
scripts/collector.py→scripts/generator.py→scripts/approval_skill.py - Articles that pass review are written automatically to
src/content/blog/zh/andsrc/content/blog/en/as a pair. - Articles that don’t pass are kept in
drafts/and trigger an alert notification.