README

Engineering Blog

This directory contains blog posts focused on engineering topics, particularly around building AI agents and technical deep dives.

URL Structure

Content Format

Blog posts should be written in Markdown with frontmatter. Here's the expected format:

---
title: "Your Post Title"
description: "Brief description of the post"
date: "YYYY-MM-DD"
author: "Author Name"
readTime: 5
tags: ["tag1", "tag2", "tag3"]
image: "/images/engineering/your-image.png"
---

# Your Post Title

Your content here...

Frontmatter Fields

Topics

This blog is focused on:

Audience

The target audience is developers and engineers interested in building AI-powered systems, not marketing professionals.