HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Imanari

110 karmajoined 8년 전

comments

Imanari
·그저께·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일 전·discuss
Did you experiment with the Pruner completely replacing the Reranker?
Imanari
·16일 전·discuss
I'll take it ;)
Imanari
·17일 전·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일 전·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일 전·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
·지난달·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
·지난달·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개월 전·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개월 전·discuss
Good old aider ahead of its time
Imanari
·2개월 전·discuss
That’s exactly the approach of smolagemts. The only “tool“ available is writing python code
Imanari
·2개월 전·discuss
As with so many things aider.chat was ahead of its time with its ability to create deterministic scripts.
Imanari
·3개월 전·discuss
Like a special parser? Would you mind elaborating?
Imanari
·3개월 전·discuss
How can they fix it after the release? They would have to retrain/finetune it further, no?
Imanari
·3개월 전·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개월 전·discuss
Why do the Xiami releases never get any attention? Mimo-V2-Pro was pretty good, excited to try V2.5
Imanari
·3개월 전·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개월 전·discuss
absolutely stunning
Imanari
·3개월 전·discuss
How well do the Gemma 4 models perform on agentic coding? What are your impressions?
Imanari
·3개월 전·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.