0xnadr·3 เดือนที่ผ่านมา·discussThis resonates. Smaller codebases are easier to audit, easier to maintain, and usually faster. The best code is the code you don't write.
0xnadr·3 เดือนที่ผ่านมา·discussThis is a real problem. The function calling format fragmentation across models makes it painful to build anything provider-agnostic.
0xnadr·3 เดือนที่ผ่านมา·discussNeat DuckDB is already fast enough for most single-node workloads, so distributing it opens up some interesting use cases for larger datasets.
0xnadr·3 เดือนที่ผ่านมา·discussThe e-graph approach to optimization is really elegant. Curious how much compile-time overhead it adds vs the optimization wins it gets.
0xnadr·3 เดือนที่ผ่านมา·discussInteresting to see more Rust CLI tools gaining traction. The undo-everything model is compelling. I've lost work to bad git rebases more times than I'd like to admit.