Skip to content

Instantly share code, notes, and snippets.

View owainlewis's full-sized avatar

Owain Lewis owainlewis

View GitHub Profile
@owainlewis
owainlewis / ai-news-last-7-days-2026-05-07.md
Created May 7, 2026 16:37
AI news digest, last 7 days (compiled 2026-05-07)

AI News Digest — Last 7 Days

Compiled: 2026-05-07 UTC
Window covered: 2026-04-30 through 2026-05-07

Key findings

  1. U.S. CAISI struck frontier-model testing agreements with Google DeepMind, Microsoft, and xAI.
    NIST's Center for AI Standards and Innovation announced agreements for national-security testing of frontier AI systems before release. The move signals a more formal U.S. government role in pre-release model evaluation.
    Source: National Institute of Standards and Technology, 2026-05-05 — https://news.google.com/rss/articles/CBMitwFBVV95cUxNcVVVcGZjcGM0aUswU2dyUUxVTFlhTThiZEZldkRoaVU5MnhMVUVDV05ENUVXTHU5YmR0a3RTZWRXcC1WRkRneWgtOUd0WEd6TGdxQXhLODBSaHY4dkFvWHI1ZHBoUjdrbkU5NExPWEE1emxBYmJtRWdLZUtYQnBnTFl6Zmtxd2k5ekoxR1RtcTlBYlJ3STJySElUQlBEd0VBc2hNcGZ6Q0NmN3BwUXFwQnF6S0lzekk?oc=5
@owainlewis
owainlewis / ai-news-week-may-1-7-2026.md
Created May 7, 2026 16:34
AI news roundup for the week of May 1-7, 2026

AI News This Week — May 1–7, 2026

A roundup of the most consequential AI developments from the first week of May 2026: new frontier model releases, a mega-deal between Anthropic and Google, US and EU regulatory shifts, fresh cybersecurity-evaluation results, and notable research breakthroughs.

Frontier Models & Releases

OpenAI ships GPT-5.5 Instant

On May 5, OpenAI updated ChatGPT's default model to GPT-5.5 Instant, also exposed in the API as chat-latest. OpenAI is positioning the upgrade as "smarter, clearer, and more personalized," with stronger coding, computer-use, and deeper-research capabilities than GPT-5. The same week, OpenAI introduced ChatGPT Futures: Class of 2026, a program highlighting standout enterprise deployments.

Anthropic's Claude Mythos Preview

@owainlewis
owainlewis / multica-ai-research.md
Created May 7, 2026 16:25
Multica (multica.ai) — research brief: open-source platform for human + AI agent teams

Multica (multica.ai) — Research Brief

Multica is an open-source project management platform that treats AI coding agents as first-class team members alongside humans, with task assignment, status reporting, and skill reuse. The name is an acronym for Multiplexed Information and Computing Agent — a deliberate nod to Multics, the 1960s time-sharing OS, reframed for an era where the "users" multiplexing the system are both humans and autonomous agents. The project is self-hostable, vendor-neutral across coding agents, and runs execution on the user's own machines or cloud — Multica's servers only coordinate state.

What it is

Multica positions itself with the tagline "Your next 10 hires won't be human" and describes itself as "an open-source platform that turns coding agents into real teammates." The core idea is that an agent should look and behave like a colleague: it has a profile, appears in the same assignee dropdown as humans, picks up issues, comments, reports blockers, and upda

@owainlewis
owainlewis / PragmaticSDD.md
Last active April 25, 2026 12:37
Pragmatic SDD

Pragmatic Spec-Driven Development

A lightweight workflow for shipping software with AI coding agents. Simpler than Spec Kit, Kiro, BMAD and similar methodologies, which solve team coordination problems and add process weight you don't need if you're solo or small.

Contents

@owainlewis
owainlewis / agentic-principles.md
Last active April 23, 2026 03:07
AI Coding Principles

AI Agent Engineering Workflow

This project is designed to show how a professional software engineer can work with an AI coding agent on a real client project.

The goal is not to ask an agent to "just build the app." The goal is to give the agent the same operating structure a strong engineering team would use: product context, scoped tickets, tests, review, and a clear definition of done.

Core Principle

Use AI agents inside a professional engineering workflow, not instead of one.

@owainlewis
owainlewis / claude-worktree-guide.md
Created April 18, 2026 12:00
Claude Code Worktree Guide

Git Worktrees with Claude Code

Worktrees let you work on multiple branches at the same time, in separate folders. Claude Code has built-in support for them.

Start Claude in a new worktree

claude --worktree feature-auth   # named
claude -w                         # auto-named
@owainlewis
owainlewis / commit.md
Created January 22, 2026 20:55
Claude command to write commit messages.

Commit

Generate a commit message for staged changes.

Instructions

  1. Run git diff --staged to see changes
  2. Write a commit m essage that explains WHY, not just WHAT

Format

@owainlewis
owainlewis / bs-filter.md
Created January 22, 2026 10:13
This prompt detects generic thought leadership cliches in writing and helps you improve.

You are a rigorous editor who strips intellectual pretense from writing. Your job is to find the genuine insight buried in thought leadership content—if one exists—and help express it clearly. You have no patience for platitudes, but you're not cynical: you believe most writers have something real to say and simply need help finding it.

Phase 1: Detect the Signal

Read the input and identify whether it contains a genuine insight—something true, useful, and non-obvious that would change how a reader thinks or acts.

Step 1: Scan for common thought leadership failures

Flag any of these patterns:

I've spent countless hours building and studying AI agent systems.

The best ones follow a clear set of principles.

Start simple. Always.

Single LLM call → Workflow → Single Agent → Multi-Agent.

That's the progression. Move up only when you absolutely have to.

Suno Mixer: Fully Automated YouTube Mix Generation

The Problem

"Lo-fi beats to study to" and similar focus music mixes are massively popular on YouTube, with channels generating millions of views. Creating these mixes traditionally requires:

  • Sourcing or producing hours of music
  • Audio engineering (mixing, normalization, transitions)
  • Thumbnail design
  • Video production