Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sally_glance
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
sally_glance
8d ago
Parent is probably thinking of a distributed runtime scenario. The basic building blocks for this are there today. You have long-running background harnesses (like the OpenClaw stuff or enterprisy AI workflow orchestration thingies), someti
2.
▲
by
sally_glance
1mo ago
They differ in that there hasn't been a solver you could have thrown them at. I guess you could argue their harness + LLM setup is a "solver", but the approach is so different from what we used that word for in the past that
3.
▲
by
sally_glance
2mo ago
Quick reminder that it took 6 years for Snowden to step up with dozens or even hundreds of other involved employees not talking before.
4.
▲
by
sally_glance
2mo ago
> The law doesn't actually work by allowing any possible interpretation to hold equal weight the way that many programmers think it does Is that so? Recent rulings in the US specifically gave me the impression that when backed by su
5.
▲
by
sally_glance
3mo ago
Very true. As with all standards, there will always be people who disagree. We still mostly follow them either because we're forced to or because the effort required to establish another standard doesn't outweigh the benefits. Per
6.
▲
by
sally_glance
3mo ago
Well actually there is a reasonably objective standard defining software quality criteria on the source code level (ISO 5055). They also define 29 criteria for maintainability: https://www.it-cisq.org/coding-rules/
7.
▲
by
sally_glance
3mo ago
Homelander approves.
8.
▲
by
sally_glance
3mo ago
Well yeah humanity in the sense of everyone except maybe Uyghurs, Tibetans, Mongols, ... I mean open models are really cool, but I have a hard time believing China is doing it purely for the greater good. The commoditizing your complement s
9.
▲
by
sally_glance
3mo ago
Well, until you established monopoly you need to build trust. Open Source is one way of doing just that. One of the better ways I would say even...
10.
▲
by
sally_glance
4mo ago
It does not use -p, but it does try to impersonate Claude when talking to the Anthropic API. Will they detect the difference in usage patterns and ban anyone who exploits them? Who knows.
11.
▲
by
sally_glance
4mo ago
Does that also merge view/vote metrics? I mean I could probably look it up in the source, but I'm lazy...
12.
▲
by
sally_glance
4mo ago
I've had my private servers running Arch (managed by Ansible) for the last 5 years but have recently been looking into Talos for the same reasons. Setting up a single node k8s using Talos was actually pretty straight forward. In the en
13.
▲
by
sally_glance
4mo ago
I've seen it used in production by larger orgs. The scale where you plan for around 6 months of migration, customization and integration of your legacy zoo with 7 different user account DBs. On one hand, all of these projects were succ
14.
▲
by
sally_glance
5mo ago
For me the largest value-add is the unified API. Being able to instantly start trialling a new model with zero code changes is well worth 5%. The other part is not having to deal with billing for multiple platforms.
15.
▲
by
sally_glance
5mo ago
1. For me pruning is a bit less about cost than performance. Recent research suggests lower context size is nearly always better, and many harnesses implement a sliding window for tool output pruning. Also not every provider supports cachin
16.
▲
by
sally_glance
5mo ago
I have a hunch model proficiency for a given CLI tool very much correlates with how many StackOverflow answers and blog entries providing examples for it there are...
17.
▲
by
sally_glance
5mo ago
Great job and congrats! Working on my own harness has been one of my favorite side projects in the past couple of weeks, of course I never finish anything... But I'm very interested in your experience with the following: 1. Context man
18.
▲
by
sally_glance
5mo ago
Can't speak for OP but I tried providing ast-grep in the execution context of an execute_bash tool, but even with pretty aggressive steering most models just don't seem to use it a lot. More expensive/SOTA models or higher re
19.
▲
by
sally_glance
5mo ago
Is there a complete list of the tools somewhere? I'm interested in how you chose to expose the AST specifically. In my own harness attempts I wanted to keep the number of tools absolutely minimal and briefly experimented with including
20.
▲
by
sally_glance
5mo ago
Not sure this is a great idea. The model only internalized what it was trained on and writing prompts/context for itself isn't part of that. I try to keep my context as clean as possible, mostly today's models seem smart/
21.
▲
by
sally_glance
5mo ago
Helix?
22.
▲
by
sally_glance
5mo ago
Maybe a silly bet where the head of sales had 1-2 glasses of wine too much... "I bet they will still pay us 20 bucks/mo without CC! Don't believe me? I'm going to prove it!"
23.
▲
by
sally_glance
5mo ago
Maybe the brain is more akin to a network of networks and the actual reasoning part is not all that large? There are lots of areas dedicated exclusively to processing input and controlling subsystems. I can imagine a future where large arti
24.
▲
by
sally_glance
5mo ago
How are Chatbot UIs different from search engines? Just look how that turned out... Yeah we have Kagi and DDG, but quality, completeness of results (for most topics) and cost still drives most people to Google. Switching is maybe feasible f
25.
▲
by
sally_glance
5mo ago
This is the hard part - especially with larger initiatives, it takes quite a bit of work to evaluate what the current combination of harness + LLM is good at. Running experiments yourself is cumbersome and expensive, public benchmarks are f
26.
▲
by
sally_glance
5mo ago
It's wild that everyone seems to have forgotten that Ticketmaster acquired TradeDesk and actively marketed to scalpers [1] just a couple of years ago. Seems they shut down the platform last year, maybe the "ticket bank" [2] i
27.
▲
by
sally_glance
5mo ago
I think the problem is the union argument type - intuitively we read "array of strings OR numbers", but actually it means "array of strings AND numbers". Probably generics would be more appropriate here, with the type pa
28.
▲
by
sally_glance
6mo ago
Yeah, and just like all social media platforms adopted short form video sooner or later they are going to give in to what consumers pay for (in attention or money). Right now it's anyone's guess what that might be in the context o
29.
▲
by
sally_glance
6mo ago
How do you know their definition isn't only "received extortion letters" and "exfiltrate data" is fine as long as it didn't lead to the former?
30.
▲
by
sally_glance
6mo ago
I guess we'll just have to wait and see how things turn out. Currently it seems we have examples of where it seems like the technology allows some amount of innovation (AlphaGo, software, math proofs) and examples where they seem surpr
More ›