Writing, research, and reflections on teaching agents, LLMs, and everything AI.
Built with Jekyll and the Alembic theme. Hosted on GitHub Pages.
bundle install
bundle exec jekyll serveVisit http://localhost:4000.
Create a file in _posts/ named YYYY-MM-DD-title.md:
---
layout: post
title: "Your Title"
date: YYYY-MM-DD
description: "Brief description"
tags: ["tag1", "tag2"]
---Push to main — GitHub Pages builds automatically.