EveryDev.ai
Sign inSubscribe
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. GitHub
    4. What should a new Github look like?

    What should a new Github look like?

    Sam Moore's avatar
    Sam Moore
    April 28, 2026·Senior Software Engineer
    Discuss (1)
    What should a new Github look like?

    GitHub silently reverted 2,000+ PRs last week through their merge queue and didn't catch it. Customers had to report it.

    Which makes sense once you look at what GitHub actually is: a filing cabinet with a chat room bolted on, designed for humans clicking through files one at a time. Agents don't work that way. They run in fleets, open dozens of small changes an hour, and need structured intent instead of prose-y issues. The agent-native version is the same git underneath, but the surface flips. Code becomes a queryable graph. PRs become a continuous proposal stream where humans approve at the policy level. CI shifts from "did the build pass" to adversarial verification, which is the thing that would have caught the merge bug in the first place.

    Curious what other people think the next layer looks like.

    Tagged inGitHub

    Comments (1)

    Join the discussion

    Sign in to share your thoughts

    Joe Seifi's avatar
    Joe Seifiabout 2 months ago

    GitHub doesn't need more social features. It needs fewer dashboards for humans to perform on and more structured surfaces agents can use.

    • Issues should be plans.
    • Assignments could spin up sandboxes.
    • Actions is the obvious home for an agent workbench.
    • CI should prove the change works; right now it just confirms the build compiled.

    But honestly, none of this works if the basics are flaky. You can't build an agent planning loop on top of a merge queue that silently reverts commits.