open source.
32 writings found
Latest Archives
OpenClaw After Hours: When Open Source Gets Real About Agentic AI
GitHub is hosting OpenClaw builders at HQ during Microsoft Build 2026. Here's why this 350k-star project matters for anyone building with agents.
GitHub Copilot CLI: Why Two Modes Matter More Than You Think
Interactive vs non-interactive in Copilot CLI isn't just about speed. It's about fundamentally different ways of thinking through problems at the terminal.
Why I Actually Care About Markdown Now (And You Should Too)
Markdown isn't just formatting syntax. It's the quiet infrastructure of developer communication that makes or breaks your open source presence.
GitHub Copilot's Limits Crisis: When AI Agents Outgrow Their Infrastructure
GitHub just paused new Copilot signups and tightened usage limits. The reason? Agentic workflows are consuming resources faster than their pricing model can handle.
Building an Emoji List Generator Live: What GitHub's Rubber Duck Thursday Taught Me About AI-Powered Development
A live coding session reveals how GitHub Copilot CLI and multi-model AI workflows are changing how we build small tools. Here's what actually happened.
GitHub's eBPF Solution to the Circular Dependency Problem You Didn't Know You Had
How GitHub uses eBPF to detect circular dependencies in deployment scripts, preventing catastrophic incidents when systems depend on themselves to recover.
Building a Personal Command Center in a Day: What AI-Assisted Development Actually Looks Like
A GitHub engineer built a productivity tool in one day using AI agents. Here's what that workflow reveals about the future of software development.
GitHub Copilot CLI Is Bringing Agentic AI to Your Terminal
The command line just got a lot more intelligent. GitHub's new Copilot CLI lets AI agents write code, fix bugs, and handle tasks autonomously from your terminal.
GitHub Copilot CLI: When Your Terminal Becomes Sentient (Sort Of)
GitHub's agentic AI moves into the command line. I spent time with Copilot CLI to see if coding from the terminal finally makes sense again.
GitHub's March Meltdown: What Four Major Outages Tell Us About Scale
GitHub experienced four significant incidents in March 2026. Here's what went wrong, why it matters, and what it reveals about building at scale.
GitHub's Performance War: How Simplifying React Components Made Diffs 10x Faster
GitHub gutted their diff viewer's React tree and won big on performance. Here's what happens when you stop overengineering your components.
GitHub's Performance Overhaul: Why Simplicity Beats Clever Architecture
How GitHub slashed heap usage by 10X and made massive pull requests usable again by questioning every abstraction and DOM node.
GitHub Actions Is Finally Getting Serious About Supply Chain Security
GitHub's 2026 roadmap tackles CI/CD vulnerabilities with dependency locks, execution policies, and endpoint monitoring. Here's what it means for developers.
GitHub's New Data Policy: Your Code Becomes Training Data
GitHub will train AI models on Copilot Free, Pro, and Pro+ user data starting April 24. Here's what developers need to know about this industry shift.
I Built an AI-Powered Issue Triage App and Learned Why Server-Side Architecture Still Matters
Building IssueCrush with GitHub's Copilot SDK taught me hard lessons about session management, graceful degradation, and why mobile AI needs a backend.