Hacker News new | ask | show | jobs
by verdverm 108 days ago
use git with a repo, like so many do for their dotfiles

if your agent cannot be populated from there as well, you are using the wrong framework / setup

1 comments

Totally — git handles syncing files. The problem is these four files have different formats and conventions. Same project context, four dialects. That's why I wrote bi-sync --all: one YAML source, four native outputs.
that's not my experience, LLMs are flexible enough, ln -s is sufficient
ln -s makes all four files identical. Whichever format you write it in, the other three get the wrong structure. This generates each in its native format.
show me good evals that it actually makes a difference

that is the opposite of what I see

ETH Zurich tested this: LLM-generated prose context = -3% performance, +20% cost. Even human-written = +4% at +19% cost. The problem is prose bloat. Structured formats avoid that by design. https://arxiv.org/abs/2602.11988
There is research that shows the opposite. A literature survey will show you something different than a single paper.