The Next New Thing’s Andrew Warner and Adam Brakhane look at this week’s GitHub projects, with a recurring theme: open-source tools are turning expensive or specialized AI workflows into things people can run, inspect, and customize themselves. The roundup includes ten featured repos and seven audience submissions.
The top 10
- Archify — turns a system description into an interactive, clickable architecture diagram. The diagram is editable, so it can serve as both documentation and a living spec rather than a disposable generated image.
- God’s Eye View — a browser console for real-time planes, ships, satellites, wildfires, and public cameras. The useful core is consolidating scattered public tracking data into one navigable interface.
- OpenMAIC — Open Massive AI Empowerment Course: generates an immersive learning environment with slides and simulated classmates instead of returning another chat transcript.
- Go Modern Guidelines — gives coding agents current Go package, feature, and best-practice guidance so they are less likely to write code based on stale training data.
- OpenClaude — a Claude Code-style workflow rewired for OpenAI, Gemini, DeepSeek, or local models. The hosts could not identify a clear advantage over existing open tools, and the project itself warns that its legal position is unsettled.
- Scientific Agent Skills — more than 160 specialized skills for research and lab work, from querying scientific databases to genomics and chemistry calculations. Its specificity is the point: scientists can use the one or two skills relevant to their niche.
- MiniMind — an approachable recipe for training a small language model from scratch, including pre-training, fine-tuning, and preference optimization in readable PyTorch.
- OpenSEO — an open, customizable alternative to expensive SEO suites. The software is free; the data source costs money, or the hosted version costs $10/month.
- TimesFM — Google Research’s model for forecasting time-series data such as signups, impressions, or temperatures.
- Hindsight — reviews coding-agent sessions so mistakes and useful lessons can feed back into future work instead of being rediscovered every time.
Viewer submissions
- Model Deck — tracks remaining usage across AI subscriptions.
- Cortex Suite — persistent memory and codebase analysis for longer agent sessions, with Graphite integration.
- RTA Smriti Brain — local-first, evidence-aware project memory for coding agents.
- YouTube Subscriptions Ingest — turns subscribed videos into searchable Markdown; its first ingest processed 11,500 videos from 41 channels in 10 minutes.
- Reimagine It — creates a reusable visual design system that an agent can apply directly from an HTML style file instead of guessing at a vibe.
- Radiant — a native Mac app where multiple agents share a conversation, consult one another, and can use subscriptions or local models.
The stronger pattern across the roundup is practical rather than magical: make system context, design taste, model training, and agent memory explicit artifacts that tools can reuse.