Building a Codebase Classifier with Jev
A developer shares building a codebase classifier with Jev, suggesting it may solve overengineered code from agents, and asks what to test next.
Developer shares experience combining TypeGPU, ruNNtime, and Jev: ruNNtime provides efficient local inference, while TypeGPU lets inference and rendering share GPU resources directly with zero copy, running three NN inferences plus rendering in realtime.
TypeGPU + ruNNtime + Jev @typesafeai is a very fun combo :D ruNNtime gives me efficient local inference, TypeGPU lets inference and rendering share GPU resources directly with zero copy. That’s 3 separate NN inferences plus rendering, all happening in realtime Since we control