Yeah, merely asking for posterity in case someone wants to iterate on it. The dev tools need just as much attention as the hardware. Sometimes the community can surprise you. Take fritzing for example. I think the hardware design is novel but to benchmark it fully requires dev tooling that knows how to utilize it all, and in such a way that it abstracts those details from the average developer.
A good example of this is abstracting SIMD instructions for vector multiplication, or CUDA with torch. Normal people don’t care how it’s done, only that it’s done, as fast as can be done.