MikeTrendsTrends right now

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. 1
    vectorize-io/hindsight⬢githubPython+169 ★ (+0.5%) · +44 forks · 31.8K total · pushed 5 h ago1 mentions

    Hindsight is a Python-based agent memory system that aims to let AI agents learn over time rather than just recall past conversation history. It exposes retain/recall/reflect operations, memory banks, mental models, and an MCP server, runs as an API server or embedded in Python, and claims state-of-the-art accuracy on the LongMemEval benchmark, outperforming RAG- and knowledge-graph-based approaches.

    Why now: It was a GitHub Trending repository with rapid star growth and published benchmarks reportedly independently reproduced by Virginia Tech and The Washington Post, fueling interest.

    agentic-aillmmemorypythonmcpbenchmarks

  2. 2
    paperclipai/paperclip⬢githubTypeScript+70 ★ (+0.1%) · +7 forks · 86.8K total · pushed 2 h ago1 mentions

    Paperclip is an open-source orchestration platform for running teams of AI agents like a company. It's a Node.js server with a React UI where you define business goals, 'hire' agents (OpenClaw, Claude Code, Codex, Cursor, bash, HTTP), assign roles and budgets, then monitor work and costs from a dashboard. It provides org charts, governance, goal alignment, and coordination for autonomous agent organizations.

    Why now: It has exploded in popularity with 86k+ stars, riding the wave of interest in coordinating many autonomous AI agents, and positions itself alongside trendy tools like OpenClaw and Claude Code.

    ai-agentsorchestrationtypescriptnodejsreactopen-source

  3. 3
    rohitg00/ai-engineering-from-scratch⬢githubPython+21 ★ · +1 forks · 58.2K total · pushed 11 h ago1 mentions

    A free, open-source MIT-licensed curriculum of 523 lessons across 20 phases (~342 hours) teaching AI engineering from scratch — math, machine learning, LLM apps, agents, MCP servers, computer vision — in Python, TypeScript, Rust, and Julia. Each lesson produces a reusable artifact like a prompt, skill, agent, or MCP server, with a companion website and multilingual translations.

    Why now: It has rapidly grown to 58k+ stars and heavy traffic; its popularity likely comes from demand for practical, hands-on AI engineering education amid a widely cited gap between AI tool usage and professional readiness.

    coursellmai-agentspythoneducationopen-source

  4. 4
    newliver666/apk-reversePython+19 ★ (+1.0%) · +1 forks · 1.9K total · pushed 2 d ago1 mentions

    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.

    androidreverse-engineeringagent-skillsllmpythonsecurity

  5. 5
    brumar/chess-postmortem-skillsYhnPython+8 ★ (+16.0%) · 41 total · pushed 35 min ago1 mentions

    A set of Claude Code skills that turn a chess game into a readable post-mortem: it drives Stockfish to analyze every move, generates plain-language explanations, an annotated PGN, an HTML analysis board, and a narrated video. You can also supply think-aloud audio or notes, which the tool transcribes (whisper.cpp) and matches to moves so it critiques your actual reasoning.

    Why now: A Show HN post demonstrating the narrated-video output and the novel idea of Claude driving Stockfish to answer human-style 'why' questions

    chessclaude-codestockfishllmvideopython

  6. 6
    NandhaKishorM/layaPython+15 ★ (+0.1%) · +2 forks · 25.7K total · pushed 2 h ago1 mentions

    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.

    nlpdecision-modelmultilingualpytorchzero-shothuggingface

  7. 7
    dream-num/univer⬢githubTypeScript+13 ★ (+0.1%) · +2 forks · 19.1K total · pushed 2 d ago1 mentions

    Univer is an open-source TypeScript SDK for embedding office-style apps—spreadsheets, docs, presentations, relational tables, and more—into your own product. It offers canvas-based rendering, a formula engine, a plugin architecture, and a Facade API that works in both the browser and Node.js, letting developers compose just the features they need rather than adopting a fixed UI or hosted app.

    Why now: It is repositioning itself as 'The Office Harness for AI Agents,' a timely pitch as teams look for embeddable productivity surfaces where AI agents and humans can work on the same files.

    typescriptsdkspreadsheetofficeai-agentscollaboration

  8. 8
    vercel/next.js⬢githubJavaScript+6 ★ · +5 forks · 142.6K total · pushed 18 min ago1 mentions

    Next.js is Vercel's React framework for building full-stack web applications. It extends React with features like server-side rendering, static site generation, and hybrid rendering, and integrates Rust-based JavaScript tooling for fast builds. It's widely adopted, from individual developers to some of the world's largest companies.

    Why now: not clear from the sources

    reactframeworkserver-renderingssgjavascriptfullstack

  9. 9
    InfinityLoop1308/PipePipeYhnShell+16 ★ (+0.3%) · 6.2K total · pushed 11 h ago1 mentions

    PipePipe is an open-source Android app, forked from NewPipe, for browsing YouTube (and other services) without ads or official app restrictions. It adds SponsorBlock segment skipping, dislike restoration, background music playback, live chat danmaku overlays, keyword/channel filtering, playlist downloads, and gesture-based playback controls.

    Why now: It was discussed on Hacker News as a NewPipe hard fork implementing SponsorBlock, which drew attention to its enhanced feature set.

    androidyoutubenewpipesponsorblockopen-sourcemediaplayer

  10. 10
    tensorflow/tensorflow⬢githubC+++5 ★ · +4 forks · 200.4K total · pushed 13 min ago1 mentions

    TensorFlow is Google's open-source end-to-end machine learning framework. It lets researchers train neural networks and lets developers build and deploy ML-powered applications, with a broad ecosystem of tools and libraries. It provides stable Python and C++ APIs, other language bindings, GPU acceleration via CUDA, and pip-installable packages including a lighter CPU-only build.

    Why now: not clear from the sources

    machine-learningdeep-learningneural-networkspythonc++gpu

  11. 11
    Mak5er/AirCard-iOSSwift+10 ★ (+1.0%) · +1 forks · 1K total · pushed 5 d ago1 mentions

    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.

    iosswiftrustjailbreak-freecustomizationsideload

  12. 12
    microsoft/vscode⬢githubYhnTypeScript+4 ★ · +4 forks · 193K total · pushed 7 min ago1 mentions

    Visual Studio Code is Microsoft's open-source code editor (the Code - OSS repository), combining simple editing with debugging, code navigation, an extension system, and integration with existing tools. Built in TypeScript on Electron, it ships monthly releases for Windows, macOS, and Linux, and is developed openly with the community under the MIT license.

    Why now: It remains one of the most-starred and widely used editors on GitHub, with ongoing monthly feature updates; no specific new event is clear from the sources.

    editorelectrontypescriptmicrosoftcross-platform

  13. 13
    reladraw/reladrawYhnTypeScript+5 ★ so far (+10.0%) · 17 total · pushed 1 h ago1 mentions

    Reladraw is a text-based diagram language, written in TypeScript, where placement is explicitly stated with relative phrases like 'below' or 'right of', rather than coordinates or auto-layout. It sits between auto-layout tools (Mermaid, Graphviz, D2) and hand-positioning tools (draw.io, Excalidraw), letting you describe a specific arrangement in readable text that re-renders live in the browser.

    Why now: It was featured on Hacker News as a Show HN launch, positioning itself as filling a gap between auto-layout languages and manual diagram tools, especially for AI agents editing diagrams.

    diagramstypescriptdsltext-to-diagramai-agentsvisualization

  14. 14
    browser-use/jev-ultrafastPython+9 ★ · +1 forks · 20.5K total · pushed 1 d ago1 mentions

    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.

    browser-agentllmpythonautomationweb-agents

  15. 15
    tobi/disktreeRust+8 ★ (+0.7%) · +1 forks · 1.2K total · pushed 22 h ago1 mentions

    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.

    disk-usagetreemaprustgpuiguiomarchy

  16. 16
    cdyforever/how-to-live-betterHTML+10 ★ (+0.9%) · 1.1K total · pushed 19 h ago1 mentions

    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.

    htmlself-containedofflineebookreadersearch

  17. 17
    NVIDIA/Model-Optimizer⬢githubPython+8 ★ (+0.2%) · +1 forks · 4.7K total · pushed 50 min ago1 mentions

    NVIDIA Model Optimizer (ModelOpt) is a Python library that compresses deep learning models using techniques like quantization, pruning, distillation, sparsity, neural architecture search, and speculative decoding. It takes Hugging Face, PyTorch, or ONNX models, applies optimization via Python APIs, and exports optimized checkpoints ready for deployment in inference frameworks like TensorRT-LLM, TensorRT, vLLM, and SGLang for faster inference.

    Why now: Recent NVFP4 quantization news and blogs, including Nemotron 3 Ultra 550B NVFP4 checkpoints and W4A4 tutorials, plus new AutoQuantize and quantization-aware distillation posts.

    quantizationmodel-compressioninferencenvidiapythonllm

  18. 18
    zhaoxuya520/reverse-skill⬢githubPowerShell+10 ★ · 37.9K total · pushed 4 d ago1 mentions

    reverse-skill is a skill router pack for AI coding agents (Claude Code, Cursor, Codex, Cline) that handles reverse engineering and authorized penetration testing tasks. When given an APK, binary, JS encryption, PCAP, or CTF challenge, it routes the agent to the right methodology and playbook, checks for required tools like jadx, Frida, or BurpSuite, and enforces a repeatable evidence-driven workflow with reports and a self-evolving knowledge base.

    Why now: It is trending (Trendshift badge, ~37.8k stars) as AI agents increasingly take on security/reverse-engineering work; a v1.0.1 release exists but no specific recent event is clear from the sources.

    securityreverse-engineeringpenetration-testingai-agentsclaude-codepowershell

  19. 19
    block/buzz⬢githubRust+6 ★ · +2 forks · 34.8K total · pushed 3 h ago1 mentions

    Buzz is a self-hostable team workspace where humans and AI agents collaborate in shared channels. Built in Rust on a Nostr-style relay, every message, patch, review, and workflow step is a signed event in one log, so agents act as members with their own keys and the same capabilities and audit trail as people.

    Why now: It rides the current wave of interest in agentic development tools, standing out by giving agents full workspace participation under a self-hosted, signed-event model rather than bot-style integrations.

    rustnostrai-agentsself-hostedcollaborationworkspace

  20. 20
    devdotfast/whiteboardYhnTypeScript+9 ★ (+0.6%) · 1.6K total · pushed 1 h ago1 mentions

    Whiteboard is an open-source desktop app where developers and AI coding agents collaborate on software design. Agents like Claude Code or Codex plug in via an SDK and draw diagrams (sequence diagrams, ER diagrams) on a shared canvas, with clickable links from visuals to code, an AST-aware semantic diff viewer written in Rust, and a decision log showing what the agent chose autonomously.

    Why now: It was just featured on Hacker News as a Show HN launch from a YC W26 company, which is driving attention.

    ai-agentsdiagrammingdeveloper-toolstypescriptopen-sourcedesktop-app

  21. 21
    CopilotKit/openmuseTypeScript+4 ★ (+0.2%) · +4 forks · 2.3K total · pushed 1 d ago1 mentions

    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.

    ai-agenttypescriptcopilotkitself-hostedbrowser-automationmobile

  22. 22
    anthropics/claude-code-action⬢githubTypeScript+7 ★ (+0.1%) · 9K total · pushed 21 h ago1 mentions

    Claude Code Action is a GitHub Action that brings Claude into your pull requests and issues. It activates on @claude mentions, issue assignments, or explicit prompts, and can answer questions about your code, review PR changes, suggest improvements, and even implement fixes or features. It runs on your own GitHub runners, supports multiple AI providers, and outputs structured results for automations.

    Why now: The recent v1.0 release simplifies configuration and adds a migration guide for v0.x users, likely driving discussion.

    github-actionsclaudecode-reviewautomationtypescriptci

  23. 23
    Contrastive-LM/CLMPython+6 ★ (+0.4%) · 1.5K total · pushed 1 d ago1 mentions

    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.

    llmmachine-learningagentscontrastive-learningpythonvllm

  24. 24
    yibie/awesome-jevPython+3 ★ (+0.2%) · +2 forks · 1.7K total · pushed 3 h ago1 mentions

    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.

    awesome-listllmaicuratedtyped-decisions

  25. 25
    robbietilton/CompositorSwift+3 ★ (+0.1%) · +2 forks · 5.7K total · pushed 14 h ago1 mentions

    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.

    photoshop-alternativeimage-editorswiftmacosopen-sourcecompositing

  26. 26
    jaredpalmer/kev⬢githubYhnPython+3 ★ · 7.2K total · pushed 4 h ago2 mentions

    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.

    llmdecision-modelself-hostedpythonfine-tuning

  27. 27
    mobile-next/mobile-mcp⬢githubTypeScript+5 ★ (+0.1%) · 7.2K total · pushed 3 d ago1 mentions

    mobile-mcp is an MCP server that lets LLM agents and AI coding tools automate and scrape native iOS and Android apps on simulators, emulators, and real devices. It drives apps via the accessibility tree (with screenshot/coordinate fallback), offering taps, gestures, app management, and structured data extraction through a single platform-agnostic API, usable locally or via their cloud.

    Why now: It has strong traction (~7.2k stars) and rides the wave of MCP adoption, letting tools like Claude Code and Copilot control real mobile devices; not clear from the sources if a specific event triggered current attention.

    mcpmobileautomationiosandroidllm

  28. 28
    openbao/openbao⬢githubGo+5 ★ (+0.1%) · 8K total · pushed 1 d ago1 mentions

    OpenBao is an open-source tool for managing, storing, and distributing sensitive data like secrets, certificates, and keys. It encrypts secrets at rest, generates dynamic on-demand credentials (e.g., AWS keys, database logins) with automatic revocation, offers encryption-as-a-service, and provides leasing, renewal, and audit logging under a community-governed open-source license.

    Why now: It is the community-driven open-source fork of HashiCorp Vault created after Vault's license change, drawing attention from teams seeking an OSI-approved, open-governance alternative.

    secrets-managementsecuritygoself-hostedencryption

  29. 29
    actions/runner-images⬢githubPowerShell+5 ★ · 13.3K total · pushed 1 d ago1 mentions

    This repo holds the source scripts (mostly PowerShell/Packer) that build the virtual machine images used by GitHub-hosted runners for GitHub Actions and Microsoft-hosted agents for Azure Pipelines. It documents available images (Ubuntu, macOS, Windows, arm64 variants), the preinstalled software on each, image release dates, and how to propose changes or build the images yourself.

    Why now: Ongoing discussion around image updates and deprecations (e.g., newer Ubuntu/macOS/Xcode images rolling out and older ones being retired), since teams' CI workflows depend on which tools are preinstalled

    cigithub-actionsazure-pipelinesdevopspowershell

  30. 30
    nokia-applied-research/AnyJevPython+3 ★ (+0.4%) · 789 total · pushed 14 min ago1 mentions

    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.

    llmcalibrationdecision-modelvllmpythontransformers

  31. 31
    yetone/magpieGo+3 ★ (+0.3%) · 970 total · pushed 25 min ago1 mentions

    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).

    llmclimacosdeveloper-toolsmenu-bargateway

  32. 32
    dgreenheck/tidewaterJavaScript+3 ★ (+0.4%) · +1 forks · 711 total · pushed 1 d ago1 mentions

    Tidewater is a browser-based island fishing game running directly on WebGPU/WGSL with a custom-built rendering engine and no framework. You fish from piers, beaches, or a boat, sell your catch, upgrade gear, and explore a tropical island featuring an FFT ocean simulation, physically based atmosphere, volumetric clouds, and wildlife like a breaching humpback whale.

    Why now: It's trending as a newly starred repository, notable for being built with 'Opus 5.5' (an AI model) and demonstrating an ambitious custom WebGPU engine with advanced water, sky, and lighting rendering in JavaScript.

    webgpugamejavascriptwgslrenderingbrowser

  33. 33
    driceroland/Search⬢githubYhnSwift+4 ★ (+0.2%) · 2.1K total · pushed 2 d ago1 mentions

    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.

    browsermacoswebkitprivacyswiftminimalist

  34. 34
    mcncarl/jianying-headlessPython+4 ★ (+0.2%) · 2.7K total · pushed 2 d ago1 mentions

    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.

    video-editingautomationpythonmacosagent-skilljianying

  35. 35
    TheoLeeCJ/SemIf-OpenJevPython+4 ★ (+0.1%) · 4.4K total · pushed 3 d ago1 mentions

    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.

    llmpythonlocal-inferenceopen-sourcesemantic-decisionsself-hosted

  36. 36
    jev-chat/jev-chat-jarvisKotlin+4 ★ (+0.1%) · 6.7K total · pushed 3 h ago1 mentions

    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.

    androidllmchat-assistantaccessibility-servicekotlinocr

  37. 37
    bespokelabsai/nimblePython+2 ★ (+0.1%) · +1 forks · 1.8K total · pushed 2 d ago1 mentions

    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.

    llmclassificationfine-tuningdata-curationpythonopen-models

  38. 38
    JohnHeibel/PDoomVideoJavaScript+3 ★ (+0.3%) · 1K total · pushed 1 d ago1 mentions

    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.

    ai-generatedp5jsclaudeanimationcreative-codingjavascript

  39. 39
    TianyuCodings/NanoJevPython+3 ★ (+0.1%) · 2.3K total · pushed 5 d ago1 mentions

    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.

    llmreinforcement-learningpythongame-agentsresearchopen-source

  40. 40
    Mak5er/AirCardSwift+3 ★ (+0.1%) · 4.3K total · pushed 3 d ago1 mentions

    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.

    iosswiftthemingapple-walletmacosno-jailbreak

More →