HN user

nkko

882 karma

@nibzard on X

Posts189
Comments162
View on HN
nibzard.github.io 7h ago

Show HN: Fenrin – fast fictional names generation from phonological rules

nkko
2pts0
github.com 20d ago

Public company deep research demo on Atlas SDK

nkko
1pts0
steel.dev 26d ago

Atlas: Open-source deep research harness

nkko
2pts0
github.com 27d ago

Atlas – open-source deep research you own

nkko
7pts1
steel.dev 1mo ago

Building a Deep Research Agent That Survives

nkko
2pts0
steel.dev 1mo ago

Building a Deep Research Agent That Survives Its Own Failures

nkko
2pts0
steel.dev 1mo ago

An autopsy of Claude Code's deep research

nkko
3pts0
blog.google 1mo ago

Do Better Research with NotebookLM

nkko
2pts0
steel.dev 1mo ago

Errors are the last interface agents read

nkko
2pts0
bitwarden.com 1mo ago

Coding agent can read your .env file

nkko
2pts0
steel.dev 2mo ago

Agent Traces: every browser session as a prompt

nkko
2pts0
www.nibzard.com 2mo ago

Agent-Native Extensibility

nkko
2pts0
www.nibzard.com 3mo ago

Trained Qwen to Write Clojure Better Than GPT-5.4 (Kinda)

nkko
2pts0
github.com 3mo ago

Durable Researcher

nkko
1pts0
www.nibzard.com 3mo ago

The Hard Problems Nobody Has Solved

nkko
2pts0
github.com 3mo ago

Absurd: Simplest durable execution workflow system

nkko
3pts0
steel.dev 3mo ago

Give Claude Code a real browser

nkko
2pts0
steveblank.com 3mo ago

Startup Is Probably Dead on Arrival

nkko
3pts0
github.blog 4mo ago

GitHub explains six February outages and fixes

nkko
3pts2
www.nibzard.com 4mo ago

The Post-Copyright Era of Software

nkko
5pts0
github.com 4mo ago

BullshitBench v2: LLMs answering nonsense questions

nkko
2pts0
www.nibzard.com 4mo ago

Turning web runs into scripts with Codex

nkko
1pts0
dasroot.net 4mo ago

Go vs. Python for AI Infrastructure: Benchmarks 2026

nkko
1pts0
nibzard.github.io 4mo ago

X's Rust and Python Architecture Analysed

nkko
1pts0
redmonk.com 4mo ago

The Generative AI Policy Landscape in Open Source

nkko
2pts0
arxiv.org 4mo ago

Large-Scale Study of GitHub Pull Requests: How AI Coding Agents Modify Code

nkko
2pts0
testdino.com 4mo ago

Performance Benchmarks of Playwright, Cypress, and Selenium

nkko
2pts0
the-decoder.com 5mo ago

Amazon's AI coding bot caused 13-hour AWS outage

nkko
1pts0
steel.dev 5mo ago

Websites Decide You're Human

nkko
1pts0
www.nibzard.com 5mo ago

The Human Web Is Becoming Agent Web

nkko
1pts0

Yes, this is frustrating, but it doesn’t occur in CC. I run the conversation logs through an agent and opencode source, and it identified an issue in the reasoning implementation of opencode for Zai models. Consequently, I ceased my research and opted to use CC instead.

This wqw an interesting postmortem for me. As a regular user, February definitely felt a bit shakier than usual.

I ran into the unicorn error page a few times and had intermittent issues with PR pages and bunch of weirdness. Nothing long-lived, but enough transient failures that my overall feel was it is degrading in general.

was listening to music while coming with groceries and simultaneously juggling stuff to open the doors and change the track with Siri (the only use for Siri I have)

FWIW I work at Steel (not the OP). While we’ve been iterating on the “right shape” for agent tooling, I’ve been building a benchmark harness to measure how different surfaces affect real web task completion: raw API context, CLI-only, opinionated “skills” (structured outputs + artifact capture), and combinations.

