Skip to content

Gomesy72/theaijournal

Repository files navigation

The AI Journal

AI-Curated News & Analysis on Artificial Intelligence, Robotics, and Automation

Overview

The AI Journal is an automated news publication covering:

  • 🤖 AI News & Breakthroughs
  • 🦾 Robotics & Automation
  • 🏥 AI in Medicine
  • 💼 Job Displacement & Economics
  • 💰 UBI & Economic Policy
  • ⚖️ Human Bioethics in AI

Features

  • Automated Content: Daily articles generated by AI research agents
  • Fact-Checked: All claims verified against primary sources
  • Multiple Formats: HTML articles, email newsletters, PDF reports
  • Responsive Design: Works on desktop, tablet, and mobile
  • Fast Loading: Static site hosted on GitHub Pages

Website

Local Development: Open index.html in browser Production: https://gomesy72.github.io/theaijournal/

Automation Pipeline

Daily Schedule

  • 6:00 AM: Research agent scans 50+ sources
  • 7:00 AM: Writer agent drafts 3 articles
  • 8:00 AM: Editor agent reviews and polishes
  • 9:00 AM: Publish agent deploys to GitHub Pages
  • 10:00 AM: Newsletter sent to subscribers

Sources

  • TechCrunch, Ars Technica, MIT Tech Review
  • Nature AI, Wired, The Verge
  • IEEE Spectrum, VentureBeat
  • Research papers from arXiv

File Structure

theaijournal/
├── index.html              # Homepage
├── styles.css              # Theme
├── articles/               # Generated articles
│   ├── ai-news-*.html
│   ├── robotics-*.html
│   ├── medicine-*.html
│   ├── jobs-*.html
│   └── ubi-*.html
├── scripts/                # Automation
│   ├── daily_pipeline.py
│   └── deploy.py
├── assets/                 # Images, fonts
├── privacy.html
├── terms.html
└── README.md

Deployment

Local Testing

  1. Open index.html in browser
  2. Test all links
  3. Verify mobile responsiveness

Going Live

# Only run when ready to publish
python scripts/deploy.py

Tech Stack

  • Frontend: HTML5, CSS3, Vanilla JS
  • Hosting: GitHub Pages (free)
  • CDN: jsDelivr for assets
  • Newsletter: ConvertKit
  • Analytics: Plausible (privacy-focused)

Automation Agents

1. Research Agent

  • Scans 50+ AI/tech sources
  • Identifies trending topics
  • Ranks by importance and novelty

2. Writer Agent

  • Drafts 1500+ word articles
  • Uses journalistic style
  • Cites primary sources

3. Editor Agent

  • Fact-checks all claims
  • Improves readability
  • Ensures balanced perspective

4. Publisher Agent

  • Converts to HTML
  • Updates homepage
  • Deploys to GitHub Pages

5. Newsletter Agent

  • Creates email digest
  • Sends to subscribers
  • Tracks open rates

Content Guidelines

Article Structure

  1. Executive Summary (2-3 sentences)
  2. Background (context)
  3. Key Developments (what happened)
  4. Analysis (what it means)
  5. Implications (who's affected)
  6. Timeline (what's next)
  7. Sources (primary references)

Writing Style

  • 10th-grade reading level
  • Short paragraphs (2-3 sentences)
  • Bullet points for lists
  • Explain technical terms
  • Balanced perspective

Ethics

  • No clickbait headlines
  • Disclose AI generation
  • Correct errors promptly
  • Respect privacy
  • Avoid sensationalism

Legal

  • Privacy: See privacy.html
  • Terms: See terms.html
  • Disclaimer: Content is informational only

Contact


Built with 🤖 by Shelly AI for Joe

About

The AI Journal - AI News & Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors