Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
s900mhz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
s900mhz
6d ago
IMO It’s not about being trained on the data, it’s more like what do the agents have access to during inference? Can they grep customer transcripts/logs?
2.
▲
by
s900mhz
1mo ago
I agree, but I made myself laugh pondering a solution to this in which I came up with a Raspberry Pi like device that acts as the loopback for the agent. Always keep it on and plugged in. I would like to introduce the Grok Box
3.
▲
by
s900mhz
1mo ago
No one mentioned communism?
4.
▲
by
s900mhz
3mo ago
I have a similar setup at home, I’m sure you heard this before but I must +1 the Infuse app on Apple devices. It’s a much better client than Jellyfin’s but can connect to Jellyfin server no problem. No plex needed.
5.
▲
by
s900mhz
3mo ago
Yes! Where it gets really interesting is the scenario in which every developer has their own unique review skill/workflow, so the reviews end up being different than you running it yourself, but nobody is reading them still.
6.
▲
by
s900mhz
4mo ago
Thank you!
7.
▲
by
s900mhz
4mo ago
This is awesome! I hope they can restore the cartoon cartoon summer resort games.
8.
▲
by
s900mhz
4mo ago
Has 5.1 reliability improved? I would love to use it again. The inference was just too unreliable when it was first released.
9.
▲
by
s900mhz
6mo ago
Yes this is the path I’m taking. Experiment, build your own toolbox whether it’s hand rolled skills or particular skills you pull out from other public repos. Then maintain your own set. You do not want to log in one day to find your favori
10.
▲
by
s900mhz
6mo ago
Looks like the repo is very young. First thing to do is try it out in a hobby project see how it works out!
11.
▲
by
s900mhz
6mo ago
I find it useful to make Claude track the debugging session with a markdown file. It’s like a persistent memory for a long session over many context windows. Or make a subagent do the debugging and let the main agent orchestrate it over man
12.
▲
by
s900mhz
9mo ago
I was doing the same, but recently I noticed that Claude now writes its plans to a markdown file somewhere nested in the ~/.claude/plans directory. It will carry a reference to it through compaction. Basically mimicking my own wor
13.
▲
by
s900mhz
9mo ago
Why not? If one of your goals is to try to relax and/or meditate more, then I feel it’s a valid list entry. It’s all a matter of perspective and personal goals, no?
14.
▲
by
s900mhz
9mo ago
I personally replaced my playwright mcp with this. Seems to use less context and generally more reliable.
15.
▲
by
s900mhz
10mo ago
This is a task I think is suited for a sub agent that is small in size. It can can take the context beating to query for relevant tools and return only what is necessary to the main agent thread.
16.
▲
by
s900mhz
10mo ago
When I have a bug I’m iterating on it’s much easier and faster to have it write out the playwright script. That way it does not have to waste time or tokens performing the same actions over and over again. Think of it as TDD.
17.
▲
by
s900mhz
11mo ago
Download the godot docs and tell the skill to use them. It won’t be able to fit the entire docs in the context but that’s not the point. Depending on the task it will search for what it needs
18.
▲
by
s900mhz
1y ago
I personally do not do any writes in parallel but parallel works great for read operations like investigating multiple failing tests.
19.
▲
by
s900mhz
1y ago
Claude can then proceed to fix the issues for you
20.
▲
by
s900mhz
1y ago
You can use the built in task agent. When you have a plan and ready for Claude to implement, just say something along the line of “begin implementation, split each step into their own subagent, run them sequentially”
21.
▲
by
s900mhz
1y ago
https://apps.apple.com/us/app/wipr-2/id1662217862 Wipr 2 It’s a one time paid app that works for both Mac and iOS
22.
▲
by
s900mhz
1y ago
Ahh thanks for the clarification, I misunderstood!
23.
▲
by
s900mhz
1y ago
It’s a feature of Kagi. Putting the question mark does invoke AI summaries. https://help.kagi.com/kagi/ai/quick-answer.html
24.
▲
by
s900mhz
1y ago
I personally love LLMs and use them daily for a variety of tasks. I really do not know how to “fix” the terminology. I agree with you that they are not thinking in the abstract like humans. I also do not know what else you would call “chain
25.
▲
by
s900mhz
1y ago
I use Claude code daily at work, it writes all my PRs. It uses the GitHub cli to manage them. Since all agents are able to use the terminal I suggest looking up the Gitlab CLI and have it use that. Should work locally and in runners.
26.
▲
by
s900mhz
1y ago
I’m not who you replied to but I keep functions small and testable paired with unit tests with a healthy mix of happy/sad path. Afterwards I make sure the LLM passes all the tests before I spend my time to review the code. I find this
27.
▲
by
s900mhz
1y ago
Perplexity basically has this right? They let you buy things with a button in the chat itself!
28.
▲
by
s900mhz
1y ago
You can, most MCP servers are just wrappers around existing SDKs or even rest endpoints. I think it all comes down to discovery. MCP has a lot of natural language written in each of its “calls” allowing the LLM to understand context. MCP is
29.
▲
by
s900mhz
1y ago
I thought the same! I’m not sure if it would have to be a client or server side implementation though. Might have to be both, like a new simulate TV mode.
30.
▲
by
s900mhz
1y ago
Oh interesting! I will happily switch to this. I don’t keep up much with the Windows world. I’m not using the stripped windows for performance, I strongly dislike all the unnecessary items that comes bundled. My windows use case is for it t
More ›