← All transcripts

GitHub Trending Weekly #48: pr-lens, bankmcp, niubigeo, i-have-adhd, bot-crossing, Spun, Flectar Transcript, AI Summary & Key Points

Github Awesome · 4 days ago · Science & Technology · 15:31 · EN-US

Watch on YouTube

AI Summary

GitHub Trending Weekly #48 covers 35 open-source projects spanning pull-request visualization, banking access for AI assistants, brand visibility in AI answers, agent memory and orchestration, creative media, navigation, backend architecture, desktop utilities, browser automation, frontend libraries, emulation, formal mathematics, spreadsheets, CUDA optimization, shaders, and drone detection.

Key Points

  • PR Lens adds animated architecture and data-flow diagrams to pull requests, color-coding new, changed, and deleted elements; its tests scale to a monorepo with six lanes and 37 nodes, and it runs as a GitHub App or CLI.
  • Bank MCP provides read-only AI-assistant access to bank accounts through PSD2, covering over 2,700 European banks; credentials stay with the bank, while the server stores consents and account IDs rather than balances or transactions.
  • niubigeo queries OpenAI, Anthropic, Gemini, Perplexity, and DeepSeek to show how AI systems describe a brand, which competitors appear, and which sources receive citations.
  • i-have-adhd makes Claude Code lead with numbered concrete tasks, fewer tangents, and a real-time estimate.
  • itsgiving uses MediaPipe facial-expression detection to trigger reaction overlays during video calls and output them through a virtual camera; it includes 14 reactions and supports custom GIFs.
  • EverRoom organizes agent context into scoped local workspaces, records document edits as reviewable operations, and allows inspection before execution.
  • okf-agent-memory stores agent memory as Markdown with YAML front matter, uses local BM25 search, reports search latency under 300 microseconds, and avoids embedding costs.
  • bot-crossing represents coding-agent sessions as astronauts in repository plots, showing whether each session is working, stuck, or waiting and reopening the original thread from local session files.

Tools & resources

71 items

ANo. 0106
AIAINotes.us AI product

Anthropic

anthropic.com

Anthropic is an AI research and deployment company founded by former OpenAI researchers (including Dario Amodei). It develops large language models such as Claude and focuses on AI safety research and commercial model deployments.

Mentioned in
9 videos
Kind
AI
ANo. 3714
AIAINotes.us AI product

anything2explainer

Open source · Vincentwei1021/anything2explainer

anything2explainer is a Claude Code and Codex skill for producing narrated explainer videos from a topic or document. It outputs a 1280×720 H.264 MP4 in Chinese or English, with synchronized TTS voiceover, word-aligned subtitles, chapter cards, a top HUD, and a chapter progress bar. Every frame is drawn as code with Remotion, React, and TypeScript rather than generated video or stock footage. Its pipeline researches the subject and records sources, writes the narration, generates voiceover and a frame-accurate timeline, storyboards each shot, dispatches parallel agents to build Remotion components, renders the film, and runs quantitative frame metrics plus chapter-level quality-control and fix passes. The repository includes a compilable Remotion template, visual primitives, style and motion specifications, scripts for voiceover, storyboarding, rendering and QC, and a complete reference film with its research and production records. It is not a standalone CLI; it is a skill and production method intended for AI coding agents. The toolkit is licensed under PolyForm Noncommercial 1.0.0: noncommercial use is free, while commercial use requires prior authorization. The videos produced with it are described as belonging to their creators. It renders through headless Chromium on the CPU, supports landscape output rather than 9:16 video, and provides two backdrops within its specified visual style.

Mentioned in
3 videos
Kind
AI
ANo. 3719
AIAINotes.us AI product

Astra Advisor

Open source · DannyMac180/astra-advisor

Astra Advisor is a Codex plugin for capability-routed software delivery from DannyMac180. GPT-6 Astra acts as the primary architect and acceptance owner: it plans work, decides whether bounded independent tasks should be delegated, selects supported native subagent models and reasoning effort, and continues parent-session work while delegations run. It uses the exposed collaboration tool to route tasks among Sol, Terra, and Luna subagents, then inspects the complete diff, reruns requested checks, and sends substantial changes to a fresh read-only reviewer; work is accepted only after the reviewer returns "ship". Each delegation reports its selected and runtime-observed settings, and tasks can end with an API-equivalent cost receipt that compares observed token usage with a versioned Astra pricing snapshot. It can be installed as a plugin in a current Codex CLI or ChatGPT desktop app with plugins enabled. The README notes that ChatGPT Work cloud tasks currently cannot provide arbitrary model or effort controls, so Astra does not dispatch model-pinned requests there by default.

Mentioned in
2 videos
Kind
AI
BNo. 3717
AIAINotes.us AI product

Bang Motion

Open source · bangtutorial/bang-motion

Bang Motion is an agent skill for building browser-based motion graphics such as product openers, promos, bumpers, channel intros, kinetic typography, lower thirds, and explainers. It produces a single index.html that plays in a browser and encodes anti-slide rules: scenes change through camera or world movement rather than section fades, subjects or shared worlds persist, motion occurs continuously, and text and numbers remain part of the scene. Its deterministic timeline makes each frame a pure function of time for exact scrubbing and frame-by-frame export, while a shared camera rig supports flowing-world and camera-through-collage modes. The skill includes five explainer starters—cartoon collage, visual journalism, white catalog, vintage sketch, and continuous action—along with configurable style briefs, background motion, surfaces, transitions, highlight shapes, voice-over re-timing, and optional Puppeteer and FFmpeg scripts for verification and MP4 export. It can be installed as a Claude Code plugin or copied into Claude Code, Codex CLI, Gemini CLI, Cursor, or another agent workflow; watching the output requires only a browser and internet connection. The repository is licensed under MIT.

Mentioned in
1 video
Kind
AI
BNo. 3709
AIAINotes.us AI product

BankMCP

Open source · noskillish/bankmcp

BankMCP is a self-hosted, read-only Model Context Protocol server that lets AI assistants query a user's bank accounts through Enable Banking's PSD2 open-banking API. The user authenticates at the bank through a consent flow; BankMCP stores consent and account metadata but does not store balances or transactions, make payments, or send telemetry. It exposes MCP tools for managing bank connections and accounts, retrieving balances and paginated transactions, and creating rules that poll accounts for conditions such as low balances or matching payments and send webhook notifications. It can run locally or on a server, is distributed as the npm package `bankmcp`, supports standard MCP clients including Claude and Ollama, and is licensed under the MIT License.

Mentioned in
3 videos
Kind
AI
BNo. 0935
AIAINotes.us Tool

Blender

Open source · blender/blender

Blender is a free and open-source 3D creation suite developed by the Blender Foundation. It provides tools for modeling, rigging, animation, simulation, rendering, compositing, motion tracking, video editing and game creation. Blender is distributed under the GNU General Public License.

Mentioned in
7 videos
Kind
Other
BNo. 3759
AIAINotes.us Tool

Booking Microservices

Open source · evangelosvlachos96-dotcom/booking-microservices

Booking Microservices is a practical flight-booking system developed by Evangelos Vlachos as a set of .NET 10 microservices. It uses Vertical Slice Architecture, domain-driven design, CQRS, and event sourcing; commands update PostgreSQL or EventStoreDB and publish integration events through Wolverine's durable outbox to RabbitMQ, while consumers use a durable inbox to project read models into MongoDB. Queries read from MongoDB, and synchronous cross-service validation uses gRPC. The repository includes Identity, Flight, Passenger, Booking, and YARP API gateway services, plus .NET Aspire orchestration, Docker Compose and Kubernetes deployment configurations, OpenTelemetry-based observability, OpenAPI documentation, and automated unit, integration, end-to-end, and contract tests.

Mentioned in
1 video
Kind
Other
BNo. 3713
AIAINotes.us AI product

Bot Crossing

Open source · Station-Sciences/bot-crossing

