open source.
32 writings found
Page 2
GitHub's Hybrid Security Model: When Static Analysis Meets AI Detection
GitHub is pairing CodeQL with AI-powered detections to catch vulnerabilities in languages traditional static analysis struggles with. Here's what that means.
The three filters that save open source maintainers from AI-generated noise
AI makes it easier to contribute code, but harder to mentor. Here's how the 3 Cs framework helps maintainers identify who's worth investing in.
GitHub's AI-Powered Accessibility Workflow: When Automation Actually Serves Users
How GitHub built an AI feedback system that routes accessibility issues to the right teams, proving automation works best when it amplifies human voices.
I Asked an AI to Audit Code and It Found 80+ Real Vulnerabilities
GitHub's open source taskflow agent found authentication bypasses, IDORs, and PII leaks with a 50% true positive rate. Here's how it actually works.
AI Skills Aren't the Gap. Access Is.
How Andela's AI training program reveals what really blocks developers in the Global South from participating in the AI era.
AI Is Quietly Deciding Which Languages Developers Choose Next
TypeScript just topped GitHub's language charts. The real story isn't the milestone, it's why AI compatibility is silently reshaping every tech decision you make.
GitHub Agentic Workflows: When Your Repository Gets Its Own AI Intern
GitHub's new agentic workflows bring coding agents into Actions with guardrails. Here's what it means for repository automation and why it's not CI/CD.
Continuous AI: Why GitHub is Betting on Agents That Reason, Not Just Execute
GitHub Next introduces Continuous AI, a new pattern for automating judgment-heavy engineering work that CI was never designed to handle.
Continuous AI: The Missing Layer Between CI and Human Judgment
GitHub Next explores background agents that handle judgment-heavy tasks CI was never designed for. Here's what that means for how we build software.
The Hidden Complexity of Terminal Animations: 6,000 Lines for Three Seconds
Building an ASCII animation for GitHub Copilot CLI revealed that terminal engineering is harder than web development in 2025.
Moltbot and the Security Nightmare of Useful AI Agents
An AI assistant that actually does things sounds great until you realize it can execute arbitrary commands on your computer. Here's why that matters.
Frustration to Foundation - Building the Ultimate Lightweight Documentation Tool
Documentation tools have become bloated. What started as simple ways to convert text to HTML has evolved into massive React applications that require complex build pipelines just to display a 'Hello World' page. We built docmd to solve this.
I Built Docmd Because Markdown Docs Shouldn't Need React
All I wanted was to render a bunch of `.md` files into a clean-looking docs site. No dark magic. No Webpack. No theming rabbit hole. Just Markdown in, HTML out.
Introducing docmd – The Minimalist Markdown Documentation Generator
Docmd (docmd) is a Node.js command-line tool dedicated to generating beautiful, lightweight static documentation sites from standard Markdown files.
Data Provenance in AI? Sitting on a Legal Landmine
You've got your shiny new language models and all that, but how often have you actually checked where the data came from? Yeah, thought so.