Viewing profile — d4rkp4ttern
d4rkp4ttern
HN member- Joined
- Tue, Jun 01, 2021, 2:33 AM UTC
- HN karma
- 1,435
- Public activity
- 849 items
- HN profile
- View on Hacker News ↗
About d4rkp4ttern
Building:
Claude-Code-tools: productivity tools for CLI agents. https://pchalasani.github.io/claude-code-tools/
Langroid: LLM Multi-Agent Framework https://github.com/langroid/langroid
BTech IIT/CS, PhD CMU/ML.
Ex: Los Alamos, HBK, Goldman Sachs, WorldQuant, Yahoo, MediaMath
Recent public activity
-
comment
Comment #49202128
All these "intelligence" benchmarks miss something extremely important when using an LLM in a code-agent harness: How it communicates with you about what it did. Opus-5 is practica…
-
comment
Comment #49196723
I know about these. My question was about Tmux. Also the Claude resume search is not full text, it only matches session names.
-
comment
Comment #49195102
I didn’t quite understand. I use Tmux extensively and have tons of sessions running different panes etc. But how does Tmux solve the session search problem, maybe I’m not aware of …
-
comment
Comment #49195075
Related: several months ago I made a TUI session search/manager tool as part of my suite of Claude/codex productivity tools: https://pchalasani.github.io/claude-code-tools/tools/ai…
-
comment
Comment #49095772
Probably referring to my post: https://news.ycombinator.com/item?id=48938375 (100 up votes) Direct link to the doc page: https://pchalasani.github.io/claude-code-tools/plugins-deta…
-
comment
Comment #49039941
what guarantees are these? You mean data retention, use for training etc?
-
comment
Comment #49033964
Interesting take. I should try that !
-
comment
Comment #49033519
Regarding the urge to “check what’s out there”, one simple rule I follow is: spend around an hour in the morning catching up with HN, a few reddits, a couple newsletters, and Blues…
-
comment
Comment #49012101
Love it. Like some others here, I've been making html presentations with code-agents and they come out really nice. Other alternatives for that suit different purposes are these: -…
-
comment
Comment #48968577
I use the Hex[1] app on MacOs for near instant transcription with Parakeet V3. This is how I speak to Code agents at least 80% of the time. The idea is - I tend to be lazy if I nee…
-
comment
Comment #48966979
The other day I was trying to find out exactly how much context size 5.6 has in codex CLI (via subscription) and I didn’t find that documented in any of the obvious places. Sort of…
-
comment
Comment #48959109
In the Reddit post there was clarification that this was done with Sol Pro not Ultra - curious what is everyone’s mental model of the difference. My understanding is that ChatGPT P…
-
comment
Comment #48949439
Nice, it works for discussing concepts baked into the LLM but fails when you want it to read contents of an article or do web search. ChatGPT Live doesn’t have this limitation. The…
-
comment
Comment #48948063
Too much friction in notebookLM - several minutes to make a podcast, and they disappear after a while, and the interrupt feature is super-janky.
-
comment
Comment #48945663
Related book by Blum, Hopcroft, Kannan: Foundations of Data Science (2020): https://home.ttic.edu/~avrim/book.pdf
-
comment
Comment #48945572
Yes Claude voice refuses to actually read the article and relies on snippets it finds in web searches and often pretends to have read the article, and when pushed admits it really …
-
comment
Comment #48945547
Actually for me it’s more cognitive load when the AI just dumps everything at once, which is why I prefer to have it give me a nugget at a time, so I can take it in, pause and disc…
-
comment
Comment #48938850
Me: Ok so I'm going on a walk. I'll dump a link to a Hacker News discussion about an article. You have to read the article and the discussion and walk me thru all the interesting d…
-
comment
Comment #48938375
When notebookLM was new, it was interesting to listen to the podcasts. Then the novelty wore off, and I wanted something where I can interact with the podcasters but it was janky a…
-
comment
Comment #48919335
I've been looking around for skills that help with improving AI prose, and found these: (1) Avoid AI Writing - https://github.com/conorbronsdon/avoid-ai-writing (there is a similar…
-
comment
Comment #48809911
I too used to be a skeptic of the whole "agent-swarms" hype. But I do find some patterns useful with ultracode: - parallelism: "if it makes sense, use ultracode to do this thorough…
-
comment
Comment #48803278
I’m curious why many tech bloggers choose Substack, when it’s almost trivial to set up your own blog with infinitely more style control, and math/syntax-highlighting etc.
-
comment
Comment #48803162
My understanding is that in the generated JS code, the subagents are invoked as headless Claude, equivalent to Claude -p, or the agents SDK.
-
comment
Comment #48803089
> single line addition to prompt to use subagents proactively. This misses an important detail. In Claude Code [1], ultracode suggests the agent create a JavaScript code to determi…
-
comment
Comment #48780835
That’s a good point