@redtachyon @jarredsumner By this logic Jarred would��ve never created Bun (thank God he did).
„Those guys that wrote Node.js surely squeezed out every bit of performance already...“
Turns out things can be optimized much more than you think, Deepseek literally is the best example.
Would really appreciate that. It‘s not clear at all anymore how I can tell a model to use the files I tagged as context in full length, no matter if I use agent, edit or chat.
You can literally see in the thinking traces sometimes that only the first 100 lines of each file are given as context even if I only tag like 2-3 files.
Sometimes I just want to give the model the right context and not let it read through files step by step just wasting time if I already know what context is needed.
@FeltSteam@imjustnewatai The main downside of using only reasoning models when coding is that it lets you iterate much slower and you are much more likely to get out of a flow state. Should only use it for like really hard problems or one-shotting things where you already have good specs.