metrics.helpprompet.aiaisessions.devAI Sessions MCPpair.guidePairabsolutelyright.lolAuto PR Screenshots


metrics.help

November 2025

metrics.help

A quick reference for understanding ML training metrics. Paste your log lines and get explanations and links for the metrics you’re seeing.

Some metrics include graphs showing what healthy vs unhealthy progressions look like, helping you diagnose training runs at a glance.

React · Vite · Tailwind · Hosted on GH Pages

View on GitHubVisit Site


prompet.ai

November 2025

prompet.ai

An experiment in reinforcement learning: can a small vision-language model teach itself to draw?

I wired up a RL loop where Qwen3-VL (8B) generated SVG illustrations of cute pets, then rated those illustrations (converted to PNGs) on various criteria. The model acts as both creator and critic, iteratively improving its output through self-evaluation.

Python · PyTorch · TRL · GPU training on RunPod · Site hosted on GH Pages.

View on GitHubVisit Site


aisessions.dev

October 2025

aisessions.dev

A web platform for sharing AI coding sessions with the world. Upload and publish transcripts from Claude Code, Codex, and other AI coding assistants.

Built to make it easy for developers to showcase their AI-assisted development workflows, learn from each other’s sessions, and share interesting coding conversations. Inspired by Amp’s approach to sharing AI sessions.

Next.js · Hosting: Vercel / Neon (Postgress) / Upstash (Redis) + GCP Sensitive Data Protection

View on GitHubVisit Site


AI Sessions MCP

October 2025

AI Sessions MCP

A Model Context Protocol (MCP) server that provides access to your AI assistant CLI sessions from Claude Code, Gemini CLI, OpenAI Codex, and opencode.

Allows AI tools to search, list, and read your previous local coding sessions. Useful for finding past solutions, reviewing recent work, learning from previous conversations, and resuming interrupted tasks.

Go · Releases and binary signing in GH Actions

View on GitHub


pair.guide

September 2025

pair.guide

Notes on pair-coding with AI (previously humans.md). Bite-sized, practical lessons from coding with AI agents like Claude Code, Codex, and others.

Hugo · Hosted on GH Pages

View on GitHubVisit Site


Pair

September 2025

Pair

A CLI utility that orchestrates coding agents working together in a pair programming session. The navigator and driver roles can each run on different providers, using the SDKs from Claude Code and opencode.

Features:

  • Two-agent collaboration with distinct navigator and driver roles
  • Multi-provider and multi-model (Claude Code, opencode)
  • Flexible model configuration per role

TypeScript · Claude Code SDK · opencode SDK

View on GitHub


absolutelyright.lol

September 2025

absolutelyright.lol

A scientifically rigorous tracking system for how often Claude Code validates my life choices.

Tracks how many times Claude Code says “absolutely right” vs just “right” in coding sessions. Built with Rust (Axum + SQLite backend), HTML/JS frontend with “hand-drawn” charts, and Python scripts for collecting data from Claude Code sessions.

Rust · Axum · SQLite · Python scripts · Hosting on Fly.IO

View on GitHubVisit Site


Auto PR Screenshots

August 2025

Auto PR Screenshots

A GitHub Action that automatically captures and posts screenshots of your web app to pull requests. Perfect when using AI tools to create PRs, making it easy to visually see the changes.

Features:

  • Smart PR comments that update with each push
  • Simple setup with minimal configuration

TypeScript · GitHub Actions · Playwright

View on GitHub