Reading up on GitHub
100 deep · digging since nov 21, 25
- How GitHub gave every repository a durable owner - The GitHub Blog
GitHub scanned its 14k internal repos, gave every active repo a validated owner via custom properties, archived ~8k unused ones, and enforced ownership at creation within 45 days.
- Building an Intern
Building a practical Slack agent required 100k lines of TypeScript and four months of iteration to handle serverless constraints, credential management, and secure tool orchestration.
- Commit History — a star-history for a GitHub user’s lifetime commits
Commit History visualizes any GitHub user's cumulative public commits over their entire lifetime as a chart, similar to star-history.com but for commits.
- The modern company won't have bullshit jobs
AI agents can automate administrative overhead like syncing tools and tracking metrics, freeing humans for strategic work.
- Software is made between commits
The article argues that software is truly made during the messy, unstructured work between commits, and proposes a tool like DeltaDB to capture that process for review.
- Creating a VS Code agent hook to respond to file changes - Human Who Codes
VS Code agent hooks provide deterministic shell commands that trigger on specific agent-loop events, enabling guaranteed follow-up automation like regenerating types after editing wrangler.jsonc.
- Coding sessions in Linear – Changelog
Linear Agent can now write and review code using Claude Code and Codex, enabling end-to-end issue-to-ship workflows from within Linear.
- Free SQL→ER diagram tool, runs in the browser, nothing uploaded
A developer built a free, open-source browser-based tool that converts SQL CREATE TABLE statements into interactive ER diagrams without uploading data to any server.
- I found 10k GitHub repositories distributing Trojan malware
A researcher found 10,000 GitHub repositories distributing Trojan malware, likely targeting AI coding agents that automatically clone and run dependencies.
- Anthropic ships major Claude Design overhaul with design system imports, code round-trips, and a fix for its token-burning problem
Anthropic's Claude Design overhaul adds design system imports, Claude Code integration, and shared token limits to reposition the tool from a viral demo into an enterprise design-to-code platform.
- Introducing Vercel Connect - Vercel
Vercel Connect replaces long-lived provider tokens with runtime, scoped, short-lived credentials accessed via OIDC for agents and apps.
- A backdoor in a LinkedIn job offer - Roman Imankulov
A fake recruiter sent a LinkedIn job candidate a GitHub repo with a backdoor that executes on npm install by running a remote-controlled command payload hidden in a test file.
- Claude Fable 5 and Claude Mythos 5 \ Anthropic
Anthropic launches Claude Fable 5, a safety-nerfed Mythos-class model for general use, and Mythos 5 for vetted cyber defenders, both at half the price of Mythos Preview.
- GitHub's plan for Agents — Kyle Daigle, GitHub
GitHub COO Kyle Daigle discusses how AI agents caused platform activity to surge 1400% in 2026, straining infrastructure and forcing GitHub to rethink open-source social contracts and reliability.
- How to Evaluate an npm Package - 2026 Edition
A practical checklist for evaluating npm packages in 2026 covering security, maintenance, provenance, CI quality, and incident response to make informed dependency decisions.
- I'm Tired of Talking to AI
After finding malware-spreading GitHub repos, the author received AI-generated replies from other users, illustrating the erosion of genuine human communication online.
- Don't Roll Your Own ... - Susam Pal
Websites should not override native browser behaviors for scrolling, navigation, text selection, or form controls, as doing so harms usability and breaks user expectations.
- A hacker group is poisoning open source code at an unprecedented scale
TeamPCP has automated its supply chain attacks with the Mini Shai-Hulud worm, breaching GitHub, OpenAI, and hundreds of firms.
- Dumb Ways for an Open Source Project to Die
The piece enumerates dozens of distinct ways open-source projects become effectively dead, from maintainer abandonment to sabotage and ecosystem shifts.
- Codex-maxxing - Jason Liu
The author details how Codex's durable threads, voice input, steering, memory vaults, heartbeats, and goals transform ephemeral AI chats into persistent, self-running workstreams for coding, knowledge work, and even customer service.
- We stopped AI bot spam in our GitHub repo using Git's –author flag
A repository used Git's --author flag with a captcha-based CI script to require prior contributions before allowing pull requests, blocking over 500 AI bot spam attempts in the first week.
- Red Squares – GitHub outages as contributions
A website visualizes GitHub's outage history as a contribution graph heatmap, showing 47.2 hours of downtime over 47 days in the last year.
- Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
Tilde.run provides versioned, transactional sandboxes for AI agents, enabling rollbacks on code, S3 data, and Drive files with audited network calls.
- Vibe coding and agentic engineering are getting closer than I'd like
AI-generated code is growing more competent, making it tempting to skip review and raising concerns about maintainability, trust, and long-term software quality.
- The April every AI plan broke - by Anton Zagrebelny
Flat-rate AI subscriptions broke in April 2026 as agentic workloads caused unsustainable unit economics, forcing providers to shift to per-token billing.
- Twenty Years of Stacking Commits — jd:/dev/blog
Stacked commits, not monolithic PRs, are the correct unit of code review—a truth Gerrit knew in 2008 that AI's speed and tooling like Mergify Stack are now forcing GitHub to finally admit with its native stacked PRs feature.
- bun/docs/PORTING.md at claude/phase-a-port · oven-sh/bun
This document defines the rules and idiom map for porting the Bun JavaScript runtime from Zig to Rust in a two-phase process: Phase A produces a draft Rust file, and Phase B makes it compile.
- I don't want your PRs anymore
An open-source maintainer argues that AI-generated pull requests are more trouble than they're worth, preferring to implement features himself using LLMs rather than review low-quality contributions.
- Ghostty is leaving GitHub
Ghostty creator Mitchell Hashimoto is moving the project off GitHub due to frequent outages and declining service quality since Microsoft's acquisition.
- If I Could Make My Own GitHub
A tech-titan fantasy dream of building a new forge that fixes GitHub's flaws with stacked PRs, pre-commit feedback, flexible approvals, and tiny self-hostable units.
- GitHub is sinking – David Bushell – Web Dev (UK)
GitHub has become unreliable and slop-filled under Microsoft, prompting users to migrate to alternative Git forges.
- Before GitHub | Armin Ronacher's Thoughts and Writings
Armin Ronacher argues that as GitHub declines due to instability and product churn, open source must preserve its history by moving to decentralized, archivally-funded homes that avoid the pre-GitHub era's fragility.
- Ghostty Is Leaving GitHub – Mitchell Hashimoto
Ghostty's creator is leaving GitHub due to persistent outages and degraded service, despite a deep 18-year emotional attachment to the platform.
- AI should elevate your thinking, not replace it
A collection of Hacker News commenters debate whether AI tools are causing engineering skill atrophy or merely exposing pre-existing mediocrity, with many arguing dependency is natural and the real issue is how AI is used.
- GitHub Stacked PRs
GitHub now natively supports stacked pull requests within monorepos, enabling developers to break large changes into smaller, reviewable PRs.
- Inside GitHub's Fake Star Economy
A CMU study found 6 million fake GitHub stars, with VCs using star counts as funding signals, creating a self-reinforcing economy of purchased popularity.
- GitHub Stacked PRs
GitHub now natively supports stacked pull requests, allowing developers to break large changes into small, reviewable layers with a stack map, cascading rebase, and a `gh stack` CLI.
- Show HN: I put an AI agent on a $7/month VPS with IRC as its transport layer
A developer built a two-tier AI agent on a $7/month VPS using IRC as transport, enabling visitors to ask about his work with real code access instead of rephrased resume text.
- Fast regex search: indexing text for agent tools
Cursor is building local indexes for regular expression search to reduce agent wait times from 15-second ripgrep runs in large monorepos.
- Rethinking open source mentorship in the AI era - The GitHub Blog
In the AI era, open source maintainers should use the 3 Cs framework to mentor strategically without burnout as contribution volume grows.
- GitHub · Change is constant. GitHub keeps you ahead.
GitHub markets its AI-powered platform, featuring Copilot for code writing and agent mode, collaboration tools, and AI-driven security, as essential for modern software development.
- gists.sh
gists.sh replaces the default GitHub Gist page with a clean, minimal viewer by simply swapping the domain in the URL.
- GitHub - vercel-labs/openreview: An open-source, self-hosted AI code review bot powered by Vercel.
Vercel Labs released OpenReview, an open-source, self-hosted AI code review bot that deploys to Vercel and uses Claude to provide on-demand PR reviews with inline suggestions and automated fixes.
- Code Review - Claude Code Docs
Anthropic's Code Review service uses multi-agent analysis to catch logic errors, security flaws, and regressions in GitHub pull requests, posting findings as inline comments without blocking merges.
- Build agents that run automatically
Cursor Automations let developers create always-on agents triggered by events (Slack, Linear, GitHub, PagerDuty, webhooks) to automate code review, monitoring, and maintenance tasks.
- Costless Sacrifice - Not Boring by Packy McCormick
As AI makes applying, writing, and coding nearly costless, signal drowns in noise, rewarding volume over genuine effort and crushing the incentive to sacrifice for quality.
- A GitHub Issue Title Compromised 4,000 Developer Machines
A prompt injection in a GitHub issue title tricked an AI triage bot into executing code, enabling cache poisoning, credential theft, and publication of a compromised Cline npm package that silently installed the OpenClaw AI agent on 4,000 developer machines.
- Tell HN: YC companies scrape GitHub activity, send spam emails to users
YC companies such as Run Anywhere scrape GitHub commit metadata to send unsolicited marketing emails to developers, violating GDPR and GitHub's terms of service.
- Introducing npm i chat – One codebase, every chat platform - Vercel
Vercel open-sourced Chat SDK, a TypeScript library for building chatbots across Slack, Discord, Teams, and more from a single codebase.
- How I use Claude Code: Separation of planning and execution
Commenters describe workflows that separate planning from execution when using AI coding tools like Claude Code, emphasizing structured documents and human oversight.
- We are Changing our Developer Productivity Experiment Design - METR
METR’s late 2025 experiment on AI developer productivity suffers from selection bias because many developers refuse to work without AI, yielding unreliable speedup estimates.
- The Software Development Lifecycle Is Dead
AI agents collapse the software development lifecycle into a tight loop of intent, build, observe, and repeat, making stages like requirements, testing, and code review obsolete.
- Open-sourcing AgentLogs
Traditional GitHub-based collaboration can't scale with AI agent code volume, so the author open-sources AgentLogs, a platform to share and review agent transcripts.
- Nebula - Build Your AI Workforce
Nebula is a shared workspace where teams build AI agents with tools and memory to automate workflows across inboxes, code, and APIs.
- 🤖 The SaaSpocalypse - The week AI killed software
The release of advanced AI agents triggered a $285bn selloff in SaaS stocks, as markets priced in agents replacing per-seat software subscriptions with custom, outcome-driven workflows.
- DoNotNotify is now Open Source
DoNotNotify, an Android app for granular notification control, has been open-sourced to demonstrate its privacy-first approach and invite community contributions.
- Vouch | Hacker News
Mitchell Hashimoto's Vouch project proposes a web-of-trust system for GitHub to combat low-quality AI-generated code slop.
- Towards self-driving codebases
Cursor built a multi-agent harness that recursively delegates coding tasks across planners and workers, achieving ~1000 commits per hour on a browser research project with minimal human intervention.
- AI fatigue is real and nobody talks about it
AI makes individual tasks faster but increases cognitive load through more tasks, constant review of probabilistic outputs, and relentless tool churn, leading to engineer burnout.
- Company as Code
The author proposes defining a company's structure, roles, and processes as declarative code, enabling versioning, testing, and automation.
- Introducing the new v0 - Vercel
Vercel's new v0 brings production-ready AI coding to enterprises with git workflows, security, and real integrations for shipping software.
- In praise of the stacked pull request
Stacked pull requests, managed with tools like Graphite, keep code review fast and team velocity high by breaking large work into small, independent, mergeable units.
- [2602.02361] SWE-Universe: Scale Real-World Verifiable Environments to Millions
SWE-Universe automatically constructs 807,693 real-world software engineering environments from GitHub PRs via iterative self-verification and in-loop hacking detection.
- Context Management and MCP
The article argues that MCP's value is in steering agents with rich context descriptions, that progressive disclosure is counterproductive, and that subagents may better manage context rot.
- Exploring Solutions to Tackle Low-Quality Contributions on GitHub · community · Discussion #185387
A maintainer proposes PRAS Bot, a signal-based triage tool that scores pull requests as likely-spam, needs-review, or looks-good to filter low-quality contributions on GitHub.
- Code is cheap. Show me the talk. - nadh.in
LLM coding tools have made code generation cheap and abundant, flipping the value from writing code to articulating problems and architecting solutions, fundamentally changing software development.
- I replaced a $120/year micro-SaaS in 20 minutes with LLM-generated code - The Pragmatic Engineer
Author replaced a $120/year micro-SaaS with LLM-generated code in 20 minutes, highlighting risk for static SaaS that offers no ongoing value.
- Google tests voice cloning on AI Studio powered by Gemini
Google is testing voice cloning via a hidden UI option and GitHub repository import for AI Studio, hinting at upcoming native audio and developer tools.
- Moltbot — Personal AI Assistant
A curated collection of testimonials showcases OpenClaw, an open-source AI agent that evolved from a weekend project into a widely-adopted personal assistant with persistent memory and cross-platform integration.
- Previewing Claude Code for web branches with GitHub Pages
Simon Willison explains how to preview Claude Code web branch builds on private GitHub Pages repos for real-time mobile testing.
- How I Read A Pull Request - Kevin Murphy
Kevin Murphy shares a systematic PR-reading method using the five Ws, including test-first review, to improve code review quality.
- Show HN: repere – Local-first SQL data explorer using DuckDB WASM
Repere is a local-first SQL data explorer that runs entirely in the browser via DuckDB WASM, enabling private, serverless spreadsheet-style querying and transformation of CSV, JSON, Parquet, or Excel files.
- It looks like the status/need-triage label was removed
An unclosed loop in GitHub Actions workflows caused Gemini CLI's label-adding and -removing bots to fight over 4,600 times, flooding the issue with notifications.
- Cognition | Devin Review: AI to Stop Slop
Cognition launches Devin Review, an AI tool that organizes diffs, catches bugs, and enables live chat to solve the code-review bottleneck created by coding agents.
- MCP, Skills, and Agents
Skills and MCP tools serve different but complementary purposes for coding agent harnesses, and neither replaces the other despite hype cycles claiming otherwise.
- How Markdown took over the world
Markdown became ubiquitous due to its simplicity, plain-text nature, and portability, despite ongoing standardization debates.
- Just the Browser
Just the Browser provides configuration files and scripts to disable AI features, telemetry, sponsored content, and other annoyances in Chrome, Edge, and Firefox using group policies.
Takes
A few months ago my kids started vibecoding little web games with Cursor and wanted their friends to play them. GitHub Pages was fine until the games needed real backends, so I hacked together a setup where each game was a folder in one repo that deployed to a Hetzner box on every push. That held up until we shipped FULL SEND for Vibe Jam 2026 and it took off with 38,000+ players. The duct tape needed to become something real, so I rebuilt it properly and pulled it out into its own project. It turns one Linux server into a push-to-deploy host for many apps. The whole thing is a single Go binary that installs and drives Docker, Kamal, Cloudflare, Tailscale, and GitHub for you. After that: - Each app is a GitHub repo. - A git push is live in <5 seconds. - Deploys are zero-downtime. - Each app runs in its own container. - Automatic Cloudflare DNS and TLS tunnels. - SQLite-aware backup and restore. It's deliberately single server using convention over configuration, so for a typical app there's no YAML or Dockerfile to write. The idea is that one decent VPS can reliably run all your projects without per-app bills or piles of infra config. It's built on top of Kamal, so it's basically a Kamal wrapper for the "lots of apps on one server" case, with the Cloudflare, Tailscale, DNS, and backup glue wired up by convention. Setup is one interactive command on a fresh Linux box, which walks you through connecting everything. If you also have a bunch of projects you want to run on a single server, tell your Claude Code, Codex, Cursor, or favorite AI agent to grab a VPS and try it for you. It's fully open source and you can customize it to your liking:
@dvassallo
drowning in agent prs? watch videos instead! swap github dot com with http://pr.video to generate a video for any pull request.
@vinvan
just ran Claude Fable 5 over @37signals open source Rails code again extracted all the key insights for writing @dhh-like vanilla Rails into reusable guides and skills just drop it in your skills folder and your AI agent will automatically reference it https://github.com/marckohlbrugge/37signals-skills
@marckohlbrugge
My ideal agent harness: - Works on my iPhone - Connects to GitHub - Runs on a schedule - Sends me UI screenshots with changes it made - Can set system prompts for each project - One long-running chat with a “manager” agent that dispatches subagents for each task - Can use both Claude and Opus models - Smart context management; chats should compact automatically What should I be using?
@mernit
This is why PR diff speed matters. This isn't a dunk on GitHub specifically, because GitLab, Forgejo, etc. are all equal or worse. But this is the kind of thing that drives me nuts, because this is a core workflow and its slow enough I literally take my hands off the keyboard. Btw, when my mouse jiggles on the left, its because the page is literally skipping frames and I'm instinctively shaking my mouse to see if it'll respond. And on the keyboard input you can literally here me finish typing before a letter even shows up. For someone like me who is an expert at these tools, my brain navigates the tool dramatically faster than it can keep up, and that is not good. The tool should not get in the way.
@mitchellh
Tough day for folks (DM me if I can help!) but if I found myself suddenly laid off from a company that cited AI as a cause, this is what I’d do: - download codex and Claude/code - say: “this was my job and how I spent my day, how can you help me automate it w skills” - push a dozen of those skills to GitHub - open up Claude design and make a portfolio site, with an “agent” per skill explaining how you built it, what tools it interacts with, etc.” give to lovable or v0 or whatever to publish - post that site and link to GitHub on LinkedIn - search “ai for <job>” and try all the new startups, form an opinion, message their founders - try something scary like openclaw, form an opinion - take a course in tactical AI in your field - build, share, build The gap in AI adoption is getting bigger. Start reskilling now while it’s early. The time is now.
@clairevo
I have a draft blog post swirling around this exact topic (but not refined enough to publish yet). I think the key thing is I (personally) don't want a NEW GitHub. I want GitHub to be better. For example: - GitHub issues should be as beautiful and good as Linear - GitHub PRs should be as good as Graphite - GitHub Git infra should be as fast/minimal as Pierre - GitHub wikis should be more like Notion - GitHub discussions & shouldn't exist (multiple "better issue" providers including Linear show why) - etc. I'm not saying to clone those full companies outright, but their core product, arguably the core features, aren't even 2% as good as those external products. Maybe aim for 10% to start. There's the "oh no there's so much tech debt" argument. And I'm sure GH is on an absolutely mountain of tech debt. That's why in my prior twoots I've argued to just make them separate products to start only for agility reasons, unapologetically do not integrate with "old github." Net net startups beat encumbants all the time for reasons. That's just a product/technical POV though. GitHub also has a huge PR/marketing problem. They talk through corp speak, their marketing pages (e.g. the dot com) speaks to multiple personas confusingly, they have no singular visionary to look up or trust, they have nobody who makes the outward community feel seen. There's so much more here... I think for the human side, GitHub already has what it needs to be really, really, really good. It really feels like they just like fearless vision, and the courage/power to say "fuck you" to a whole lot of things that are distracting them.
@mitchellh
Built clawsweeper, which runs 50 codex in parallel around the clock, scans issues/prs deep and closes what is already implemented or what makes no sense. Closed around 4000 issues today, a few thousand are in the pipeline. (rate limits are rough) https://github.com/openclaw/clawsweeper
@steipete
Claude Code Routines are here! In addition to a schedule, you can now trigger templated agents via GitHub event or API – with our infra & your MCP+repos They've changed how we do docs, backlog maintenance and more internally at Anthropic Get started at http://claude.ai/code/routines
@noahzweben
Excellent. This is exactly what GitHub should’ve done 2 years ago. Be a partner for the AI consumption, not a competitor. This is what I’m yelling into the void about here when I say GH has lost the plot with AI.
@mitchellh
Code[dot]Storage A new Git provider for machines by @pierrecomputer. In Oct, Github shared they were averaging ~230 new repos per minute. Last week we hit a sustained peak of > 15,000 repos per minute for 3 hours. And in the last 30 days customers have created > 9m repos🧵
@fat
Here’s what I’d do if I was in charge of GitHub, in order: 1. Establish a North Star plan around being critical infrastructure for agentic code lifecycles and determine a set of ways to measure that. 2. Fire everyone who works on or advocates for copilot and shut it down. It’s not about the people, Im sure theres many talented people, youre just working at the wrong company. 3. Buy Pierre and launch agentic repo hosting as the first agentic product. Repos would be separate from the legacy web product to start since they’re likely burdened with legacy cross product interactions. 4. Re-evaluate all product lines and initiatives against the new North Star. I suspect 50% get cut (to make room for different ones). The big idea is all agentic interactions should critically rely on GitHub APIs. Code review should be agentic but the labs should be building that into GH (not bolted in through GHA like today, real first class platform primitives). GH should absolutely launch an agent chat primitive, agent mailboxes are obviously good. Etc. GH should be a platform and not an agent itself. This is going to be very obviously lacking since I only have external ideas to work off of and have no idea how GitHub internals are working, what their KPIs are or what North Star they define, etc. But, with imperfect information, this is what I’d do.
@mitchellh
People keep saying AI coding agents can only build basic, cookie-cutter apps. I decided to prove them wrong. For my first major public demo, I spent some time pushing @Replit 's AI agent to its absolute limit. The result? I rebuilt macOS entirely on the web. No templates. No imported UI libraries. 100% vibecoded using natural language. As the AI Chief of Staff at Replit, I spend my days building enterprise-grade platforms for our internal teams, but I wanted to see how far a solo developer could take a passion project just by talking to an AI. What’s inside: 💻 A functional VS Code replica with an integrated terminal and multi-agent AI copilot. 🔌 Custom MCP servers hooked up to fetch, PostgreSQL, Stripe, and GitHub. 🤖 A rebuilt "Siri" that actually controls the OS -changing wallpapers and opening apps via voice or text. 🕹️ Parallels Desktop running Windows XP, Ubuntu, and games like Mario Kart. 📱 AND... I asked Agent 3 to turn it into an iOS mobile app in one shot. It actually worked. The ceiling for software creation has been completely blown open with Agent 3. And 4 those who know... greater things are coming soon :) We are way past basic web apps. What are you building? 👇
@agi2asi
I wanted to see if I could make a book from my 36,000 tweets. So I downloaded my twitter archive and asked Claude to turn it into a feature-rich library Features include: • AI search • "Dark academia" color scheme • Filters & sorting for date, engagement #s, length, etc • A Tinder-style swipe view for curation (like/superlike/pass) The most useful feature has been Claude's assigning of tags based on topic & type. This lets me see that, for instance, I have 272 tweets on aesthetics, so perhaps there's a book to be made on this topic. Eventually, I realized that – since I was using the app to do curation – I could also use it to recirculate my best material across Substack, Bluesky, and other platforms. So I asked Claude to build a queue for scheduling longform content on these platforms and another for scheduling shorter tweets. These last two features aren't fully finished yet. But if you want to build your own, you can grab my Markdown file from the Github link in my reply. Just copy-paste it to your Claude. No technical expertise needed (I certainly don't have any)
@TylerAlterman
Lots of people worrying about OpenClaw doing disasters. Well, today it saved me from one.A few hours ago I wiped every repo from my Mac 🫠Changed the root directory in @conductor_build. It warns you it'll delete everything in the previous folder, but I had accidentally set it… pic.twitter.com/AeHe5bn37I
@linuz90
Slack eliminated. Notion eliminated. GitHub open sourced.Done https://t.co/GzR0f8ItCW
@shl
Using GitHub as an example but all forges are similar so not singling them out here This page is mostly useless. It's the repo homepage, it should not be useless.* Red - Literally never use* Blue - Don't use it and duplicated* Orange - I browse w/ `t` (Go to file), not this… pic.twitter.com/DqEqtTI30U
@mitchellh
If you're a code forge competing with GitHub and you look anything like GitHub then you've already lost. GitHub was the best solution for 2010. It is hanging on by a thread in 2026 (but its mostly down nowadays). The needs of today are so different that the form factor doesn't…
@mitchellh
I’m liking these OpenClaw patterns from @renatonitta. Using GitHub for the persistence layer is a nice idea. Making the bot prepare and maintain a “recovery kit” to rebuild itself is a clever backup strategy too. https://t.co/wQ4uRzjGmH
@dvassallo
AI friendly code storage is a GitHub alternative. This is what's going to kill GitHub (whether it's Pierre or something else), because its going to be the critical infrastructure for the next GH which is likely going to be provided by the agentic coding providers.
@mitchellh
https://t.co/CzmfXDgPRP
@manthanguptaa
holy shit it's so much better, it feels instantthank you github https://t.co/bcz9MMeDjy pic.twitter.com/31F9nIiE2G
@RhysSullivan
my favorite quick hack to understand any github project in 7 mins with @NotebookLM https://t.co/O0HH1wg9kV
@kevinrose