HN user

ramoz

1,936 karma

https://github.com/backnotprop

Posts98
Comments915
View on HN
twitter.com 6d ago

Show HN: View GitHub attachments in a gallery (HTML explainers, screen videos)

ramoz
1pts0
github.com 10d ago

Show HN: 2n – write directory based notes in the terminal

ramoz
2pts0
github.com 13d ago

Show HN: Use Any Agent as an Orchestrator

ramoz
10pts0
news.ycombinator.com 14d ago

[deleted]

ramoz
1pts1
plannotator.ai 16d ago

Show HN: Code Review Enviornment for the Modern Era

ramoz
5pts0
plannotator.ai 16d ago

Code Review for the Modern Era

ramoz
1pts0
twitter.com 17d ago

Show HN: Open-source guided code reviews

ramoz
4pts3
github.com 1mo ago

Show HN: Tot – instant share links for HTML and Markdown files

ramoz
4pts0
www.cognitect.com 1mo ago

Documenting Architecture Decisions (2011)

ramoz
4pts1
github.com 1mo ago

Show HN: A dead simple ADR skill workflow

ramoz
2pts0
backnotprop.com 1mo ago

Context Monorepos

ramoz
3pts0
tot.page 1mo ago

Show HN: tot.page – git-backed publishing for HTML and Markdown

ramoz
3pts0
twitter.com 1mo ago

How pierre diffs codeviewer component works

ramoz
3pts2
github.com 1mo ago

Show HN: Plannotator – annotate agent plans, diffs, and HTML

ramoz
5pts2
github.com 1mo ago

Show HN: agent skill to generate aesthetic and interactive diagrams

ramoz
4pts1
dunkdown.com 1mo ago

Show HN: WYSIWYG markdown editor for any GitHub repo

ramoz
4pts2
x.com 2mo ago

Claude subscription changes coverage of `claude -p`

ramoz
60pts50
twitter.com 2mo ago

Show HN: jj diff review integrated with agents

ramoz
5pts0
github.com 2mo ago

Show HN: Rig – a Ghostty sidecar for managing agents

ramoz
6pts0
twitter.com 2mo ago

Show HN: Plannotator for Codex

ramoz
2pts1
github.com 2mo ago

Show HN: Embed your Codex pets in React apps

ramoz
1pts0
backnotprop.com 2mo ago

AI Progress doesn't feel as fast as we're told

ramoz
4pts1
github.com 3mo ago

Show HN: Bro Skills – address the daily gaps your agents still struggle with

ramoz
1pts0
github.com 3mo ago

Show HN: Agent Skill Based on "Open Source Security at Astral"

ramoz
3pts0
twitter.com 3mo ago

Show HN: Compare Codex and Claude Code reviews side by side

ramoz
4pts1
plannotator.ai 3mo ago

Show HN: Continuously Improve Claude Code Plans

ramoz
2pts0
twitter.com 4mo ago

The emdash of vibecoded UIs

ramoz
3pts0
deepmind.google 4mo ago

The flip side of AI ingenuity (DeepMind, 2020)

ramoz
4pts1
ckrybus.com 4mo ago

Ironies of Automation (1983) [pdf]

ramoz
2pts1
backnotprop.com 4mo ago

Please do not A/B test my workflow

ramoz
169pts210

The friction of agents having to monitor CLI is just too annoying right now

Thus, this is ultimately:

  1. a harness problem (or harness orchestrator)
  2. a protocol problem 

With 1. Claude Code does this very well - yet most OSS harness are not great or do naive subagent tasking making hard even for a parent to talk to the child. But we can then rely on harness orchestrators - Herdr does this very well, so does the Codex app - which counts here due to how it spins up entire threads that another can manage. Any thread can talk to each other on these orchestrators - herdr is fun.

With 2. we require native adapters in clients. MCP has the necessary things coming down the chain to enable real integrated push events to agents. Push events means bi-directional in-and-out of the agent.

Look to build your tooling in MCP once it lands! Just sharing my opinion, having built something similar last year. https://github.com/eqtylab/real-a2a

A harness is a part of the intelligence stack. It's no longer about raw access to the model

Also, I have seriously used most harnesses - One feels like it's being built in a place that truly understands AI and where agentic engineering is headed. You might not like it, but peak performance exists in CC when it comes to orchestration of bulk parallel work / subagents. The open source agents are catching up or accell in different way (Im preferable to pi.dev), but I'm not sure they're architecting orchestration the right why.

I don't think your sprinkled AI hints help your pitch if they immediately show injected into the diff.

