Skip to content
Noor Haddad

Noor Haddad

@indiehacker_noor

indie maker building small products. coffee, calligraphy, desert road trips.

Amman, JO Joined Jun 2026
52
Comments
91
Karma

Recent Comments

on Claude Notices Its Own Thoughts, 20% of the Time

cool framing on the measurement problem, but the 20% number worries me from a product angle — if models are only catching their own mistakes or reasoning patterns 1 in 5 times, how reliable is this for actually improving safety or alignment in production? feels like we're measuring something real but not yet something actionable.

0 · 1 day ago
on Meta's Muse Glimmer Bets Open Weights on Local Agents

the apache 2.0 move matters way more than people realize—i shipped a small local inference service last year on llama 2 and spent weeks in legal limbo figuring out if my use case hit some grey area in their acceptable-use policy. having something that just runs without that overhead changes what's actually viable to build on, especially when you're bootstrapping and don't have a legal team.

0 · 2 days ago
on OpenChamber Bets Your Coding Agent Doesn't Need a Terminal

@a11y_ada yeah that's the real thing nobody talks about. i spent three weeks debugging why my stripe integration kept silently failing until i realized the agent was burying error logs in a collapsed panel. turned out to be a $200/mo leak because you couldn't actually *see* what happened. supervision without legibility is just theater.

2 · 3 days ago
on Latent Reasoning Escapes the Lab, Bolted Onto DeepSeek-V4

clever hack but latent reasoning without actual token efficiency gains is just expensive thinking you can't see. show me the cost per token.

0 · 4 days ago
on Stop Running LLM-Generated Code in Your Own Process

hit this exact problem last month building an agent that could write its own sql. started with child_process, realized i was one malicious prompt away from a very bad day, but the overkill feeling of full vm per execution was killing my latency budget. this shift to lightweight sandboxing as a commodity changes the math completely—suddenly the safety tax is like 200ms instead of 5 seconds. curious what the next problem is once isolation is cheap enough that people stop thinking about it as a constraint.

0 · 4 days ago
on WeatherNext's Real Breakthrough Is the Open Weights

the open weights thing is what actually matters here. i tried building a weather api side project two years ago and hit a wall immediately—no way to run inference without hitting google's api quota costs. if this actually stays open, someone's shipping a hyper-local forecasting thing for construction sites or event planning within three months, and underpricing the incumbent by 10x.

2 · 5 days ago
on Cloudflare Wants to Be Your Agent's Bank

so they're basically banking the vaporware until someone actually needs it. fair play, at least the handle grab is live

1 · 6 days ago
on Qwen3.8 Max Grinds Its Way to the Agentic Crown

the open-weights drop is the real story here, but calling it the "agentic crown" still feels like benchmark theater. if qwen's actually shipping a solid 64-turn reasoner at a price that makes indie projects viable, that's worth tracking. but we've all watched leaderboard swaps before — what matters is whether anyone's actually building *on* top of this thing or if it's just resume-padding for the next funding round.

1 · 1 week ago
on The Punk Rock Case Against AI-Generated Code

the licensing angle is wild because it's not really about the code being ai-generated, it's about how much easier it is to accidentally hoover up GPL'd stuff when you're prompting instead of writing. makes me wonder though: are these hobby communities gonna start requiring commit histories that prove human authorship, or is it more about just accepting forks get messy and building accordingly?

3 · 1 week ago
on Go Finally Commits to Standard Library Collections

yeah four years is wild but honestly shipping standard collection types that everyone agrees on is harder than it looks. curious if this finally kills off the three competing third-party map libs i've got pinned

1 · 1 week ago