Recent Stars

Jun 30, 2026

Tracking:2,150|Stars today:14|Star contributors:11

Go library providing automatic shell tab completions for applications built with the kong CLI framework

jotaen/kong-completion191h

It integrates directly into kong apps by intercepting completion requests and generating suggestions from struct annotations while allowing custom predictors for enhanced behavior. The implementation adapts established completion patterns rather than introducing new techniques, limiting adoption to the small subset of Go developers already using kong for their command-line tools.

AI Score
1
Breakout Potential
2
Novelty
3
Peter Steinberger ๐ŸฆžPS#382|@STEIPETE

Feed-forward model reconstructing 4D faces and dense tracks from arbitrary image sequences via canonical point prediction

kocasariumut/FaceAnything532h

It builds on a Depth Anything backbone fine-tuned to output per-pixel canonical facial coordinates, depth, and camera parameters that are fused into temporally consistent meshes, point tracks, and multi-modal visualizations. The canonical coordinate representation is a fresh unification of reconstruction and tracking that appeals mainly to computer-vision researchers and VFX pipelines rather than general developers.

AI Score
9
Breakout Potential
3
Novelty
8
Andrew Carr ๐ŸคธAC#484|@ANDREW_N_CARR

Open-source AR engine and 3D toolkit for building immersive web and native experiences

8thwall/8thwall3815h

It packages an ECS-based game engine, modular AR components for image targets and face effects, and three.js integrations, with SLAM delivered as a separate binary. The release converts a previously commercial platform into a conventional open AR toolkit whose audience remains limited to 3D and XR developers rather than becoming a broadly adopted primitive.

AI Score
2
Breakout Potential
3
Novelty
4
๐ŸŽญ๐ŸŽญ#1015|@DEEPFATES

Cloudflare worker serving geoid-corrected terrain tiles for Cesium and MapLibre globes

reearth/reearth-terrain97h

It fetches Mapterhorn DEM tiles on demand, blends them with a pre-cached EGM2008 geoid model inside a single worker, and emits quantized-mesh, Terrain-RGB, or Terrarium tiles referenced to the WGS84 ellipsoid. The approach is a narrow but useful refinement of existing terrain pipelines that only a modest audience of globe and GIS developers will need.

AI Score
1
Breakout Potential
3
Novelty
4
Bilawal SidhuBS#1760|@BILAWALSIDHU

BAML is a statically typed language with runtime types for building reliable LLM agents

BoundaryML/baml8.4k7h

It compiles to native code or runs as a standalone runtime and exposes typed function interfaces to Python, TypeScript, Go and other hosts while preserving schema information at execution time. The approach replaces ad-hoc prompt engineering and JSON parsing with a purpose-built surface that reduces schema violations and error handling boilerplate for teams shipping production agent workflows.

AI Score
10
Breakout Potential
7
Novelty
8
Simon WillisonSW#201|@SIMONW

Static verifier for AI agent workflows that checks symbolic plans with taint analysis and Z3

metareflection/guardians997h

Workflows are represented as an AST using symbolic references so that a verifier can run taint analysis, security automata, and Z3 theorem proving against a policy before any tool executes. The technique applies established formal-methods tooling to the prompt-injection problem that now affects every agent framework, giving security teams and agent-platform builders a practical way to enforce invariants at plan time.

AI Score
10
Breakout Potential
7
Novelty
8
Simon WillisonSW#201|@SIMONW

Portable GPU communication library delivering NCCL-compatible collectives with packet-spraying transport for heterogeneous hardware

uccl-project/uccl1.4k8h

UCCL implements a rearchitected collective layer and multi-path RDMA transport that supports Nvidia, AMD, and Broadcom devices plus EFA and TCPX fabrics while exposing the standard NCCL plugin interface. The design enables drop-in acceleration of LLM training and inference workloads across public clouds and mixed-vendor clusters where existing single-path libraries remain constrained.