Bot Crossing is a local web application that visualizes coding-agent threads as an astronaut colony. It reads session records from installed agent harnesses on the user's machine, maps repositories to persistent hex zones, and represents sessions as astronauts whose behavior reflects states such as running, waiting, errored, merged, archived, or inactive. Selecting an astronaut or repository opens its associated thread through the owning harness, while the application can also start sessions, reveal folders, mark threads viewed, and archive them. The application uses per-harness adapters to scan local session files and merge them into a common thread model. It currently documents support for Claude Code, Codex, and Cursor, with adapters for other harnesses able to be added under `server/harnesses/`. Astronaut navigation uses a rasterized navigation grid, A* routing, string-pulling, collision handling, and crowd separation. The browser renders the colony with Three.js techniques including instanced GPU-skinned astronauts, shader-based construction progress, procedural terrain and surfaces, and configurable planets, lighting, and quality settings. Bot Crossing runs locally through a Vite development server or a built Node server, binds to loopback by default, and stores the colony layout in `data/colony.json`. It does not upload session data or use an account; it reads harness records and writes only the colony state plus the documented archive field. The repository requires Node 22.13 or newer, supports macOS, Linux, and Windows, and is licensed under MIT. Bundled Kay Lousberg assets are separately covered by CC0, while bundled Material Design Icons use Apache-2.0.

Mentioned in
2 videos
Kind
AI
BNo. 3718
AIAINotes.us AI product

Browser Use Pi

Open source · browser-use/browser-use-pi

Browser Use Pi is a TypeScript web agent built on Pi Mono. It combines a persistent V8 REPL with raw Chrome DevTools Protocol control: the agent writes JavaScript, uses accessibility-tree data and screenshots, and builds browser helpers as needed. It supports persistent sessions, saved logins, workspaces, streaming, hooks, typed results, follow-up tasks, and cloud browsers or a user's own Chrome; runs can be limited by steps, time, or cost, with partial work retained. Interaction highlights, recordings, and GIF exports can show the agent's work. It is distributed as the @browser_use/pi package for Node 22.19+ or Bun 1.3.14+, and its quickstart uses Browser Use Cloud without requiring a local Chrome installation.

Mentioned in
1 video
Kind
AI
CNo. 3731
AIAINotes.us Tool

C11

In the AINotes directory

C11 is a dependency-free embedded navigation library.

Mentioned in
1 video
Kind
Other
CNo. 3746
AIAINotes.us Tool

Chrome DevTools Protocol

chromedevtools.github.io

Chrome DevTools Protocol is a browser-control protocol that, in the cited use, connects Browser Use Pi's JavaScript runtime directly to Chrome.

Mentioned in
1 video
Kind
Other
CNo. 3725
AIAINotes.us Tool

Cider

cider.sh

Cider is a community-run software company and cross-platform Apple Music application. The project describes the app as a customizable desktop client built with Quasar, Vue, Socket.io, Electron, and .NET for Windows builds, with native backends for each supported operating system. It provides integrations with services including Discord, Last.fm, and Spotify, audio spatialization and equalizers, remote control through Cider Remote, and a plugin system. The video describes Cider as handling Apple Music streaming for the Spun music player.

Mentioned in
1 video
Kind
Other
CNo. 0021
AIAINotes.us AI product

Claude Code

Open source · anthropics/claude-code

Claude Code is Anthropic's agentic coding tool for the terminal, IDEs, and GitHub. It uses natural-language commands to understand a codebase, create and read files, execute commands, run tests, explain code, manage Git workflows, and handle routine development tasks. It can also load persistent project context, run custom slash commands, use plugins with custom commands and agents, and operate with configurable autonomy while leaving actions such as final pull-request merging to a human. The official repository documents installation for macOS, Linux, and Windows, and identifies npm installation as deprecated.

Mentioned in
59 videos
Kind
AI
CNo. 0239
AIAINotes.us Tool

CUDA (Compute Unified Device Architecture)

nvidia.com

CUDA is a parallel computing platform and programming model developed by NVIDIA that enables general-purpose computing on NVIDIA GPUs. It includes the CUDA Toolkit (compilers, libraries, and developer tools) and APIs for C, C++ and Fortran to accelerate compute-intensive applications in areas such as scientific computing, HPC, graphics, and machine learning.

Mentioned in
2 videos
Kind
Other
DNo. 2126
AIAINotes.us AI product

DeepSeek

deepseek.com

DeepSeek (深度求索) is an AI research project and model provider that develops and open-sources large foundation models (notably named DeepSeek-V4 and DeepSeek-R1) and provides hosted inference via a chat interface (“DeepSeek AI”) and an API. It publishes open-source model releases and offers a hosted API for text-based prompt inference; video reports state DeepSeek models can be exposed as external backends and routed into the Codex model picker via Codex Router.

Mentioned in
4 videos
Kind
AI
DNo. 3721
AIAINotes.us AI product

DeepSelect

Open source · deepseek-ai/DeepSelect

DeepSelect is a high-performance CUDA and PyTorch implementation of TopK kernels for DeepSeek Sparse Attention and sampling workloads. It replaces vanilla `torch.topk` for supported inputs, covering bfloat16 lightning-indexer workloads and float32 sampling workloads, with configurable sorting, index type, value output, variable-length rows, and NaN handling. The repository reports 2–20× speedups against `torch.topk` on its benchmarks. It is distributed as an installable Python package from the `deepseek-ai` GitHub repository. Supported TopK values are limited to 4096 or less, and input tensors must meet specified stride and contiguity requirements; the optimized sampling case targets vocabularies of approximately 128K.

Mentioned in
1 video
Kind
AI
DNo. 3716
AIAINotes.us AI product

Dream Loop

Open source · achimala/dream-loop

Dream Loop is an AI agent skill for building games, apps, and 3D scenes toward a visual target. It uses image generation to create a target screenshot, builds the scene—such as a Three.js scene in a browser—and has a separate vision-enabled critic compare the live screenshot with the target and provide feedback; the agent then iterates on the build and can optionally generate an improved target from the current state. Blender can be used for custom 3D modeling through Blender MCP or scripting. The skill can be installed with `npx skills add achimala/dream-loop` or cloned into an agent's skills directory, and requires an agent with image-generation access, vision input, and preferably subagents.

Mentioned in
1 video
Kind
AI
FNo. 3757
AIAINotes.us Tool

Flectar Mail

Open source · flectar/mail

Flectar Mail is a native, open-source email, calendar, and contacts client built with Rust. It uses a local-first data path, stores synced mail and calendar data locally for offline use, and connects to Gmail, Outlook, Microsoft 365, IMAP/SMTP, JMAP, CalDAV, and CardDAV services. Instead of opening email in a WebView, Flectar Mail renders HTML and CSS through Blitz, a Rust renderer from the Dioxus team. It does not execute email scripts and blocks remote images by default; HTML rendering remains experimental, so complex messages may display incorrectly. The client also provides local access to attachments and WebDAV/JMAP files, account signatures, and desktop OpenPGP/MIME signing and encryption through installed GnuPG 2.x. The project is licensed under the GNU Affero General Public License v3. It provides desktop builds for Linux, Windows, and macOS, plus an experimental Android APK, and can be built from source with Rust. It is currently in development and not yet stable; early releases require users to configure their own OAuth applications for Gmail and Outlook or use IMAP/JMAP accounts.

Mentioned in
1 video
Kind
Other
FNo. 3745
AIAINotes.us Tool

FZF

In the AINotes directory

FZF is identified in the video as a terminal-based search and selection tool that provides searchable terminal-session selection in Tmax.

Mentioned in
1 video
Kind
Other
GNo. 3733
AIAINotes.us Tool

Galileo

gsc-europa.eu

Galileo is Europe's global navigation satellite system, supplying satellite-navigation signals and related services for positioning and timing. The European GNSS Service Centre provides Galileo system-status information, user support, service notifications, and implementation materials for services including High Accuracy Service corrections, Open Service Navigation Message Authentication, and the Return Link Service.

Mentioned in
1 video
Kind
Other
GNo. 0098
AIAINotes.us AI product

Gemini

gemini.google.com

Gemini is Google's AI model and assistant accessible through gemini.google.com. It processes mixed media including video, audio, images, and text, and can convert recordings into SOPs, summarize meetings, extract decisions, and draft follow-up emails. In research and development contexts, it serves as an alternative LLM backend for tasks such as adversarial audits of requirements and resume evaluation.

