Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sathish316
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sathish316
1mo ago
I just hate Microsoft and used to love GitHub. I can understand why Github is down with the current insane rates of Commits, PRs, Agents calling GH CLI etc and I hope they find a way back to 3 9s availability.
2.
▲
by
sathish316
1mo ago
Git is meant to be a dvcs (distributed version control system) and I remember doing this in the early days of Git to point to any remote when the central repository or provider was down. Is it possible to create mirrors of every repo with n
3.
▲
by
sathish316
1mo ago
Matthew Walker’s Why we sleep book and his podcasts changed my perspectives on the importance of sleep - https://www.goodreads.com/en/book/show/34466963-why-we-sleep
4.
▲
by
sathish316
1mo ago
I’ve used the following teach skill by mattpocock to learn Java concurrency concepts in 20 bite-sized hands-on lessons starting from creating a new thread to building a Thread-safe Connection pool. I’m pretty sure I can adapt this to learn
5.
▲
by
sathish316
1mo ago
+1, you can customize it to learn any topic concisely, learn by doing, add challenges, add visual explanations https://github.com/mattpocock/skills/tree/main/skills/produc...
6.
▲
by
sathish316
2mo ago
What does it mean when Fable 5 is 1st place and Opus 5 is 3rd place, while Claude code is 7th place? Which model and effort is used for Claude in 7th place, compared to 1st and 3rd?
7.
▲
by
sathish316
2mo ago
I’m of course saying there are infinite ways to implement a non-trivial feature.
8.
▲
by
sathish316
2mo ago
If you’re working on an app or software that has few users, no revenue or minimal revenue, tolerance to bugs is higher and just another Claude prompt away, Software factories are a perfect fit. Most personal software or hobby software or 0-
9.
▲
by
sathish316
2mo ago
I call it the Intent-Implement-Quality problem. Software factories can implement anything given a one-liner requirement. That one-liner requirement can be a complete app/product, epic, feature, bug, design change or refactoring. But th
10.
▲
by
sathish316
3mo ago
Cmux notifications does this too
11.
▲
Show HN: Pi Extension to Maximize AI credits across Cursor, Codex, ClaudeCode
(github.com)
2 points
by
sathish316
3mo ago
|
0 comments
12.
▲
by
sathish316
5mo ago
Feel the AGI of next-word or next-number carbs prediction
13.
▲
by
sathish316
5mo ago
A job is something where you exchange Skills and Time for Money. Most self-respecting creators/workers will not agree to trade Skills, Time, Privacy, Self-esteem for Money. Last time I checked, Facebook is not a thing other than for wa
14.
▲
by
sathish316
6mo ago
How much of this is due to Microsoft Culture of not innovating and buying leading companies with their revenue from windows/office and slowly destroying the aspects of companies that made them great in the first place? Is all the recen
15.
▲
by
sathish316
6mo ago
Instructions on How to build a self-modifying single-purpose agent using AgentKernel here - https://x.com/sathish316/status/2036092222953951364?s=46 This is similar to using OpenClaw for a specific usecase, but wi
16.
▲
by
sathish316
6mo ago
This is surprisingly good, once you create multiple copies and use each copy as a specialized agent. Maybe we don't need OpenClaw just to manage email, calendar, slack, todo lists etc using natural language. Agent-kernel has personalit
17.
▲
by
sathish316
6mo ago
Some of the good quotes or analogies in this article: 1 - “It seems like 99% of society has agreed that code is dead. …It's the same as thinking storytelling is dead at the invention of the printing press. No you dummies, code is just
18.
▲
by
sathish316
6mo ago
Does this imply LLMs will not work well on novel reasoning problems?
19.
▲
by
sathish316
6mo ago
You do realize that AI seems magical because text response is converted into actions or tool calls. The AI is deciding the order in which the tools get called to fulfill your prompts. True Intelligence of Type 2 and 3 above needs to formula
20.
▲
by
sathish316
6mo ago
The call flow is: agent -> select skill (ex: reddit) -> execute action in skill -> script or code associated with skill -> get api key -> call reddit -> reddit posts -> agent. The agent sees the output of the service, i
21.
▲
by
sathish316
6mo ago
This can also be done using existing Vaults or Secrets manager. Hashicorp Vault can do this and agents can be instructed to get secrets, which are set without the agent's knowledge. I use these 2 simple scripts with OpenClaw to achieve
22.
▲
by
sathish316
6mo ago
ROFL
23.
▲
by
sathish316
6mo ago
It’ll be disappointing if Moltbook is somehow connected to the Metaverse or represents the best of what Metaverse at Facebook could ever be.
24.
▲
by
sathish316
6mo ago
OpenKanban is pretty cool if you’re on the other end and want to use Terminal for both Coding and Task/Project management. It’s almost as good as a Terminal version of VibeKanban, but not so feature rich - https://github.co
25.
▲
by
sathish316
6mo ago
If you intercept what an agent (client) sends to the LLM with multiple MCP servers and tools, the context or header is filled with available MCP servers and all tools as part of the conversation. With a CLI, you avoid sending this context t
26.
▲
by
sathish316
6mo ago
You’re spot on. Anthropic blogs talk about a ToolSearchTool to solve this problem - https://www.anthropic.com/engineering/advanced-tool-use
27.
▲
by
sathish316
6mo ago
Since there is no friction and everyone is generating an idea to code using GitHub training data, this is basically the future
28.
▲
by
sathish316
6mo ago
A simple prompt that tells the agent how to use gh cli to use GitHub using —help commands makes the agent start learning how to use a specific cli and just use it. This method was popularised by beads with a simple command “bd quickstart” t
29.
▲
by
sathish316
6mo ago
It might be extremely expensive to build Claude into every group chat. A better option is to have Claude as an assistant or bot in every group chat and triggered when needed. That is just a different interface for Claude or Cowork chat with
30.
▲
by
sathish316
6mo ago
Cowork Chat. Anthropic can do this. What is wrong with this line of thinking? Anthropic is the power company that has a 3D printer to make a faster Maglev than anyone. If Enterprise companies are restrictive to make your own data their only
More ›