🔥Had one of the more productive sessions with AI-assisted coding.
- Trying to clone a open source library, swapping the core dependencies to sth else.
- As the test spec (evals) is well specified, once I copy them into the repo, AI is able to come up with own implementation seamlessly
- Ask AI to generate benchmark (another evals), and just keep pushing it to optimize the performance
- Now I have a library that I fully control, well fit into my codebase with no extra dependencies (security vector).
Best part is I can quickly identify what doesn't make sense in the architecture and gather data points on the cost (latency) of each to move forward