Mentioned in
27 videos
Kind
AI
GNo. 0423
AIAINotes.us Tool

Git

Open source · git/git

Git is an open-source, fast, scalable, distributed revision control system. It stores project changes as versioned commits and provides repository history, diffs, branching, isolated work trees, and rollback capabilities for reviewing or reverting changes. The project provides both high-level version-control operations and access to its internal mechanisms. It is covered primarily by the GNU General Public License, with some components under compatible licenses, and was originally written by Linus Torvalds with contributions from a wider developer community.

Mentioned in
13 videos
Kind
Other
GNo. 0033
AIAINotes.us Tool

Gmail

workspace.google.com/gmail/

Gmail is an email service developed and operated by Google that provides web-based email, POP/IMAP access, storage, spam filtering, and integration with other Google services. It was launched in 2004 and is available for individual and enterprise (Google Workspace) users.

Mentioned in
10 videos
Kind
Other
GNo. 3770
AIAINotes.us Tool

Gridline

Open source · wieslawsoltes/Gridline

Gridline is an independent, Excel-inspired browser spreadsheet application built with plain HTML, CSS, and JavaScript. It uses a WebGPU worksheet renderer with a Canvas2D fallback, a formula interpreter with dependency tracking and cached results, transactional editing, and local workbook storage without a framework, CDN, account, application server, or runtime package dependencies. The application supports worksheets, formatting, charts, sorting, filtering, notes, conditional rules, undo/redo, cross-sheet and relative or absolute A1 references, CSV/TSV import and export, native .gridline JSON files, and a documented subset of XLSX. Its engine can also be used directly as an ES module. Local autosaves remain in the current browser profile and origin rather than cloud storage; WebGPU requires a compatible browser and suitable origin, while calculation and serialization run synchronously on the main thread. Gridline is an engineering preview released under the MIT license. XLSX support is not a lossless Excel round trip: pivots, VBA, Power Query, external links, dynamic arrays, advanced formatting, rich text, charts, notes, and conditional rules are not fully supported or exported. The repository reports passing Node and browser test suites, but its release tests did not verify WebGPU pipeline execution or hardware performance.

Mentioned in
1 video
Kind
Other
GNo. 3740
AIAINotes.us Tool

gRPC

grpc.io

gRPC is an open-source Remote Procedure Call framework for connecting services across environments and data centers. It uses Protocol Buffers for service definitions and binary serialization, then generates client and server stubs for multiple languages and platforms. The framework supports HTTP/2-based transport, bidirectional streaming, pluggable load balancing, tracing, health checking, and authentication, and can also connect devices, mobile applications, and browsers to backend services. gRPC is a CNCF incubation project.

Mentioned in
1 video
Kind
Other
HNo. 3760
AIAINotes.us Tool

Hyalite

Open source · VII-Cae/hyalite--liquid-glass

Hyalite is a JavaScript library for real-refraction liquid-glass effects on the web. It models an element as a glass slab with a bevelled edge, computes a signed-distance-field lens map for its rounded-rectangle geometry, applies Snell's-law refraction, and feeds the resulting displacement and edge-light data into an SVG filter used through backdrop-filter. It supports per-corner radii, configurable bevel, thickness, slope, dispersion, shading, rim light, resizing, and materialization effects. The library is distributed as a single file with no WebGL or build step. Its watch and attach APIs manage matching or individual elements, rebuild maps when geometry changes, cache maps across similar sizes, and provide fallback CSS behavior. The refraction effect is rendered in Chromium-based browsers; Safari and Firefox use the supplied fallback because their SVG backdrop-filter support is incomplete. Hyalite is released under the MIT license by VII-Cae (VII).

Mentioned in
1 video
Kind
Other
INo. 1363
AIAINotes.us AI product

i-have-adhd

Open source · ayghri/i-have-adhd

i-have-adhd is an open-source skill/plugin for coding assistants that formats responses as ADHD-friendly output. It leads with the next action, numbers multi-step tasks, suppresses tangents, restates state, gives specific time estimates, uses matter-of-fact errors, limits lists to five items, and ends with one concrete next step. The skill is installed through a coding assistant's CLI and can be customized by editing its SKILL.md file. It is licensed under the MIT License and does not require an ADHD diagnosis.

Python
Stars
★ 41,757
Forks
2,362
INo. 3758
AIAINotes.us Tool

INSLIB

Open source · jnz/INSLIB

INSLIB is a portable C11 library for three-dimensional navigation state estimation. Its Kalman-filter core fuses inertial measurement data with GNSS/GPS, barometer, magnetometer, local-position, yaw, ground-speed, zero-velocity, and zero-rotation measurements to produce navigation states for drones, autonomous vehicles, robotics, aerospace, cars, embedded systems, and recorded-data post-processing. The dependency-free core uses no heap or operating-system dependencies and is designed for bare-metal microcontrollers and real-time control loops. It includes measurement-delay compensation, numerically robust UDU/Bierman-Thornton filtering, a lightweight World Magnetic Model for magnetic-declination correction, and an alternative attitude mode that can operate without a magnetometer. During GNSS outages, the parallel barometric-altitude channel can continue providing fused altitude and attitude estimates. The repository also provides Python bindings, replay and plotting tools, calibration utilities, a UDP live-data receiver, tutorials, example datasets, and support for correction sources including Galileo HAS, SPARTN/PointPerfect Flex, and RTK via NTRIP RTCM.

Mentioned in
1 video
Kind
Other
INo. 3753
AIAINotes.us AI product

It's Giving

Open source · gazijarin/itsgiving

It's Giving is an open-source Python webcam application that recognizes facial expressions, hand gestures, and body positions, then overlays matching meme images or animated GIFs on the user's head. It uses MediaPipe face landmarks and blendshapes, hand points, body landmarks, face-relative measurements, tongue color, and hand speed; its calibrated version records seven seconds of the user's neutral expression and evaluates later expressions as deviations from that baseline. An ordered pose-matching pass requires gestures to persist for a configured number of frames before triggering, and the overlay follows the user's face with alpha compositing and animation support. The application publishes the result through a virtual camera for Zoom, Meet, Teams, Discord, OBS, and other webcam-compatible software. It includes fourteen predefined reactions, preview-only and virtual-camera modes, keyboard testing and recalibration controls, and an assets directory where users can replace or add reaction images. It runs with Python 3.11 or 3.12 and requires a virtual-camera backend such as OBS Studio or v4l2loopback, depending on the operating system.

Mentioned in
2 videos
Kind
AI
KNo. 3755
AIAINotes.us Tool

Kool Brushez

Open source · blakeshao/kool-brushez

Kool Brushez is a p5.js drawing app with six independent brushes: Score draws flowing musical-staff ribbons, Schematic creates drafting diagrams, Balloon reveals airbrushed shapes, Subway generates branching transit lines, Crowd draws animated people, and Gunpla grows model-kit sprues. All brushes use one shared canvas, so users can switch between them without reloading or losing existing marks; each brush has its own JavaScript drawing algorithm, settings, preview, and registry entry. The app provides brush-specific controls, auto-fill and variation modes, undo and redo, erasing across brushes, aspect-ratio fitting, keyboard shortcuts, touch and pen input, and PNG export. It is built with Vite, plain JavaScript and CSS, and is released under the MIT License.

Mentioned in
2 videos
Kind
Other
KNo. 3736
AIAINotes.us Tool

KurrentDB

eventstore.com

KurrentDB is an event-native database for event-sourced and event-driven systems. It appends typed events to named streams, preserves the complete event history, streams changes in real time, and supports replaying, rewinding, or rebuilding state from past events. The service provides client libraries for Java, .NET, Go, Python, Node.js, Rust, and TypeScript, with Cloud, Enterprise, and Community deployment options.

Mentioned in
1 video
Kind
Other
LNo. 0356
AIAINotes.us Tool

Lean 4

Open source · leanprover/lean4

