Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 896 Bytes

File metadata and controls

33 lines (23 loc) · 896 Bytes

Seren Blogs

This repository contains all blog posts for the SerenAI website.

Structure

seren-blogs/
└── blogs/
    └── YYYYMMDD_Title-of-Blog-Post.md

Naming Convention

Blog posts follow the format: YYYYMMDD_Title-of-Blog-Post.md

  • Date prefix ensures chronological ordering
  • Hyphens replace spaces in titles
  • All files are Markdown (.md)

Writing Guidelines

  • Target audience: AI agent developers and software engineers
  • Include code examples where applicable
  • Use ASCII art diagrams for visual explanations
  • Add tags at the end of each post for categorization

Resources