Originally appeared on Ruby Weekly.
#789 — February 26, 2026
Read on the Web
Ruby Weekly
Rage: The Modern, Real-Time Ruby...
Originally appeared on Ruby Weekly.
#789 — February 26, 2026
Read on the Web
Ruby Weekly
Rage: The Modern, Real-Time Ruby Framework — We don’t mention Rage enough! 😅 It’s a high-performance fiber-based framework suited for concurrent workloads involving WebSockets, real-time communication, async jobs, etc. and it’s Rails compatible! This week’s v1.21.0 release makes it easier to adopt with an official set of agent skills to use. GitHub repo.
Roman Samoilov
💡 I think Rage's SKILL.md file is a good primer for humans too, really…
🚀 CTO-Ready Rails Upgrade Estimates. No AI Hallucinations — AI can’t replace hard-earned experience. The…
In response to the ever-evolving sophistication of cyber threats, security teams face an incessant demand to raise the bar. AI has become an integral part of most organizations, enabling them to sp...
In response to the ever-evolving sophistication of cyber threats, security teams face an incessant demand to raise the bar. AI has become an integral part of most organizations, enabling them to spot vulnerabilities more quickly than ever...
The post The 10 Best AI Cybersecurity Tools in 2026 appeared first on Cycode.
Topics:
ai
cybersecurity
tools
cyber threats
security teams
Last Updated on March 2, 2026 Hey fellow Rails developers! Ever found yourself wrestling with complex SQL queries that involve aggregations, subqueries, or needing to …
The first time I visited GitHub's HQ2 in 2012, they had a TV showing off their first animations of Mona and were using it to push their new tagline: Social Coding. The phrase certainly captured the...
The first time I visited GitHub's HQ2 in 2012, they had a TV showing off their first animations of Mona and were using it to push their new tagline: Social Coding. The phrase certainly captured the moment we were living in, so in 2014, I borrowed it for the title of one of my more popular conference talks, The Social Coding Contract. The goal of that presentation was to warn audiences of the long-term risks of all these tools making it so trivially easy to publish and consume open source dependencies. Sure enough, what followed was a decade defined by the productive and destructive chaos of a ceaseless deluge of useful, but poorly-understood and under-maintained dependencies.
Thanks to the upheaval being caused by coding agents, I believe we've entered a new era without realizing it, one that might be called Antisocial Coding.
Three things I've been chewing on lately:
Agents blow out team communication costs. Last year, Scott Werner compared a developer orchestrating agents to an octopus with 8 autonomous arms and I replied to point out how this creates a hub-and-spoke communication crisis that would prove unwieldy for traditional multi-developer collaboration. Since then, I've been advising startups to stay single-developer for as long as possible and telling larger organizations to start moving to one-repo-per-human wherever they can—even if it means re-architecting their systems to align with this.
Agent-built codebases calcify quickly. Last night, Caleb Hearth texted to tell me he'd created several issues on turbocommit, and I'm ashamed to admit my brain was so overwhelmed with six terminal tabs of unrelated WIP features that I brusquely denied all of them. Caleb shared a keen insight: many agent-led codebases are becoming impenetrably large and complex extremely early in their lifespan—even while the userbase is still limited to the original creator. And on reflection, I do sense a certain ossification in the projects I encounter lately—so tightly coupled to one person's hyper-specific needs that they lack room to grow or change by the time other users arrive. Beads is the perfect example: I spent two weeks trying to use it, but at 4 months old it was already far too complex and brittle to integrate into my workflow
Open source is closing its doors. Yesterday, tldraw took the unusual step of removing the tests from their codebase, on the theory their continued presence would make it far too easy for anyone with an agent to build a cleanroom rewrite and undermine their business. Nothing says "closed for contributions" quite like not even having access to a test suite or CI to work with
I don't feel strongly about any of this, because I'm mostly a loner to begin with. But this trend will likely have troubling impacts for teams and organizations.
If the last decade of social coding taught us anything, it's that pinning the continuity of your business operations on a bunch of software for which the bus factor is 1 is an unacceptable liability. If the next decade is typified by an explosion of solo projects, then the rational response will be to adopt fewer dependencies and have agents build more in-house implementations—even if it means shouldering more maintenance costs and security risks
Unlocking the maximum productivity afforded by agents by sequestering individual human developers to their own discrete fiefdoms (whether at the repository, CODEOWNERS file, or some other boundary) will only accelerate the trend of discouraging contributions from others, compounding the above issue at scale and throughout engineering organizations
While many people are (rightly) concerned about AI's impact on the job prospects of less-experienced developers, the continued erosion of collective code ownership coupled with a trend away from inter-person collaboration will further slam the door on opportunities for mentorship and apprenticeship, exacerbating the widening gap in potential value creation between juniors and seniors
I've never had more fun building stuff than I'm having right now, but that doesn't change any of the above. These are important things to be watching out for. Engineering leaders should probably consider the downstream effects discussed here before plowing ahead with plans to reorient their organizations around what's best for maximizing the productivity of semi-autonomous coding agents.
I’m extremely bullish now on the future of the industry and what’s in store for us at Cycode. We’ve already experienced AI rewriting how software is built. Now it’s rewriting how it’s secured...
Th...
I’m extremely bullish now on the future of the industry and what’s in store for us at Cycode. We’ve already experienced AI rewriting how software is built. Now it’s rewriting how it’s secured...
The post Anthropic Made AppSec the Center of Cyber, and It Needs to Be. appeared first on Cycode.
If you've posted an issue to any of my repos and I never responded: GitHub apparently disabled automatic watching for new repositories last year and nobody noticed. Issues are now graveyards from D...
If you've posted an issue to any of my repos and I never responded: GitHub apparently disabled automatic watching for new repositories last year and nobody noticed. Issues are now graveyards from Day 1.
No wonder my inbox has been so peaceful! https://github.com/orgs/community/discussions/157470
In this tutorial, we examine the powerful, new OpenAI GPT-5.3-Codex model, discuss it's strengths, and show how you can access GPT-5.3-Codex today with Gradient!
AppSec teams today are more capable than ever. The scanners are powerful. The coverage is broad. The data is rich. But there’s a growing gap between the intelligence your platform generates and the...
AppSec teams today are more capable than ever. The scanners are powerful. The coverage is broad. The data is rich. But there’s a growing gap between the intelligence your platform generates and the speed at which your team can act on it...
The post Agentic Appsec Has Arrived appeared first on Cycode.