Lean 4 is a programming language and theorem prover used to formalize mathematical proofs, including proofs generated by AI systems. Its project repository provides the language implementation along with theorem-proving and functional-programming tutorials, reference documentation, examples, installation guidance, and instructions for building from source.

Mentioned in
5 videos
Kind
Other
MNo. 3756
AIAINotes.us Tool

MacTap

Open source · jaskirat1616/mactap-app

MacTap is a macOS menu-bar app that turns one, two, or three knocks on a compatible MacBook chassis or the desk beneath it into keyboard shortcuts and other mapped actions. It supports left- and right-edge layouts, configurable sensitivity and actions, presets such as Daily, Coding, Capture, Media, and Focus, and per-application overrides. Tap classification runs on-device, with gesture mappings stored locally and nothing uploaded. It requires macOS 14.6 or later and a MacBook whose motion sensor is exposed as an SPU HID device, including M2-and-later models and M1 Pro, Max, or Ultra systems; some M1 models, including the original M1 Air, are unsupported. The app requires Accessibility permission for actions to send shortcuts, is distributed as a signed and notarized macOS app, and is licensed under the MIT license.

Mentioned in
2 videos
Kind
Other
MNo. 3767
AIAINotes.us Tool

mador.js

Open source · marsbos/mador

Mador.js is a small reactive DOM runtime for adding state-driven behavior to existing HTML without a framework. It exposes reactive state and DOM bindings through a native ES module: bindings select elements, read selected state, and run update callbacks with the resulting values. Mador tracks the properties read by each binding and reruns only affected bindings; writes are batched so multiple state changes are processed together. Bindings are associated with the DOM elements they update, allowing their reactive runners to be removed when those elements disappear. It has no components, templates, virtual DOM, global runtime, or required build step, and is distributed through npm or a CDN under the MIT license.

Mentioned in
1 video
Kind
Other
MNo. 3749
AIAINotes.us Tool

Mathlib

In the AINotes directory

Mathlib is a formal mathematics library for use with Lean proofs.

Mentioned in
1 video
Kind
Other
MNo. 3723
AIAINotes.us Tool

MediaPipe

mediapipe.dev

MediaPipe is a computer-vision tool that detects facial expressions and gestures, including for video-call reactions.

Mentioned in
2 videos
Kind
Other
MNo. 3743
AIAINotes.us Tool

MetaPost

In the AINotes directory

MetaPost is a tool for creating diagrams for Vintage LaTeX documents.

Mentioned in
1 video
Kind
Other
MNo. 2114
AIAINotes.us Tool

Microsoft Outlook

microsoft.com

Microsoft Outlook is an email and calendar client developed by Microsoft for consumer and enterprise use. It is available as a desktop application for Windows and macOS, mobile apps for iOS and Android, and a web app at outlook.office.com. Outlook connects to Exchange Server and Microsoft 365 accounts and supports IMAP/POP/SMTP, calendar scheduling, contact management, rules and add-ins; features include Focused Inbox, Teams and meeting integration, and support for PST/OST data files and enterprise deployment policies. It is distributed as part of Microsoft 365 subscriptions, as a standalone product, and as the free Outlook.com web service for consumers.

Mentioned in
2 videos
Kind
Other
MNo. 3739
AIAINotes.us Tool

MongoDB

mongodb.com

MongoDB is a document database and data platform used in the booking backend's CQRS data architecture. Its document data model is designed to map to application access patterns, and its query API supports lookups, processing pipelines, analytics, and data transformations. MongoDB Atlas combines operational data, vector search, streaming, text search, analytical, graph, and geospatial capabilities in a unified platform.

Mentioned in
1 video
Kind
Other
NNo. 3769
AIAINotes.us Tool

NavierStokesAndEuler

Open source · openai/NavierStokesAndEuler

NavierStokesAndEuler is an open-source Lean 4 formalization of results concerning finite-time breakdown in the Navier–Stokes and incompressible Euler equations, developed by OpenAI. For Navier–Stokes with positive viscosity, it formalizes constructions on both three-dimensional Euclidean space and the periodic torus using smooth initial data and external forcing; the results rule out global smooth solutions under the stated kinetic-energy or existence conditions. For the unforced Euler equations, it formalizes a smooth, compactly supported, divergence-free initial velocity whose solution develops a finite-time singularity, with the velocity’s C1 norm becoming unbounded and the time integral of the vorticity’s L-infinity norm diverging. The repository uses Lean 4, Mathlib, and Lake. Its formalizations can be built after fetching the Mathlib cache, and the repository provides separate instructions for independently checking them with Comparator.

Mentioned in
1 video
Kind
Other
NNo. 3710
AIAINotes.us AI product

NiubiGEO

Open source · Albert-Weasker/niubigeo

NiubiGEO is an open-source, self-hosted tool for tracking how AI models describe products and brands, which competitors they name, and which sources they cite. It accepts a domain, queries selected OpenRouter models with optional web search, and stores each model's original answer, descriptions, competitor associations, keywords, citations, ordinary URLs, errors, and execution conditions. Users can confirm model-derived competitors and keywords for follow-up tests that omit the target brand's name, repeat measurements, and schedule monitoring runs. Results are organized into separate projects for different domains and retain historical records so findings can be traced back to the underlying answers and evidence. The project states that it does not track traditional search-engine rankings and that offline and web-enabled tests should be interpreted separately. The Community Edition is free, open source, and licensed under Apache-2.0. It runs locally with Node.js 22 or later, requires an OpenRouter API key for testing, and can also be deployed with Docker; users pay the model, search-service, and hosting costs they incur. The project also offers paid AI testing by real people and GEO optimization services.

Mentioned in
2 videos
Kind
AI
NNo. 0527
AIAINotes.us Tool

npm

npmjs.com

npm is the package manager and online registry for JavaScript and Node.js packages. Originally developed by npm, Inc. and now maintained by GitHub, it provides the npm CLI for installing, publishing, and managing packages and the npmjs.com registry for hosting them.

Mentioned in
5 videos
Kind
Other
ONo. 3712
AIAINotes.us AI product

OKF Agent Memory

Open source · okf-memory/okf-agent-memory

OKF Agent Memory is a Git-native persistent memory layer for AI coding agents, developed as a pure Go CLI and library. It stores project knowledge as plain Markdown files with YAML front matter in a repository, following the vendor-neutral Open Knowledge Format (OKF) v0.2 rather than relying on an external vector database. The tooling parses and validates OKF bundles, builds an in-memory BM25 index for local lexical search, and provides progressive disclosure through hierarchical index files and link graphs. Its search-before-write workflow queries existing concepts before creating new ones; concepts can include provenance, trust tiers, lifecycle metadata, and code references for linking knowledge to source files. The standalone executable also supports creating and updating concepts, bootstrapping the memory structure into a project, and running an embedded Model Context Protocol (MCP) server over stdio for agent platforms. The repository reports sub-300-microsecond concept search and approximately 4-millisecond graph validation for its benchmark cases, with no external databases or API costs for retrieval. It is distributed under the MIT License.

Mentioned in
2 videos
Kind
AI
ONo. 0105
AIAINotes.us AI product

OpenAI

Open source · openai

OpenAI is an AI model provider whose language models are available through an API and can serve as one provider in multi-model routing architectures. The videos describe its models being used for AI replies and extraction, Amazon-review analysis and customer-service email generation, legal workflows, complex software development and debugging, and experimental or auxiliary agent tasks.

Mentioned in
12 videos
Kind
AI
ONo. 3744
AIAINotes.us Tool

Open-Meteo

open-meteo.com

Open-Meteo is an open-source weather API providing forecast, current-condition, and historical weather data through HTTP GET requests that return JSON. It aggregates more than 30 weather models from national weather services, normalises outputs to hourly resolution, and supports historical datasets including ERA5 reanalysis, historical forecasts, previous model runs, and archived individual runs. The API requires no authentication for non-commercial use, and its data is licensed under CC BY 4.0; the server code is available under the AGPLv3 license for self-hosting.

Mentioned in
1 video
Kind
Other
ONo. 3771
AIAINotes.us Tool

OpenShaders

Open source · openshaders/openshaders

