AI page
Repos people are talking about
Ranked by growth inside the window: stars and forks gained, percentage growth, mentions, and how recently the code was pushed. Size alone counts for nothing. Each repo read and explained by AI.
- 1
Laya is a Python library that makes fast, single-forward-pass decisions over text — yes/no answers, scores, or choices from typed options — in 100+ languages. Instead of generating tokens like an LLM, it uses non-autoregressive checkpoints (ModernBERT-based) trained with RL, plus a router that automatically picks the right model per request, running in tens of milliseconds.
Why now: It's trending as a newly released, heavily starred project, amplified by a dev.to article where the author says a frontier lab validated his earlier non-autoregressive decision-model idea.
- 2
Jev Ultrafast is a Python browser agent that completes a natural-language goal by controlling a real Chrome browser. Instead of a large model choosing free-form actions, it builds an indexed table of page elements and uses one TypeSafe API call to pick an operation (click, select, scroll, wait) and target, with a small LLM only generating text for typing. The README demos a Google Flights search in ~7 seconds.
Why now: It recently appeared on GitHub's 'new repos, most starred' lists with over 20,000 stars in days, driven by a viral speed demo and the opening of the Browser Use Cloud waitlist.
- 3
Kev is a family of small open decision models built on Qwen3.5/3.8, following the Jev architecture. They answer yes/no, multiple-choice, and rating questions with calibrated probabilities. You can use pretrained weights in four sizes (0.8B to 27B), fine-tune on your own labeled data, and serve them locally or with a one-command deploy that scales to zero.
Why now: It's an open, self-hostable drop-in replacement for TypeSafe's hosted Jev API — the TypeSafe SDK works unchanged — and benchmarks show the 27B model approaching Jev's accuracy.
- 4
ZCode is an AI coding workbench from Z.ai that ships as a desktop app, browser-based interface, and terminal agent. The monorepo includes the client, backend services, shared UI, and the source for its Agent CLI and runtime, which can run a TUI or local web UI via a single `zcode` command, with optional SSH/WSL remote workspace support.
Why now: Recently released v3.14.3 and quickly climbing GitHub trending with ~6.8k stars within days of the repo's creation.
- 5
Compositor is a free, open-source image editor for Mac built in Swift as a Photoshop alternative. It focuses on compositing and post-processing workflows, offering layers, masks, adjustment layers, selections, painting and retouching tools, filters, and a Camera Raw-style panel, with the full Xcode project available so anyone can modify features.
Why now: It has been rapidly gaining stars on GitHub as a trending new project, tapping into frustration with Adobe's pricing and promising a familiar, genuinely full-featured free alternative on Mac.
- 6
OpenMuse is an open-source personal AI agent template built with CopilotKit and AG-UI for iOS, Android, and web. It gives the agent its own computer—a persistent Chromium browser, optional Linux terminal, and file workspace—so you can ask for an outcome, review its plan and actions, and pause, resume, or take over the browser session yourself.
Why now: Freshly released and gaining traction on GitHub's most-starred new repos, backed by 38-second mobile and web demos showing the agent browsing and handling email.
- 7
SemIf is an open-source Python project that lets software make small semantic decisions (routing, retries, yes/no checks) using open LLMs like a 4B Qwen model, reading typed option probabilities directly instead of generating and parsing text. It reproduces the interface pattern of TypeSafe's closed Jev service and runs locally on a consumer GPU, Apple Silicon, or even CPU, with a browser demo.
Why now: It's trending as a popular open-source alternative to TypeSafe's closed Jev service — recently renamed from OpenJev, with active development, a no-waitlist browser demo, and 4.3k stars within a week of creation.
- 8
A Claude Code plugin and npm library that replaces lossy LLM-based context compaction with verbatim pruning: instead of summarizing old turns, it scores every tool call and result in fast API requests and deletes or truncates only the stale ones. Kept user and assistant text stays verbatim, recent messages are pinned, and it can also be used as a standalone TypeScript package.
Why now: It appeared among the most-starred new repos, likely because it offers a fresh alternative to lossy context-window compaction in Claude Code workflows.
- 9
Jev 聊天助手 is an Android 'conversation copilot' that reads the chat currently on your screen (via accessibility services, no app hooking or repackaging), uses LLMs to analyze the other person's intent and draft candidate replies, then fills them into the input box — you decide whether to send. It supports QQ, X DMs, and Feishu (with OCR fallback), and lets you configure your own model APIs.
Why now: It's trending on GitHub's most-starred new repos (~6.7k stars days after its September 2026 release), notable for its non-invasive screen-reading approach and its decision-then-draft pipeline.
- 10
Laya-MLX is a native Apple Silicon (MLX) runtime for Laya typed decision models: instead of generating text, it returns structured answers (e.g. picking a department from a choice list) for short English questions. It runs fully locally with no PyTorch, Transformers, or cloud API, achieving ~13 ms median latency (7.4 ms multilingual) on an M3 Max, with a pip-installable Python API and a Snake-game demo.
Why now: It's trending among newly starred repos, likely due to the low-latency local typed-decision demos (Snake at 75 moves/s) and benchmark claims versus text-generation approaches.
- 11
apk-reverse is an Agent Skill for Android APK reverse engineering. Rather than a tutorial, it's a structured procedure meant to be loaded by AI coding agents (Claude Code, Codex, etc.), guiding them through debloating, ad removal, dex patching, repacking, and runtime/server analysis using override rules, gates, symptom indexes, and helper scripts to prevent agents from making repeated mistakes.
Why now: It's trending as a newly created, heavily starred repository, notable for its novel approach of encoding reverse engineering workflows as agent-consumable skills with guardrails against typical LLM failure modes.
- 12
Search is a lightweight, free macOS web browser built on WebKit, made by design studio Office Commun. It strips browsing down to tabs and a single address/search field, with built-in ad blocking, reading mode, element hiding, picture-in-picture video, keychain password storage, and support for Chrome extensions via WebKit's extension engine. No accounts, sync, or telemetry; about 3 MB in size.
Why now: It was featured on Hacker News, likely drawing attention as a minimalist alternative to bloated browsers like Chrome and Arc, with Chrome extension support on WebKit as a notable hook.
- 13
Jianying Headless is a local automation tool for Jianying Pro (剪映) on macOS that turns structured JSON editing plans into editable drafts with multi-track video, audio, text, keyframes, and effects. It can modify existing projects in isolated copies and export verified H.264/AAC MP4s via the native Jianying engine, with a bundled Agent Skill and CLI. A Windows FFmpeg export path exists but doesn't produce editable drafts.
Why now: It's gaining stars as a trending new repo, showcasing a validated 23-track Hypit-to-Jianying project handoff that passed full 1507-frame native export checks — notable for AI-driven video editing workflows.
- 14
AirCard is a macOS app that lets you customize the appearance of Apple Wallet cards and the iPhone lock screen passcode keypad on iOS 18+ without jailbreaking. It detects cards via a connected iPhone, lets you assign custom artwork per card or in bulk, and includes a creator for .passthm passcode themes with photo framing and real-time previews. It works standalone with no extra tools required.
Why now: It's gaining attention as one of the most-starred new repos, riding interest in no-jailbreak iOS theming via the 'airlift' exploit.
- 15
Bespoke Nimble is an open recipe for building a fast, typed classification model. Given text and a schema of questions (multiple-choice or true/false), Bespoke-Nimble-9B returns each answer with per-choice probabilities in a single step, no chain-of-thought reasoning. The repo covers contrastive data curation, LoRA fine-tuning of Qwen3.5-9B, and serving, runnable on Apple Silicon or NVIDIA GPUs.
Why now: It's trending as a new, highly starred open replication of TypeSafe's Jev System One model, with a recently released 9B checkpoint, public training data, and a shared benchmark suite.
- 16
CLM is a Python library serving Contrastive Language Model-8B, a model trained contrastively to connect states and actions for fast 'System One' decision-making. It exposes a TypeSafe-compatible API for scoring states, asking typed questions (boolean/choice/score), and ranking candidate answers. A vLLM embedding server plus a small 75 MB reference head make serving lightweight, with cached state/action embeddings for low latency.
Why now: It just launched as a highly starred new repo (v0.1, ~1.5k stars within a day), claiming performance on par with a rival 'Jev' at up to 9× lower latency and new SOTA verifier results on Terminal-Bench 2.1 and DeepSWE, plus an open invitation to benchmark it.
- 17
A TypeScript trading bot that runs an AI model (Jev) against the Kuru MON-USDC order book on Monad, posting a fresh post-only limit order every ~300 ms block to earn the spread rather than pay it. It streams decisions, quotes, fills, gas costs, and PnL to a dashboard via SSE, with a dry-run mode when no private key is set.
Why now: A brand-new, quickly-starred repo (2.4k stars within a day) demoing AI-driven block-by-block market making on Monad, with a live public dry-run dashboard.
- 18
awesome-jev is a curated list of public projects, integrations, and discussions that use Jev — TypeSafe AI's 'System One' model that turns unstructured state plus a typed question into a typed decision (choice, score, or boolean) with a confidence value. The list organizes real-world usage by category and application domain, with strict inclusion rules and explicit warnings that listing is not endorsement.
Why now: It appeared among the most-starred new repos, likely riding interest in the Jev launch and its typed-decision approach; it also explicitly addresses controversy around bulk, low-quality submissions.
- 19
disktree is a desktop disk-usage analyzer that scans a disk (your home directory by default) and draws every directory as a nested treemap sized by real disk cost. You navigate with keyboard or mouse, mark folders and files to delete, review the list, then commit — with free space always visible. Built in Rust with GPUI, it integrates with the Omarchy desktop theme.
Why now: It's trending on GitHub's most-starred new repos, gaining over 1,200 stars within roughly a day of its first release — likely driven by its polished treemap UI and Omarchy association.
- 20
NanoJev is a small open-source Python replica of Jev, a 0.6B 'parallel decision' model. Instead of decoding tokens, it takes game states and questions and directly outputs probability distributions over 2–255 candidate choices. The repo includes an end-to-end training pipeline, datasets, and a single checkpoint that plays ViZDoom, Maze, and Snake.
Why now: A recent update (Sept 20, 2026) showed one checkpoint beating the original Jev on ViZDoom benchmarks, with side-by-side browser replays comparing NanoJev, Jev, and untuned Qwen — driving attention on trending repos.
- 21
AirCard-iOS is a Swift/Rust app for iOS 27+ that customizes Apple Wallet card artwork, lock screen passcode dialer themes, and PosterBoard wallpapers directly on device without jailbreak. It talks to internal system services via a LocalDevVPN loopback tunnel, supports batch card flashing, .passthm theme import/export, .tendies wallpaper installation, and is sideloaded as an IPA via SideStore, AltStore, or TrollStore.
Why now: It's trending as one of the most-starred new repos, likely for showcasing on-device system customization without a jailbreak on iOS 27.
- 22
Dream-RSI is a research project (paper from Google, DeepMind, UMD, UVA) on recursive self-improvement of AI agents. Its key idea is to use accumulated discovery history as a replay simulator so the agent can improve its own exploration strategy, evaluated across 8 tasks in algorithm engineering, math optimization, and GPU kernel engineering, with results like 1.22x faster downstream runtime.
Why now: It's a freshly released preprint (Sep 2026) from Google/DeepMind researchers that quickly gained ~1200 stars, and it claims progress on recursive self-improvement — a hot and controversial topic in AI research.
- 23
Unreal Agent is a Go library for building LLM agents around an async-first architecture. It provides durable, idempotent input handling, append-only forkable session history, tool translators that validate model calls without I/O, and an actor-based operation manager for durable asynchronous work. Components are interface-based and swappable, e.g. proxying operations to remote sandboxes.
Why now: It recently appeared as one of the most-starred new repos, gaining ~2k stars within days of release.
- 24
A curated awesome-list of open-source apps that replace paid SaaS products while running entirely in your own Cloudflare account using Workers, D1, and R2. Entries include Calendly-style booking pages, analytics, feedback boards, inboxes, and more. Each entry is audited: licences are read from licence files and Cloudflare bindings from deploy configs rather than trusting project descriptions.
Why now: It's trending as one of the most starred new repos, riding interest in deploying full apps to Cloudflare's free/cheap tiers instead of paying for SaaS subscriptions or VPS hosting.
- 25
mini-AGI is an experimental byte-level language model that learns continually from a single stream of data without catastrophic forgetting. It trains from scratch on a single 8GB VRAM GPU, stores weights as files on disk and pages them to the GPU as needed, grows new capacity when short, and prunes unused parts. The README notes it's a toy-level experiment, with weights not yet published.
Why now: It was featured on Hacker News as a 'Show HN' post, likely attracting attention because it demonstrates continual learning on modest consumer hardware — a challenge to the assumption that training requires massive resources.
- 26
Qwen-Image-2.1 is Alibaba Qwen's newly open-sourced text-to-image generation and editing model. Its 7B-parameter DiT-based visual component generates regular or transparent (RGBA) images, supports editing with up to 10 reference images, local edit regions via masks or annotations, identity preservation, and improved typography and textures, all while staying computationally efficient.
Why now: Freshly released (Sept 20, 2026) with open weights and Day-0 support in Diffusers, ComfyUI, vLLM-Omni, SGLang, and LightX2V; it's trending as a top-starred new repo.
- 27
Open Glean is an open-source Next.js AI workspace built on Hydra DB, acting as a 'second brain'. You ask questions across your memories, files, and connected apps; it retrieves context, streams answers with inline citations, and offers multi-step Deep Research, collections, mindmaps, integrations, and any OpenAI-compatible model. Keys stay server-side in encrypted cookies, and it can be self-hosted via Docker.
Why now: It appeared among the most-starred new repos, likely drawing attention as an open-source alternative to commercial AI knowledge workspaces like Glean.
- 28
Laya-CoreML runs the Laya typed-decision model entirely on-device on Apple Silicon via Core ML and the Neural Engine, returning calibrated probabilities for multiple-choice, score, and boolean questions with no token generation. It includes a local Snake game demo, a Python API, and reproducible latency and energy benchmarks (~5 ms per short decision on M3 Max).
Why now: It's trending as a newly popular repo showcasing validated on-device inference with notable energy-efficiency wins over MLX, though the authors note the claimed 10x speedup was not achieved.
- 29
A GitHub repository collecting real AI engineering interview questions from 35 top companies (Anthropic, OpenAI, Google, Meta, NVIDIA, Databricks, Cursor, and more), organized company by company. It also groups questions by topic like LLM internals, inference and GPU performance, RAG, agents, fine-tuning, evaluation, safety, and AI system design, with answers linked where available.
Why now: It recently trended on GitHub as a new, highly-starred repo, reflecting strong demand for AI/LLM engineering roles and interview prep material.
- 30
A single-file HTML reader for the open-source Chinese book 《高性价比人生指南》(How to Live Better). It renders all 32 sections and 528 tips as searchable cards showing evidence grade, cost-effectiveness tier, and plain-language explanations. It's fully self-contained—no CDNs or network needed—works offline on phones, includes dark mode, filtering, and daily auto-rebuilds from the upstream book repo.
Why now: It's trending as one of the most-starred new repos, riding interest in the original public-domain book by offering a zero-dependency, mobile-friendly reading version.
- 31
TypeLLM is a Python library that adds type-safe, schema-constrained generation to existing autoregressive LLMs served via SGLang, without modifying model weights. It guarantees outputs like strings, integers, booleans, and enums stay within a JSON Schema, with low token overhead, shared-prefix KV caching, dependency graphs between fields, optional per-field thinking mode, image input, and permutation averaging to reduce option-order bias.
Why now: It's trending on GitHub's most-starred new repos, with rapid daily updates, strong JevBench results (228/231 with thinking), and a recent image-input release.
- 32
Jevlike is a Python project that trains small models that pick one option from a variable-length list of text options in a single forward pass, instead of generating answers token by token. It independently reproduces the input/output shape of TypeSafe's commercial Jev model, providing training, evaluation, and prediction tools, plus demo checkpoints that score game-controller options (Doom buttons, chess keys) from image patches.
Why now: It's trending on GitHub's most-starred new repos, riding interest in TypeSafe's recently announced 'System One' Jev models whose design was never published, so this open starter implementation fills that gap.
- 33
Source code for a fully AI-generated music video of the song 'I'm Upping My P(doom)', created by Claude Opus 5.5 in Claude Code. The model wrote all the code, storyboard, and animation guide itself — using p5.js and p5.brush to paint frames, then rendering them via headless Chrome and ffmpeg into an MP4 with the song.
Why now: It's trending as a showcase of agentic AI creativity: an entire music video generated end-to-end by Claude with no scene direction from a human, plus a follow-up general-purpose animation base repo.
- 34
Plexo is a cross-platform desktop download manager (Windows, macOS, Linux) that speeds up file downloads by splitting them into byte-range chunks and downloading them in parallel over multiple network interfaces at once — such as Wi-Fi, Ethernet, USB-tethered phones, or cellular — aggregating their bandwidth into one faster transfer. It auto-detects network interfaces and dynamically scales worker connections per interface.
Why now: It recently appeared among new, most-starred GitHub repos, likely driven by its demo video and the unusual trick of aggregating bandwidth across physically separate internet connections.
- 35
magpie is a menu-bar app (plus TUI and CLI) that shows every AI coding agent installed on your machine—Claude Code, Codex, Gemini CLI, OpenCode, and more—with the model each is currently set to. Click an agent's model to swap it; magpie edits the right config file surgically, runs a local API-translating gateway so any agent can use any provider, and shares logins across agents.
Why now: It's trending among newly starred repos, riding interest in mixing coding agents with cheaper third-party models (e.g., Codex on DeepSeek, Claude Code on Kimi).
- 36
typesafe-computer-use (jev) is a macOS (Windows experimental) computer-use agent that drives your real mouse and keyboard toward a goal typed in plain English. Instead of asking a frontier model at every step, it OCRs the screen and lets a small TypeSafe classifier pick the next action, reserving a writing model only for free text. README claims ~$0.0002 per decision, with facts computed in code, not by the model.
Why now: It's trending as a newly most-starred repo making a bold cost/speed comparison: the README benchmarks its classifier loop against a frontier model (Claude Opus 5) at 130x–390x cheaper and 3.7x faster per step, while candidly noting reasoning must be rebuilt as deterministic code.
- 37
DeepOpen is an open-source, non-autoregressive 'System 1' decision engine for structured decision tasks like classification, routing, and scoring. Instead of generating text token by token, it produces outputs in a single forward pass, supporting 100+ languages with millisecond-level latency, built on three specialized checkpoints with an automatic router, trained via RLCD reinforcement learning.
Why now: It recently appeared on trending 'most starred new repos' lists and claims strong leaderboard results on the Banking77 and CLINC150 intent-classification benchmarks, with reproducible one-click pipelines.
- 38
GoLive is an open-source Agent Skill plus zero-dependency Node CLI that helps you launch apps built by coding agents. It detects what your project needs, proposes a plan, waits for your approval, applies hosting, database, domain, DNS, email and payments setup using your own provider accounts, then verifies results and can tear everything down. No GoLive account, backend or telemetry.
Why now: Trending on GitHub's most-starred new repos, riding interest in agent-driven deployment: it tackles the gap between an agent building an app and actually shipping it, with an approval-first trust model.
- 39
AirCard is a native Windows tool (Rust, ~7.5 MB single executable) that lets iOS 18+ users customize Apple Wallet card faces and apply lockscreen passcode keypad themes without jailbreaking. It detects cards in real time, applies custom artwork over USB or WiFi, and restores the original state afterward using a sync-based exploit.
Why now: It is trending among newly starred repos, likely due to offering no-jailbreak iOS customization on Windows with a lightweight native client.
- 40
AnyJev is a Python library that converts any LLM into a calibrated decision model without fine-tuning. It wraps language models to produce typed decisions with real probability distributions (e.g. routing a ticket to billing/technical/sales), fixing order-flip instability and improving calibration. It supports multiple levels, vLLM serving, and fitting a lightweight head with as few as 100-500 labels.
Why now: It recently appeared on GitHub trending as one of the most-starred new repos, with an active vLLM integration making calibrated LLM decision endpoints easy to deploy.