Hi,
Very interesting project! I am particularly intrigued with the idea of deterministic processing. 😊
I was looking at the Preact demo:
https://demo.codenib.ai/preactjs__preact
And two things occurred to me:
-
The dependency map on that page is very meagre - it seems only .d.ts files were processed. Is that by design? It would seem to make sense if only the published artifacts were processed - but your tool processed the entire source repository. I was expecting at least a graph of modules, or maybe even the coupling between the individual units in the modules? Is this a graph or everything the tool discovered?
-
For a repository like Preact specifically, which has extremely high "signal to noise" ratio (the code is extremely optimized and condensed) it occurs to me, all of the text in that catalog is probably more tokens than the entire source code of Preact - do you have any benchmarks or evidence to support the tokens savings claims specifically for a repository like this one?
Very cool project either way! I expect this will work quite well for low "signal to noise" projects, such as business applications with all their boilerplate. I was just wondering how well it's expected to perform on extremely condensed code, such as Preact. 😊
Thanks!
Hi,
Very interesting project! I am particularly intrigued with the idea of deterministic processing. 😊
I was looking at the Preact demo:
https://demo.codenib.ai/preactjs__preact
And two things occurred to me:
The dependency map on that page is very meagre - it seems only .d.ts files were processed. Is that by design? It would seem to make sense if only the published artifacts were processed - but your tool processed the entire source repository. I was expecting at least a graph of modules, or maybe even the coupling between the individual units in the modules? Is this a graph or everything the tool discovered?
For a repository like Preact specifically, which has extremely high "signal to noise" ratio (the code is extremely optimized and condensed) it occurs to me, all of the text in that catalog is probably more tokens than the entire source code of Preact - do you have any benchmarks or evidence to support the tokens savings claims specifically for a repository like this one?
Very cool project either way! I expect this will work quite well for low "signal to noise" projects, such as business applications with all their boilerplate. I was just wondering how well it's expected to perform on extremely condensed code, such as Preact. 😊
Thanks!