← All posts

AI + Dev Digest — September 12, 2026

Live satellite intelligence, ADHD-friendly AI output, autonomous trading bots, and more from today's GitHub trending.

Today's GitHub trending charts are dominated by tools that turn raw data into something a person can actually act on — a photorealistic globe full of live satellite feeds, a knowledge base that grows itself from your documents, and an AI agent output formatter built for the way ADHD brains actually read. The common thread is legibility: making complex, high-volume information navigable at a glance.

bilawalsidhu/gods-eye-view: Real Satellite Intelligence on a 3D Globe

This JavaScript project renders live open-source geospatial data on a photorealistic 3D globe in the browser, styled like a spy satellite feed. It pulled in the most stars of any repo today at 3,680. Rather than simulating satellite imagery, it uses publicly available spatial data sources, making it a genuinely functional intelligence dashboard rather than just a visual demo. The combination of real data and cinematic presentation makes it one of the more striking open-source projects to surface this year.

github.com/bilawalsidhu/gods-eye-view

ayghri/i-have-adhd: Keeping Your Coding Agent on Point

This Python tool tackles a real friction point with AI coding agents: their tendency to bury the actual answer inside walls of verbose output. It restructures agent responses to front-load the key information, cutting down on the scanning and re-reading that makes long outputs exhausting. It gained 3,463 stars today. Whether you have ADHD or not, the core insight — that agentic output should be structured for fast human consumption, not just correctness — is worth taking seriously.

github.com/ayghri/i-have-adhd

obra/superpowers: A Methodology for Agentic Development

Superpowers is a Shell-based skills framework designed around a specific software development methodology for working with AI agents. It reached 729 stars today. Rather than being a general-purpose agent toolkit, it's opinionated about how to structure agentic work: which tasks agents handle well, how to decompose problems, and how to layer human review back in at the right moments. For developers who've hit the ceiling of ad-hoc agent prompting, this kind of structured methodology is increasingly worth studying.

github.com/obra/superpowers

nashsu/llm_wiki: Documents Into a Self-Organizing Knowledge Base

This cross-platform desktop app takes a collection of documents and transforms them into a linked knowledge base, with automatic connection discovery between related concepts. It gained 647 stars today. The value proposition is modest but real: most document collections are silos, and the manual effort to cross-link and surface relationships rarely gets done. A tool that handles that step automatically — even imperfectly — changes what's practical to maintain as a personal or team knowledge resource.

github.com/nashsu/llm_wiki

alsk1992/CloddsBot: Autonomous Trading Across 1,000+ Markets

CloddsBot is an open-source AI trading agent that operates without human intervention across prediction markets (Polymarket, Kalshi) and crypto exchanges (Binance, Hyperliquid, Solana DEXs). It picked up 626 stars today. Fully autonomous financial agents raise obvious questions about risk, and the project is transparent that it's designed to run unsupervised. For developers interested in multi-market agent architecture or algorithmic trading infrastructure, the codebase is a concrete reference for how autonomous agents interact with financial APIs at scale.

github.com/alsk1992/CloddsBot