Also, I think the guided review presents the opportunity to skim the code versus read the full diff - as semantic overview of multiple files/diffs, as well as file change description, give you the opportunity to green light anything you don't really need to read into, or give you enough context that you should dive in. i.e. https://x.com/thdxr/status/2073238046296924466?s=20

As crazy as it may sound, my workflow today does not look too different from a year ago - where I was already heavy into claude code.

Im not certain things will look too different a year from now either. We still have serious bottlenecks in terms of focus/attention you have for both delegating agent work and being able to review it. Even if we solve the "trust what ai does" problem, these cognitive deficit issues still exist - for teams coordinating work, even users adopting new shit, etc.

As an industry we are leaning heavy into accepting "slop" as the status quo - we care more about efficiency of output right now. Slop will get better & we can become more adaptive to living with the paradox of amazing yet delicate systems generated by AI. But I feel big shifts coming in this regard and if/when it does we may find ourselves in the dystopia of broader unemployment with worse net outcomes.

I do think the teams that ship quality with AI will do so by learning to slow down

https://mariozechner.at/posts/2026-03-25-thoughts-on-slowing...

Iroh 1.0 1 month ago

I mean, I didn't mean specifically every agent, and I also did not mean as a experiment. I see real at scale uses for this. Agents operating on their own networks, cross-team agents, my own agents on my own laptop, etc. Sharing context only gets more important the better these things get.

Claude Code, Codex, Pi clis all for varying levels of work. VS Code when needed.

I review agent messages, some specs/plans, and conduct local code reviews with Plannotator [1].

For skills, I have a bunch of custom ones for my own workflow. and for public skills I really only use the interrogate skill from cursor's lauren [2].

Key workflow stuff:

- Almost all work I do gets done in a git worktree.

- ghostty + Mac OS gives me all the organization I need for multi-agenting

- turn off all agent memory, this has only ever caused problems for me.

[1] https://plannotator.ai

[2] https://github.com/cursor/plugins/blob/main/pstack/skills/in...

I do think Cloudflare probably institutes a similar manual review process as well. I have a handful of fairly vocal and supportive engineers I stay in contact with around https://plannotator.ai (there is an integrated code review surface that creates a feedback loop with your local agent).

agents do a good job of looping over PR comments

This is the easy part. Most harnesses enable some sort of integration now, so you can actually create a smooth local experience around this as well - better code before it ships to more costly review or bloats PR threads.

guided, educational code review tool

This is a bit tougher, and I find the main harness chat tends to work best. I learn better when I'm more engaged and aware of what I'm asking. It's easy to stick a code tour type of thing on a screen. It's hard to really nail the right attention and learning mechanism around it.

we're going to end up speaking past each other - but generally I do agree with you and am not denouncing the importance of formal verification methods. I do think abstractions are going to dominate the human ux above them

yes, am familiar with the "code is spec" trope.

Shame us all for moving away from something so perfect, precise, and that "doesn't have edge cases."

Hey - if you invent a programming language that can be used in such a way and create guaranteed deterministic behavior based on expressed desires as simple as natural language - ill pay a $200/m subscription for it.

If I had to roll out such a development process today, I’d make a standardized Markdown specification the new unit of knowledge for the software project. Product owners and engineers could initially collaborate on this spec and on test cases to enforce business rules. Those should be checked into the project repositories along with the implementing code. There would need to be automated pull-request checks verifying not only that tests pass but that code conforms to the spec. This specification, and not the code that materializes it, is what the team would need to understand, review, and be held accountable for.

The constant urge I have today is for some sort of spec or simpler facts to be continuously verified at any point in the development process; Something agents would need to be aware of. I agree with the blog and think it's going to become a team sport to manage these requirements. I'm going to try this out by evolving my open source tool [1] (used to review specs and code) into a bit more of a collaborative & integrated plane for product specs/facts - https://plannotator.ai/workspaces/

[1] https://github.com/backnotprop/plannotator

I was about to comment: "HTML creates too much friction after doing all sorts of visual explainers" ... thanks for articulating it well.

As a layer of abstraction, it also creates more requirements: need a browser, likely need includes/cdn libs to avoid bloat, all sorts of other things. Markdown is consumable, diffable, shareable in raw form - and you can add enrichment layers on top without much effort.

A non-technical friend of mine has just won some hospital contracts after vibecoding w/ Claude an inventory management solution for them. They gave him access to IT dept servers and he called me extremely lost on how to deploy (cant connect Claude to them) and also frustrated because the app has some sort of interesting data/state issues.