OpenShaders is an open-source platform and registry for discovering, creating, publishing, and using shader code in websites. It is being built around a collection of WebGL and WebGPU shaders, a live editor for creating and collaborating on shaders, and ready-to-use React components and JavaScript modules, including a shadcn registry for installing shaders from a terminal. The platform is hosted at openshaders.com and is released under the MIT license; its full experience is still under development, while users can claim usernames, generate shaders, explore existing work, and copy shader code.

Mentioned in
3 videos
Kind
Other
PNo. 3727
AIAINotes.us Tool

p5.js

p5js.org

p5.js is a drawing framework and library for creating interactive sketches. Its official site provides a library reference, learning examples, a community gallery, and downloadable library releases.

Mentioned in
1 video
Kind
Other
PNo. 0367
AIAINotes.us AI product

Perplexity

perplexity.ai

Perplexity is an AI-powered answer engine and search assistant that retrieves current information, verifies facts, and supports search operators such as site:reddit.com to narrow results. It is also offered as a cloud-based model and agent platform that can run as an AI assistant or computer agent. It is a commercial product developed by Perplexity AI.

Mentioned in
6 videos
Kind
AI
PNo. 2017
AIAINotes.us Tool

PostgreSQL

postgresql.org

PostgreSQL is an open-source relational database management system maintained by the PostgreSQL Global Development Group. It provides SQL-compliant, ACID transactions, MVCC concurrency, and extensibility through custom types, functions and extensions, and is used for general-purpose and enterprise database workloads.

Mentioned in
5 videos
Kind
Other
PNo. 3708
AIAINotes.us AI product

PR Lens

Open source · coldteadotai/pr-lens

PR Lens is a pull-request visualization tool by Coldtea that generates animated architecture and data-flow diagrams and posts them inside GitHub pull requests. It maps a change's components and call paths, uses green for new elements, amber for changed elements, and red for removed elements, and provides step-by-step walkthroughs, nested diagrams, and interactive canvases with pan, zoom, and light or dark themes. It is available as a GitHub App, GitHub Action, CLI, or coding-agent skill. The CLI analyzes a diff against a merge base, produces a graph document, renders theme-paired SVGs, validates documents against a schema, and can compose the pull-request comment. The GitHub Action can use Gemini, OpenAI, or an OpenAI-compatible endpoint; the agent skill lets a coding agent generate and attach the diagrams. Repository configuration in .github/pr-lens.yml supports renames, exclusions, lane pins, and groupings. The repository documents Node 20.11+ and pnpm 10 requirements and is licensed under the MIT License.

Mentioned in
1 video
Kind
AI
PNo. 0240
AIAINotes.us AI product

PyTorch

Open source · pytorch/pytorch

PyTorch is a Python machine-learning library for tensor computation and deep neural networks, with CPU and GPU execution. Its tensor library provides NumPy-like operations, while its tape-based autograd system uses reverse-mode automatic differentiation for differentiable tensor operations and dynamically defined networks. The project also includes neural-network, compilation, multiprocessing, and data-loading components, and supports extensions through Python packages such as NumPy, SciPy, and Cython.

Mentioned in
3 videos
Kind
AI
QNo. 3726
AIAINotes.us Tool

Qt

qt.io

Qt is a cross-platform software development framework providing libraries and APIs for building applications from user interfaces to core functionality. The Qt ecosystem also includes Qt Creator, a cross-platform IDE; Qt Design Studio, a visual 2D/3D UI editor; Qt for MCUs for constrained devices; and tools for software quality, testing, architecture, static analysis, and deployment.

Mentioned in
1 video
Kind
Other
RNo. 3737
AIAINotes.us Tool

RabbitMQ

rabbitmq.com

RabbitMQ is an open-source messaging and streaming broker for communication between distributed applications and microservices. It supports open protocols including AMQP 1.0 and MQTT 5.0, with client libraries for multiple programming languages. Applications can publish messages to queues or streams, route and filter them to consumers, acknowledge delivery, replicate messages across clusters, and connect deployments using shovels or federation. Common uses include decoupling services, remote procedure calls, event streaming, and IoT messaging; in the cited video, it transports events between booking services. The software is available under the Mozilla Public License 2.0, and Broadcom offers a commercial Tanzu RabbitMQ edition with enterprise support.

Mentioned in
1 video
Kind
Other
RNo. 0513
AIAINotes.us Tool

React

Open source · facebook/react

React is a JavaScript library for building web and native user interfaces. It uses declarative views that update the appropriate components when application data changes, and lets developers compose encapsulated, state-managing components into larger interfaces. React code can use JSX, an HTML-like syntax for defining interface elements, although JSX is optional. The library is designed for gradual adoption, can render on the server with Node, and supports mobile applications through React Native. Its core repository is developed openly on GitHub under the MIT license.

Mentioned in
10 videos
Kind
Other
RNo. 3747
AIAINotes.us Tool

rolling-number

Open source · kitlangton/rolling-number

A software component that animates rolling number values using CSS keyframes.

Mentioned in
1 video
Kind
Other
RNo. 3766
AIAINotes.us Tool

Rolling Number

Open source · kitlangton/rolling-number

Rolling Number is a TypeScript library for interruptible, locale-aware rolling numbers on the web, with a framework-independent DOM API and optional React and Solid adapters. It formats values with native Intl.NumberFormat, animates bounded digit reels using native browser animation playback and sampled critically damped spring easing, and samples the current position and velocity when an update interrupts an animation rather than restarting from the old target. It also provides RollingText for direct glyph transitions, alphabet-wheel animation, and split-flap displays. React and Solid adapters keep readable formatted text separate from decorative animated glyphs, while reduced-motion, unsupported formats, and offscreen states retain static text for accessibility; decorative glyphs are hidden from assistive technology. The DOM core has no runtime dependencies and the project is MIT licensed.

Mentioned in
1 video
Kind
Other
RNo. 0706
AIAINotes.us Tool

Rust

Open source · rust-lang/rust

Rust is a systems programming language and toolchain developed by the Rust project. Its compiler, standard library, documentation, package manager and build tool Cargo, formatter rustfmt, linter Clippy, and editor support are maintained in the main repository. The language uses a rich type system and ownership model to enforce memory and thread safety at compile time, while targeting fast, memory-efficient software for critical services, embedded devices, and integration with other languages. Rust is primarily distributed under the MIT and Apache 2.0 licenses, with portions under BSD-like licenses.

Mentioned in
7 videos
Kind
Other
SNo. 3754
AIAINotes.us Tool

Spun

Open source · yappologistic/Spun

Spun is a source-available music player for Linux that presents album artwork through CD, vinyl, cassette, and TP-7-inspired recorder interfaces. It plays local music and can browse YouTube Music anonymously, connect to Jellyfin, Navidrome, or Subsonic servers, and control Apple Music through a running Cider instance. Its player provides shared playback controls, queues, album details, lyrics, seeking, mini mode, desktop media controls, and optional modeled 3D views with lighting based on Noctalia's wallpaper palette. The application supports local imports without copying or modifying the original music files, separate queues for its supported sources, and an optional TX-6-style mixer for local, YouTube, Jellyfin, or Subsonic audio. YouTube support uses an isolated Python helper based on ytmusicapi and yt-dlp; Cider connectivity uses its local API and handles Apple Music authentication and streaming. The mixer performs EQ, delay, compression, and channel mixing inside Spun, but does not support external USB hardware, recording, MIDI, or separate auxiliary outputs. Spun is built from source with CMake, Ninja, Qt 6.8 or later, and TagLib 2.0 or later; Qt Quick 3D is optional. The repository states that there is no packaged installer yet. Its original code and assets are distributed under the PolyForm Noncommercial License 1.0.0, which is source-available and not OSI-approved.

Mentioned in
2 videos
Kind
Other
SNo. 3720
AIAINotes.us AI product

SuperAstra

Open source · ScottStevenson/SuperAstra

