HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nickreese

no profile record

comments

nickreese
·6 months ago·discuss
Some people use hooks for that. I just avoid CC and use Codex.
nickreese
·6 months ago·discuss
Where would one get the dataset for this. This would be awesome to build in realtime.
nickreese
·7 months ago·discuss
This is 80% of the reason I have an apple watch. I whisper to it for reminders, timers, calendar stuff all day.
nickreese
·8 months ago·discuss
It isn't open... but drop me an email and I can send you it. Basically just tracks a list of known lmstudios on the network, queries their models every 15 seconds and routes to the ones who have the requested models loaded in a FIFO queue tracking the number of tokens/model (my servers are uniform... m4 max 128gb studios but could also track the server) and routes to the one that has just finished. I used to have it queue one just as it was expected to finish but was facing timeout issues due to an edgecase.
nickreese
·8 months ago·discuss
Exactly. Using lmstudio you can get structured output like with openai... I have everything in a zod schema then wrote an adapter to both openai and lmstudio instance.
nickreese
·8 months ago·discuss
I run lmstudio for ease of use on several mac studios that are fronted by a small token aware router that estimates resource usage on the mac studios.

Lots of optimization left there, but the systems are pinned most of the time so not focused on that at the moment as the gpus are the issue not the queuing.
nickreese
·8 months ago·discuss
I'm just now moving my main workflows off openai over to local models and I'm starting to find that these smaller models main failure mode is that they will accept edgecases with the goal of being helpful.

Especially in extraction tasks. This appears as inventing data or rationalizing around clear roadblocks.

My biggest hack so far is giving them an out named "edge_case" and telling them it is REALLY helpful if they identify edgecases. Simply renaming "fail_closed" or "dead_end" options to "edge_case" with helpful wording causes qwen models to adhere to their prompting more.

It feels like there are 100s of these small hacks that people have to have discovered... why isn't there a centralized place where people are recording these learnings?
nickreese
·9 months ago·discuss
Wow, weird to see Kuppy on this platform. Thought it was a mistake haha.
nickreese
·10 months ago·discuss
Is there a framework for this?
nickreese
·5 years ago·discuss
Thank you for this. This is the clearest way I’ve seen my approach to grieving spelled out.