@bytedunks
Five major supply chain attacks in two weeks, including LiteLLM and axios. We install most of these packages without thinking twice. @kstonekuan and I built YOINK, an AI agent that removes complex dependencies you only use for a handful of functions, by reimplementing only what you need, so you don't need to worry about supply chain attacks anymore. @karpathy recently called for re-evaluating the belief that "dependencies are good". OpenAI's @_lopopolo echoed this in his harness engineering article: agents reason better from reimplemented functionality they have full visibility into, over opaque third-party libraries. YOINK makes this capability accessible to anyone.