SuperAstra is a SNES-themed desktop companion that uses natural-language prompts to investigate and alter a running game through BizHawk. Its agent receives screenshots, cartridge identity data, emulator registers, memory scans, hardware-domain reads, controller probes, and checkpoint results; it can search cartridge data, identify game-memory structures, create routines or guarded patches, test changes, and retain cartridge-specific findings in a local notebook. Each committed mutation can be undone through emulator checkpoints, while named experiment checkpoints support controlled trials that restore the player's prior state. The prototype runs on Windows or Linux with Python and Tkinter, BizHawk using its BSNES SNES core, a ROM, and an OpenAI API key configured for the stated model; it also includes limited local Mario shortcuts that do not require an API key. It does not patch the original ROM file, create exportable ROM patches, expand ROM capacity, or guarantee success on unfamiliar games. The original source is MIT-licensed.

Mentioned in
1 video
Kind
AI
SNo. 3764
AIAINotes.us Tool

System Data Unpacked

Open source · Jarvis322/macos-sysdata

System Data Unpacked is a macOS menu bar and windowed app that inventories the contents of macOS System Data and lets users review or delete items individually. It uses category-specific storage probes to measure simulator runtimes and devices, Xcode data, package-manager stores, developer tools, logs, virtual machines, Docker data, snapshots, application data, project build folders, and other large folders; a final catch-all probe reports large paths not claimed by another category. Each result includes its measured size, category, safety level, and available reclaim action. Safe items can be deleted, review items are moved to the Trash first, and manual items show the relevant command or settings path. Before deletion, the app displays the exact operations and can batch compatible root actions through macOS authorization prompts. It records scan and deletion history locally, provides filtering, age and growth information, optional low-space and growth notifications, a JSON command-line inventory, and an opt-in weekly automatic cleanup for Safe items. The app makes no network requests except an optional daily GitHub update check, requires macOS 14 or later, and is distributed as a signed and notarized macOS app or through Homebrew. Current versions are proprietary; versions through 0.3.7 remain MIT-licensed.

Mentioned in
1 video
Kind
Other
TNo. 2551
AIAINotes.us Tool

Tailscale

Open source · tailscale/tailscale

Tailscale is a networking service for creating private WireGuard-based networks between a user's devices and servers. It can provide remote access over SSH and route traffic through an authorized device configured as an exit node, such as a local Mac, so external websites see that device's network address rather than the server's data-center address. The project includes the open-source `tailscaled` daemon and `tailscale` command-line tool, with the daemon running on Linux, Windows, macOS, and to varying degrees on FreeBSD and OpenBSD. The repository also supplies code used by Tailscale's mobile applications; platform-specific GUI wrappers and hosted-service components are separate. Packages are provided for several distributions, and the project uses WireGuard with authentication features including 2FA, OAuth, and SSO.

Mentioned in
7 videos
Kind
Other
TNo. 3768
AIAINotes.us Tool

Tailtab

Open source · Stocist/Tailtab

Tailtab is a browser extension and native host that gives each browser profile its own Tailscale node, allowing profiles to use different tailnets and exit nodes simultaneously. The extension communicates with a Go host through native messaging; the host embeds Tailscale's tsnet, becomes a tailnet node, and exposes an authenticated HTTP/SOCKS5 loopback proxy. Chromium uses a PAC script and Firefox applies equivalent per-request proxy rules, so tailnet traffic—including MagicDNS, tailnet domains, and routed private ranges—uses Tailtab while ordinary browsing bypasses it. Each profile has separate node keys and state, and the proxy uses a per-process credential to prevent other programs from borrowing the profile's identity. Tailtab also supports multiple Tailscale accounts, custom Headscale-compatible coordination servers, per-profile exit nodes, and tailnet machine search. It is distributed from the GitHub repository with release binaries and browser extension packages for Chromium-based browsers and Firefox/Zen; installation is currently manual, and the project describes itself as experimental. It is licensed under BSD-3-Clause.

Mentioned in
1 video
Kind
Other
TNo. 2097
AIAINotes.us Tool

Three.js

Open source · mrdoob/three.js

Three.js is an open-source JavaScript 3D library developed in the mrdoob/three.js project for assembling and rendering procedural scenes in browser applications, including Fable 51 Worlds, Human Atlas, browser FPS worlds, CAD workspaces, and physics games. It creates scenes containing cameras, geometry, materials, meshes, and animations, with WebGL and WebGPU renderers and SVG and CSS3D renderers available as addons. Its official site and repository provide documentation, examples, tools, an editor, community resources, and a JavaScript module distribution.

Mentioned in
6 videos
Kind
Other
TNo. 3765
AIAINotes.us Tool

tmax

Open source · theo-kirby/tmax

tmax is a tmux extension that presents local and remote tmux sessions from configured SSH hosts through one deduplicated session switcher. Its fzf-based popup groups sessions by computer, supports filtering, previews, favorites, host locking, session creation and confirmed deletion, and can create a local session when no match is found. Remote sessions are represented as local proxy sessions and attached through tmux control mode over SSH. Recognized operations such as new windows, splits, layouts, zoom, renaming, and pane or window deletion are routed to the remote machine; the tool reconnects after dropped links and periodically reconciles opened sessions. Remote terminal scrollback is not imported, custom tmux commands are not translated, and disconnected hosts retain cached entries. An optional Python collector and agent integrations report activity from Claude Code, Codex, and Pi using lifecycle hooks, showing working or waiting indicators for windows and sessions. tmax is installed as a tmux plugin or run-shell entry, requires tmux, Python, and fzf, and uses a JSON configuration for remote hosts. Remote setup requires SSH key-plus-account-password authentication; passwords are not saved, and authenticated hosts use a local 24-hour lease and watchdog.

Mentioned in
1 video
Kind
Other
TNo. 2226
AIAINotes.us Tool

tmux

Open source · tmux/tmux

tmux is an open-source terminal multiplexer that creates, accesses, and controls multiple terminals from a single screen. A session can be detached while its terminals continue running in the background, then reattached later, allowing terminal-based processes such as coding agents to survive disconnection. It runs on OpenBSD, FreeBSD, NetBSD, Linux, macOS, and Solaris, and is built from source with dependencies including libevent and ncurses.

Mentioned in
3 videos
Kind
Other
VNo. 2147
AIAINotes.us Tool

V8

v8.dev

V8 is an open-source JavaScript and WebAssembly engine developed by the V8 team at Google and distributed with the Chromium project. It executes ECMAScript by compiling to native machine code using a multi-tier architecture (Ignition interpreter and TurboFan optimizing compiler), provides garbage collection, snapshotting, a C++ embedding API, and is used in Chrome, Node.js, Deno and other C++ hosts. The project is released under a BSD-style license and its official documentation is published at v8.dev.

Mentioned in
3 videos
Kind
Other
VNo. 3761
AIAINotes.us Tool

Vintage LaTeX

Open source · Foadsf/vintage-latex

Vintage LaTeX is a repository of twenty standalone LuaLaTeX and MetaPost examples covering period-inspired scientific-paper typography, engraved plates, diagrams, charts, tables, and mathematical illustrations. The examples are maintained as independently compilable source files, with build scripts for producing the output; they use LuaLaTeX for document pages and MetaPost, including the external fiziko library, for several figures. The collection demonstrates historical ligatures, old-style figures, warm paper and ink colors, hatching, computed optical rays, generated logarithm tables, star charts, and other mechanisms while retaining diagram labels as searchable text in the resulting vector PDFs. The source, prose, and generated examples are licensed under CC BY-SA 4.0; fiziko is a separate GPL-3.0 dependency.

Mentioned in
1 video
Kind
Other
VNo. 3762
AIAINotes.us Tool

Vistep

Open source · int64ago/vistep

Vistep is an interactive educational visualization site for explaining mechanisms in science, computation, and everyday systems through bilingual English-and-Chinese visual stories. Its chaptered films synchronize animation with recorded narration, captions, and transcripts; browser-based experiments connect independent calculations to geometry, motion, and readouts so changing inputs updates the visualization. Topics include JPEG compression, bicycle gearing, refrigeration, pendulums, laser printing, web loading, and elevator scheduling. The open-source collection is built with Astro, React, TypeScript, SVG, Canvas, and Three.js, and can be run locally with Node.js and pnpm. The source code and documentation are MIT licensed.