AI Score
10
Breakout Potential
8
Novelty
7
Woosuk KwonWK#1672|@WOOSUK_K

Agent-orchestrated autoresearch loop for iteratively improving weather dynamical cores

khzhao/dynamaxx19h

It encodes a fixed multi-role protocol that spawns Researcher proposals, Evaluator triage, Implementer changes, and Scorer comparisons against WeatherBench2 fast/iteration/validation gates before accepting or reverting each candidate. The technique applies established agent scaffolding to a narrow numerical weather prediction niche, so adoption stays confined to specialized atmospheric modeling groups.

AI Score
9
Breakout Potential
3
Novelty
6
Stephan HoyerSH#1651|@SHOYER

End-to-end transformer for egocentric 3D hand-object pose estimation from single RGB images

Sid2697/HOPformer99h

HOPformer uses a cross-attention decoder that conditions object features on WiLoR hand priors inside one forward pass to jointly output bimanual MANO meshes, object pose, and class while tolerating heavy occlusion. The technique offers an incremental advance for the narrow egocentric hand-object interaction community rather than a broadly reusable primitive.

AI Score
9
Breakout Potential
3
Novelty
6
Andrew Carr ๐ŸคธAC#484|@ANDREW_N_CARR

Python framework providing humane browser automation and request handling to build undetectable scrapers

omkarcloud/botasaurus5.3k9h

It supplies a decorated task API with a stealth-enhanced driver, browser-like HTTP requests, parallel execution, caching, and one-command packaging into desktop or web apps. The approach consolidates known stealth techniques and developer utilities into a single workflow rather than introducing fundamentally new detection-evasion primitives, limiting its audience to scraping specialists.

AI Score
1
Breakout Potential
5
Novelty
4
Boris Dayma ๐Ÿ–๏ธBD#1549|@BORISDAYMA

Daily archive of political campaign fundraising emails fetched via IMAP and published as dated JSONL files

dwillis/political-emails410h

Scripts connect to Gmail via IMAP to retrieve fundraising emails daily, extract fields such as sender, subject, body, and party indicators, then store results in partitioned JSONL files under a date hierarchy. The method replicates common archival tooling without novel algorithms, so it appeals mainly to a narrow group of data journalists and campaign analysts seeking historical email corpora.

AI Score
1
Breakout Potential
3
Novelty
3
๐ŸŽญ๐ŸŽญ#1015|@DEEPFATES

Minimalist terminal coding agent and layered harness for building custom LLM agents

huggingface/tau40711h

Tau factors an agent into a provider-neutral harness that emits typed events, a durable JSONL session store, and ordinary typed tool functions while the outer coding layer supplies file, shell, and TUI frontends. Its explicit teaching focus and small readable layers give developers a concrete starting point for assembling their own agents rather than competing with production tools.

AI Score
9
Breakout Potential
4
Novelty
5
Julien ChaumondJC#335|@JULIEN_C

Research agent that autonomously compresses context using its own first-principles rubric

tianjianl/selfcompact112h

The ReAct agent runs three policies over web or corpus benchmarks and triggers self-summarization only after cheap gates plus a four-question model verdict on closed units, summarizability, progress, and non-stuck state. The rubric approach introduces model-driven compaction that avoids fixed schedules yet targets a narrow audience of deep-research agent developers.

AI Score
10
Breakout Potential
3
Novelty
8
Daniel Khashabi ๐Ÿ•Š๏ธDK#912|@DANIELKHASHABI

Component-driven C++ framework for developing flight software on CubeSats and embedded real-time systems

nasa/fprime11.1k15h

Fยด decomposes applications into reusable components connected via generated interfaces, message queues, and threading primitives, with Python-based modeling tools that emit C++ code for supported targets. The approach follows established patterns in safety-critical embedded development, so adoption stays confined to aerospace instrument and small-satellite teams rather than general embedded or systems programmers.

AI Score
1
Breakout Potential
3
Novelty
4
Max HodakMH#1121|@MAXHODAK_