(no title)
dabedee | 1 month ago
Given the timeline of the commits and some other tells (e.g. using forwardRef despite using React 19 which deprecates it), it seems like you used coding assistants extensively. That's a personal preference, but I would mention that explicitly (if that's the case), if only for intellectual honesty.
9dev|1 month ago
If something gets built with AI or not at all, that’s a net positive as far as I’m concerned.
mort96|1 month ago
hiepler|1 month ago
You’re right that the commit history doesn’t fully reflect the raw development process. I did some cleanup and squashing before publishing, since this is an open-source project and I wanted the history to be readable and reviewable.
I do use coding assistants as part of my workflow, mostly for iteration speed and boilerplate, but the architectural decisions, evaluation logic, and compliance mapping are intentional and manually reasoned through.
Happy to clarify any part of the implementation or assumptions if something looks odd.
Tiberium|1 month ago