Mentioned in
1 video
Kind
Other
WNo. 3715
AIAINotes.us Tool

Whiteboard Animator

Open source · masihsultani/whiteboard-animator

Whiteboard Animator is a CPU-only Python package and command-line tool that converts a finished whiteboard-style image into a hand-drawn reveal video. It can write detected text word by word, trace outlines, fill shapes with brush strokes, and decompose branched line art into sequential pen paths; narration audio can pace the drawing, and multiple scenes can be concatenated into one MP4. It is the render engine behind the Whiteboard format at Kinoslide. The engine identifies connected non-white pixel components and uses a bundled CRAFT text detector to distinguish text from drawn shapes. It orders components using relationships such as containers before contents, shapes before labels, reading order for text, and attachment of small dots to glyphs. It assigns reveal times based on component area or a region plan, then follows skeletons and outlines with reveal fronts, brush strokes, or sequential paths before streaming frames to FFmpeg. Rendering requires no GPU, API key, training, or model beyond the bundled text detector; an optional Gemini-based region-detection feature requires a Gemini extra and GOOGLE_API_KEY. The package provides the `whiteboard-animate` CLI and a Python API, requires Python 3.10 or later plus FFmpeg and ffprobe, and is distributed under the MIT license. It is intended for clean marker-style drawings on white backgrounds rather than photos, gradients, or textured backgrounds.

Mentioned in
2 videos
Kind
Other
WNo. 3738
AIAINotes.us Tool

Wolverine

In the AINotes directory

Wolverine is a software tool for moving events and supporting durable inbox and outbox patterns.

Mentioned in
1 video
Kind
Other
ZNo. 0410
AIAINotes.us Tool

Zoom

zoom.us

Zoom is a communications platform developed by Zoom Video Communications, Inc. that provides video conferencing, chat, VoIP phone, webinars, whiteboard, contact center and virtual events for businesses and individuals. Founded in 2011 and headquartered in San Jose, California, it is widely used for remote meetings and collaboration.

Mentioned in
5 videos
Kind
Other

AI in practice

Used for

Agents

  • Dream Loop — Build a 3D scene toward a target screenshot. 2 held 09:20
  • Bang Motion — Produce openers, bumpers, and kinetic typography for video briefs. 1 held 10:17
  • browser-use-pi — Operate websites through a persistent browser session and continue tasks across follow-up queries. 2 held 10:41
  • Astra Advisor — Plan software work, delegate subtasks to suitable models, and prevent unreviewed merges. 1 held 11:09
  • SuperAstra — Edit a running SNES game from natural-language change requests. 2 held 12:54

Business ideas

A GitHub app or CLI that turns pull-request changes into animated architecture and data-flow diagrams, using colors to distinguish new, changed, and deleted elements.

