Stop Asking AI for Answers. Start Shipping Fixes
February 05, 2026 - 4 min readThe modern equivalent of answering Stack Overflow questions is contributing fixes to open source issues. AI is what finally makes this approachable at scale.
Written by Sagiv Ben Giat.Code, Thoughts & Opinions.
The modern equivalent of answering Stack Overflow questions is contributing fixes to open source issues. AI is what finally makes this approachable at scale.
AI agents can generate 10x more code, but can humans review it? Exploring why code review is the new bottleneck and a controversial solution - treating AI-generated code as third-party dependencies.
AI agents are powerful, but they don't know your organization. Learn how we solved the context gap with MCP servers to make AI truly 10x productive.
Losing the context of this inside component's handler method
When our data is not ready yet for rendering
Learn the concept of closure in JavaScript.
Learn the concept of inheritance with the prototype chain.
The evolution of sharing logic in react
The bug that you don't even know you have
90% of react developers faced this warning at least once
Follow these 6 rules to determine what “this” is bound to.
~8 reasons why you should answer Stack Overflow questions
Allow a react application to be part of a micro frontends architecture
The truth behind the double and tripple equal in JavaScript
Can we really compare react's context with redux?