HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Imanari

110 karmajoined 8 jaar geleden

comments

Imanari
·eergisteren·discuss
I think a Q&A-based approach is could also be a suitable way to capture the reasoning behind a project. Instead of writing documentation afterward, an AI could interview the developer throughout the process and preserve the questions and answers as project context.

Matt Pocock’s “grill-me” skill is a nice example of this idea: https://github.com/mattpocock/skills/tree/main/skills/produc...
Imanari
·4 dagen geleden·discuss
Did you experiment with the Pruner completely replacing the Reranker?
Imanari
·16 dagen geleden·discuss
I'll take it ;)
Imanari
·17 dagen geleden·discuss
I started to take VitD on a whim and my mood and energy sure improved. Also I feel like I get sick less often. 3 friends whom I recommended VitD told me the same. Living in northern germany. YMMV.
Imanari
·19 dagen geleden·discuss
This mirrors my experience. I have been using it in Pi. It is smart and output is good but it is not efficient in getting there.
Imanari
·29 dagen geleden·discuss
Only tangentially related: MiMo-2.5Pro is fast, cheap and very capable, although not quite gpt5.5 level iontelligence (I dont use the claudes). It works flawlessly in Pi and is an excellent workhorse. I expect big things from their next model.
Imanari
·vorige maand·discuss
I always feel GPT5.5 is better at ‘getting the bigger picture‘ when I am describing something vaguely vs Chinese models. What’s your experience with that?
Imanari
·vorige maand·discuss
What do the model have as inputs? What’s their harness like? Just price data or are they free to pull reports etc. from the web?
Imanari
·2 maanden geleden·discuss
Very cool work! Regarding your finding "the tool ran successfully and returned data" and "the tool ran successfully but found nothing." Couldn’t this be solved by designing better tool responses instead of adding another layer in between? Just curious and probing my understanding.
Imanari
·2 maanden geleden·discuss
Good old aider ahead of its time
Imanari
·2 maanden geleden·discuss
That’s exactly the approach of smolagemts. The only “tool“ available is writing python code
Imanari
·2 maanden geleden·discuss
As with so many things aider.chat was ahead of its time with its ability to create deterministic scripts.
Imanari
·3 maanden geleden·discuss
Like a special parser? Would you mind elaborating?
Imanari
·3 maanden geleden·discuss
How can they fix it after the release? They would have to retrain/finetune it further, no?
Imanari
·3 maanden geleden·discuss
Just tested it via openrounter in the Pi Coding agent and it regularly fails to use the read and write tool correctly, very disappointing. Anyone know a fix besides prompting "always use the provided tools instead of writing your own call"
Imanari
·3 maanden geleden·discuss
Why do the Xiami releases never get any attention? Mimo-V2-Pro was pretty good, excited to try V2.5
Imanari
·3 maanden geleden·discuss
> Listening often means not jumping to a solution; but absorbing and processing someone’s pain

> When in actuality, they should [...] finding a way to solve the pain points

Honest question, how do I 'absorb someones pain'? And how do I transition from that into eventually formulating the feature/ticket?
Imanari
·3 maanden geleden·discuss
absolutely stunning
Imanari
·3 maanden geleden·discuss
How well do the Gemma 4 models perform on agentic coding? What are your impressions?
Imanari
·3 maanden geleden·discuss
I will also leave this here

https://github.com/shareAI-lab/learn-claude-code/tree/main/a...

I found it excellent in explaining a CC-like coding agent in layers.