Viewing profile — ehsanu1
ehsanu1
HN member- Joined
- Tue, Apr 26, 2011, 8:02 AM UTC
- HN karma
- 1,376
- Public activity
- 614 items
- HN profile
- View on Hacker News ↗
About ehsanu1
I'm actually ehsanul (http://news.ycombinator.com/user?id=ehsanul) here on HN, but I switched Google accounts.
Recent public activity
-
comment
Comment #48963805
Check this site for the first part? Maybe they can offer a notifications API, hah.
-
comment
Comment #48076954
For my schemas, I found LLMs really wanted to just use markdown embedded in the strings, so I've been considering doing away with the schema. I also figure that embedding markdown …
-
comment
Comment #47519901
That a personal website? Prod means different things in different contexts. Even then, I'd be a bit worried about prompt injection unless you control your context closely (no web a…
-
comment
Comment #47485891
I have. In fact, I've been building my own coding agent for 2 years at this point (i.e. before claude code existed). So it's fair to say I get the point you're making and have said…
-
comment
Comment #47483351
That shows it knew this bit of satire more than anything. Also, the problem as stated isn't actually constrained enough to be unsolvable: https://youtu.be/B7MIJP90biM
-
comment
Comment #47483280
Business problems are essentially neverending. And humans have a broader type of intelligence that LLMs lack but are needed to solve many novel problems. I wouldn't worry.
-
comment
Comment #47464149
An honest mistake.
-
comment
Comment #47392657
What are the numbers? Are there problems other than context usage you refer to?
-
comment
Comment #47045176
They aren't necessarily "stored" but they are part of the response content. They are referred to as reasoning or thinking blocks. The big 3 model makers all have this in their APIs…
-
comment
Comment #46894492
But those aren't things you can really separate for proprietary models. Keeping inference running also requires staff, not just for the R&D.
-
comment
Comment #46894475
I wonder how this compares to running sqlite off of an s3-backed ZeroFS https://github.com/Barre/ZeroFS
-
comment
Comment #46890901
To spell it out for myself and others: approaching equivalent calculations for each individual attention block means we also approach equivalent performance for the combination of …
-
comment
Comment #46890767
Could you substantiate that? That take into account training and staffing costs?
-
comment
Comment #46711848
https://www.anthropic.com/news/anthropic-and-the-department-...
-
comment
Comment #46653015
You don't get a simple request/response paradigm with claude code: 1 message from the user results in a loop that usually invokes many inner LLM requests, among other business logi…
-
comment
Comment #46628892
I've gotten great results applying it to file paths + signatures. Even better if you also fuse those results with BM25.
-
comment
Comment #46628881
Embedded usearch vector database. https://github.com/unum-cloud/USearch
-
comment
Comment #46626574
They have rate limits for this purpose. Many folks run claude code instances in parallel, which has roughly the same characteristics.
-
comment
Comment #46626548
You can't control it to the level of individual LLM requests and orchestration of those. And that is very valuable, practically required, to build a tool like this. Otherwise, you …
-
comment
Comment #46569642
You can: https://claude.ai/settings/data-privacy-controls
-
comment
Comment #46569641
True. You can turn it off though: https://claude.ai/settings/data-privacy-controls
-
comment
Comment #46569612
It has to be suited for human consumption too though. I wonder if this has any real benefits over just doing very simple html wireframing with highly constrained css, which is read…
-
comment
Comment #46569575
It kind of makes sense if you relate it to ASCII art, which is very often not ASCII for similar reasons. The naming evokes that concept for me at least. Naming is hard in general, …
-
comment
Comment #46550593
But I doubt you can opt in to them training on that data coming in via OpenCode.
-
comment
Comment #46550478
I understand them not wanting to allow non-coding agents to use the subscription, but why specifically block another coding agent? Is the value Anthropic gets from users specifical…