If you’ve run agents on the open web, I’d love suggestions for nasty-but-representative workflows to include in the benchmark.

This rings true, as I’ve noticed that with every new model update, I’m leaving behind full workflows I’ve built. The article is really great, and I do admire the system, even if it is overengineered in places, but it already reads like last quarter’s workflow. Now letting Codex 5.3 xhigh chug for 30 minutes on my super long dictated prompt seems to do the trick. And I’m hearing 5.4 is meaningfully better model. Also for fully autonomous scaffolding of new projects towards the first prototype I have my own version of a very simple Ralph loop that gets feed gpt-pro super spec file.

This is exciting. But I had to read and check everything twice to figure it out, as some already commented. Strong Feedback loop is an ultimate unlock for AI agents and having twins is exactly the right approach.

For sure! Just ask enough times "why" and you will find the root. The main issue here it is, how many people do that for real, and how this is becoming even more critical now.

Agentic Patterns 7 months ago

Strong point. I’m considering to tag patterns better and add stuff like “model/toolchain-specific,” and something like “last validated (month/year)” field. Things change fast and for example “Context anxiety” is likely less relevant and should be reframed that way (or retired).

Agentic Patterns 7 months ago

Author here (nibzard). I started this back in May as a personal learning log. I agree with the skepticism about jargon and novelty. However, if something reads like overly complex common sense, that’s a bug, and I’d like to fix it. If you can point out 1–2 specific pages that feel sloppy or unactionable, I’ll rewrite them (or remove them). I’m also happy to add flags or improve the structure. Also, contributing new patterns would be grand. Of course, some or even all patterns are explicitly “emerging.”

Agentic Patterns 7 months ago

At some point, we need to begin. My initial thought was that this is a growing and evolving resource, primarily for my own use. We are slowly but steadily learning what makes sense annd patterns emerge. Also, if others find it interesting and contribute, that would be even better.

Agentic Patterns 7 months ago

This type of things are time sink holes, as surprisingly it takes a lot of time to figure everything. I was hoping to dedicate a decent amount of time to review and structuring but sadly life got in the way. If you have a suggestion how to structure it better I am all ears.

Agentic Patterns 7 months ago

Most of the patterns should link to external resources since they were derived from them. If there’s no link, it was probably obvious or I’ve derived it from my own project.

Agentic Patterns 7 months ago

The flow was, me finding interesting pattern -> Claude ingesting the reference and putting it in a template -> Me figuring out if it makes sense -> push

Agentic Patterns 7 months ago

Author here. Yes, CC is the maintainer. When I stumble on a decent idea, I would just feed it to CC to create a pattern out of it. This was my quick and dirty approach to a public learning log with an idea that I would get back to it at some point and clean it up. Which I did on a few occasions.

Agentic Patterns 7 months ago

See my comment above. The repository is from May when I was intensely exploring everything agentic. I used it as a public bookmarking tool and also in the hope of receiving contributions. Thanks to this HN share, I received four PRs.

Agentic Patterns 7 months ago

Hi, author here. Honestly, I just used this as a bookmarking place for myself. Which you could infer if you go through some patterns. I’ve created a flow with CC where I would just dump a new source like a podcast, post, or whatever to have it for reference.

Treat it like a wind-tunnel test, not a wisdom oracle: the value isn’t profundity, it’s seeing what kinds of coordination and failure modes emerge when the only continuity is the record and the collaboration is the environment.

Calendar 7 months ago

This is a very smart idea. Life orienteering, we are all running in life and some predefined checkpoints would be nice.

LLM Year in Review 7 months ago

Beyond graduating students, I see model labs as “accelerators/incubators” bundling, launching, and productizing observed ideas that gain traction. The sheer strength of their platforms, the number of eyes watching them, near-zero marginal costs, and seemingly unlimited budgets mean that only slow decision-making can prevent them from becoming the next Amazons of everything.