For
Development teams reviewing large or AI-generated pull requests.
Solves
Reviewers otherwise have to scroll through a diff and reconstruct what moved where.

    A permissioned connector that lets an AI assistant answer questions about bank spending without receiving or storing banking credentials.

    For
    Bank customers who want natural-language analysis of their transactions.
    Solves
    People cannot easily ask an AI assistant questions about their own spending while keeping credentials and financial data protected.
    • A user can ask what they spent on groceries in August.

    A service that queries several AI systems to show how they describe a brand, which competitors they mention, and which sources they cite.

    For
    Businesses monitoring their visibility and competitive positioning in AI-generated recommendations.
    Solves
    A company may not know whether AI assistants mention its product, which competitor they prefer, or what sources influence the answer.
      🔒  Build steps and tools for 35 ideas. Unlock

      Links mentioned

      🔒 Full analysis locked

      Unlock more videos and the full analysis

      A credit unlocks one video's full analysis for good — the build steps, the tools and how each was used, the methods behind every use case. Pro opens the whole library instead, and raises how many videos you can analyse a day.

      Unlock full analysis — free

      Transcript

      Searchable transcript of GitHub Trending Weekly #48: pr-lens, bankmcp, niubigeo, i-have-adhd, bot-crossing, Spun, Flectar — Github Awesome (15:31). Search for a phrase, then click its timestamp to jump straight to that moment in the video.

      Captions sourced from the original video on YouTube, published by Github Awesome. The video, its captions and all related intellectual property remain the property of their respective owners; AINotes claims no ownership. Provided for research, accessibility and search — see the Transcript Notice and Copyright Policy.

      00:00 Welcome back to GitHub awesome. This is GitHub trending weekly number 48. 35 trending open source projects on GitHub right now. Let's go. Reviewing a PR full of AI generated changes means scrolling a diff trying to reconstruct what moved where. PR Lens drops an animated diagram into the pull request. One for architecture, one for data flow. Color-coded green for new, amber for changed, red for deleted.

      00:24 It scales up to a monor repo. six lanes and 37 nodes in their tests. Run it as a GitHub app with no API key or a CLI you can preview locally. Bank MCP lets your AI assistant see your bank account read only so you can just ask what you spent on groceries in August. It runs on PSD2, the open banking standard covering over 2,700 European banks. And you log into your bank's site to approve access.

      00:52 Your credentials never touch this server. It doesn't store balances or transactions, just consents and account IDs. You have no idea if chat GPT or claude mentions your product when someone asks for a recommendation or who gets named instead. Newbio answers that. You give it a domain. It queries OpenAI, Anthropic, Gemini, Perplexity, Deepseek, and shows how each one describes your brand, where it loses to a competitor, and which source got cited.

      01:22 Every conclusion links back to the real answer. Coding assistants love to explain themselves before they tell you what to do. This skill flips that. It forces Claude Codeex to lead with the next concrete step, numbers the tasks, cuts the tangents, and gives you a real time estimate instead of vague words. No more hope. This helps at the end either. Despite the name, you don't need an ADHD diagnosis to want responses that get to the point.

      01:52 This turns your face into a meme dispenser on video calls. Media pipe watches your expressions and the moment you roll your eyes or throw the timeout gesture, it overlays the matching reaction and pipes the feed out as a virtual camera. Sarin Zoom or Teams treat as a webcam. It calibrates to your resting face first since everyone's neutral expression reads slightly different.

      02:14 14 reactions built in plus room for your own gifts. Ever Room is trying to fix the messiest part of using AI agents, context. Instead of dumping every file and chat into one prompt, it builds context rooms, scoped workspaces, where an agent sees only what belongs to that project with provenence. Every document edit lands as a reviewable operation. You can inspect before it runs and everything stays local by default.

      02:44 OKF agent memory skips the vector database entirely. It stores agent memory as plain markdown with YAML front matter inside your repo's knowledge folder. So every fact is a git diff away from audit or roll back. Search runs on local BM25 indexing and the maintainers clock search latency under 300 micros with zero embedding costs. It enforces a search before write habit so agents stop reinventing the same concepts.

      03:13 Bot crossing turns your coding agent sessions into a little astronaut colony. Each repository gets a plot and each session gets an astronaut whose behavior reflects whether it's working, stuck, or waiting for you. Click one to reopen the original thread. It reads local session files from clawed code, codecs, and parts of cursor without uploading them.

      03:35 Spun is a Linux music player that turns album artwork into a CD with vinyl and cassette views, too. You can drop in local music or browse Apple Music through Cider, then search and rearrange your queue without switching apps. Cider still handles streaming and must stay running. It's built in QT and C++ with a quiet Material Design 3 look that stays out of your way.

      04:00 Anything to explainer skips the choice between hiring a presenter and trusting a generative model to draw your diagram. Give it a topic or a document and it renders the whole video in code through motion. So every frame is deterministic and every number traces to a source. It writes the voice over, syncs subtitles word by word and runs a QC pass before final render.

      04:22 Cool brushes is a drawing app built around one weird idea, six brushes that don't feel like brushes. There's score, which paints in musical staff notation, schematic for technical diagrams, and gunplot, which draws in model kit components. Switch between any of them, and you're still on the same canvas. Nothing reloads, nothing resets. It's built on p5.js, bundled locally with no CDN dependency.

      04:50 MacTap turns knocking on your MacBook into a keyboard shortcut. It reads the motion sensor built into Apple silicon, M2 and later, or M1 Pro, Max, and Ultra. So it can tell a single knock from a double left edge from right. Each pattern maps to an action with swappable presets for different workflows, plus per app overrides. Tap classification runs entirely on device.

      05:12 Nothing leaves the machine. Whiteboard animator turns a finished whiteboard style image into a video of someone drawing it one stroke at a time. It runs a bundled text detector so it writes actual words instead of tracing letters and orders the drawing the way a person would contain contents. Feed it a narration and it paces the strokes to match. It runs entirely on CPU.

      05:37 No GPU or API key needed though Gemini is optional for picking regions automatically. Flector Mail skips the part where your email client is secretly a browser tab. It's written entirely in Rust and renders HTML email through its own pipeline instead of a web view. So nothing in your inbox gets a script engine to run in. The maintainers say it launches instantly on as little as 20 megabytes of RAM.

      06:02 It syncs Gmail, Outlook, and plain IMAP or JMAP, stores everything locally, and blocks remote images by default. Inslib fuses your IMU with GPS, a barometer, and a magnetometer into one navigation solution written in pure C11 with zero dependencies. So it fits on a microcontroller. It runs a UDU common filter for stability, holds altitude through a GPS outage via the barometer and never allocates or recurses.

      06:29 Safe for a real control loop. Feed Galileo has or Ublock Spartan corrections and the maintainers report accuracy down to a few centimeters. tighter still with RTK. This repo skips the toy CRUD tutorial for a real flight booking backend split across five.NET services. Booking rights run through event store DB with actual event sourcing and Rabbit MQ plus Wolverine move events between services with durable inbox and outbox patterns.

      06:59 So messages process exactly once. The rest splits reads and writes across Postgress and MongoDB under CQRS with gRPC for service calls. a full observability stack. Highlight skips the fake glass look everyone's used since 2020. Blur plus a translucent layer and actually bends light. It computes a distance field for each element's rounded corners and runs the refraction through real Snell's law physics.

      07:26 So straight lines curve at the edges like actual glass. It's one JavaScript file. No WebGL, no build step, just SVG filters and backdrop filter. Vintage Latex doesn't fake old paper with a filter. It rebuilds how 19th century documents were actually type set. 20 standalone lux and metapost examples cover the long s period liatures and lens ray tracing with diagrams that stay real searchable text instead of a flattened image.

      07:53 It runs on eBaramond and the physico library and needs lux specifically. PDF latex won't compile it. Vstep turns things like JPEG compression or elevator scheduling into animated films you can pause and poke at. Each scene pairs a chapter video with its own calculation model. So adjusting a variable actually recalculates the visualization instead of replaying a canned animation.

      08:20 It runs entirely in the browser, no account or API key with narration and captions in English and Chinese. Your dynamic dashboard replaces your new tab with a command center that never phones home. Everything from search history to your to-do list stays local. It's built-in vanilla JavaScript, no framework bloat with a command pallet on control K, drag and drop tasks, live weather pulled from Open Media, and a voice search mode they call Jarvis mode.

      08:52 CIS data goes after the system data bucket. Mac OS never lets you actually see into it. scans roughly 180 items, simulator runtimes, Xcode caches, Docker volumes, old time machine snapshots, and tags each safe review or manual. Reviewable deletions go to trash first with 30 days to change your mind. The maintainer says killing booted simulators at shutdown cut their own tear down time from 33 seconds to under six.

      09:20 Dream Loop is an agent skill that builds toward a picture instead of a spec. It generates a target screenshot, builds the scene in 3JS, then hands the result to a critic sub aent that compares it against the target and sends back notes, looping until it's satisfied. There's optional Blender support for custom 3D modeling. The demo, an isometric fantasy build called Vesper, took about an hour to build with GPT6 Astra.

      09:48 T-max treats every T-Max session on every machine you SSH into as one searchable list instead of a pile of separate ones. Hit prefix plus space and an FZF popup shows local and remote sessions together with Vim style navigation and it'll flag whether a clawed code or codeex agent running in one is idle, working, or waiting on you. Remote sessions attach over SSH through T-Max's control mode and reconnect automatically if the connection drops.

      10:17 Bang Motion exists to stop AI agents from turning every video brief into a PowerPoint deck with fade transitions. It's an agent skill for openers, bumpers, and kinetic typography that enforces an anti-slide rule in code, so scenes get a moving camera and a persistent subject instead of a cut. Every frame is a pure function of time, so you can scrub it frame by frame.

      10:41 browser use pies the usual playwright wrapper and has the model write raw JavaScript straight into a persistent V8 ripple which then talks to Chrome over the DevTools protocol directly sessions persist with saved login so follow-up queries pick up where the last one left off instead of starting a fresh browser you can cap runs by cost time or step count and it exports recordings and GIFs so you can actually see what the agent clicked lets GPT6 Astra act like a tech lead instead of just a coder.

      11:13 It plans the work, decides which of three sub aent models actually needs to run it. Saul, Terra, or Luna, and won't merge anything until a fresh reviewer signs off. Every delegation shows its actual runtime settings and cost, plus a same token price comparison, so you can see what that exact task would have cost on a different model. Rolling number animates numbers rolling or flipping to a new value.

      11:38 And if the value changes again mid animation, it doesn't restart. It just interrupts and resumes toward the new target. It runs on CSS key frames with sampled spring easing instead of a JavaScript animation loop. And it's accessible by default. Screen readers get the plain formatted text while the animation stays decorative. Mor bolts reactivity onto HTML you already have without making you adopt a framework.

      12:06 You get automatic dependency tracking and DOM bindings that update when state changes, batched so it doesn't thrash the page, and elements clean themselves up when they're removed from the DOM. There's no virtual DOM, no components, no build step, just a native ES module you drop in from npm or a CDN. Tail tab gives every browser profile its own tail scale node.

      12:29 So different profiles can sit on entirely different tail nets at once instead of sharing one connection. It only routes tailnet traffic through the tunnel, picks a separate exit node per profile, and lets you switch tail scale accounts without reauthenticating each time. Everything runs through an authenticated loop back proxy, so nothing else on the machine can piggyback on the tunnel.

      12:54 Super Astra hooks into the Bis Hawk emulator and lets you edit a running SNES game just by describing what you want changed. It digs through the game's memory, RAM, hardware domains, the CPU bus to find the right values, and keeps a running notebook of what it's learned about that specific cartridge. You get checkpoints to test a hypothesis against a known game state, plus eight undo states if something breaks.

      13:21 Open AAI's Navier Stokes and Uler publishes lean proofs accompanying its reported results on when smooth fluid motion breaks down. The repository covers Navier Stokes with external forcing and Oiler without it. An important distinction when reading the headlines. You can build the formalizations using lean and math lib with separate instructions for independent checking through comparator.

      13:46 Gridline is a full spreadsheet app built in plain HTML, CSS, and JavaScript. No frameworks, no CDN, nothing running server side. The formula engine has its own tokenizer and parser behind 83 functions, handles cross sheet references, and renders the grid through web GPU with a canvas 2D fallback. It opens CSV and partially reads XLSX, plus its own JSONbased.grid line format, and everything autosaves locally in the browser.

      14:14 Deep Select replaces PyTorch's stock TopK with a custom CUDA kernel built for DeepSseek's sparse attention and sampling. And the team says it's two to 20 times faster than the vanilla version depending on the scenario. It's tuned for two specific cases, a BFlat 16 lightning indexer path and a float 32 sampling path and handles top K values up to 4,96 across variable batch and vocabulary sizes.

      14:42 Open Shaders wants to be the shad CN of shader code, a registry you install from the terminal instead of copy pasting from some WebGL demo you'll never find again. It ships a live editor supporting both WebGL and WebGPU plus ready-made React components and JS modules, so a shader actually drops into a real site instead of staying a standalone demo. Vante detects drones by listening for propeller noise rather than radio transmissions.

      15:09 Four microphones feed a small processor that triggers audible, visual, and vibration alerts, then shares the warning with nearby units over Laura. The repository includes firmware, hardware designs, and a simulator. It only detects and alerts. It cannot locate or stop a drone.