|
|
|
|
|
by verdverm
150 days ago
|
|
> By “repeatability” I mean the artifacts > Inference works well per session ... doesn't give artifact ... explicitness and repeatability across runs. When you write this, it sounds like you are talking about repeatability between inference sessions and that this artifact enables that. It does not read that you are applying the repeatability to the artifact itself, which one assumes since it is autogenerated from code via AST walking |
|
By “repeatability” I mean the extraction itself: given the same repo state + config, the derived semantic artifact is identical every time. That gives CI and agents a stable reference point, but it doesn’t make agent behavior deterministic.
The value is in not having to re-infer structure from raw source each run - not in making inference runs repeatable.