Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cjonas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
cjonas
7d ago
I don't follow iphone products, but if it's anything like android this is because they tend to be the lower end models and are missing the features that people really want (mainly a better camera/lens setup). The top of the
2.
▲
by
cjonas
13d ago
We use mcp as a "gateway" for a customer facing cloud agent. It basically is just a tool registry and could have been built using open-api... but MCP is arguably more robust/aligned for context management and the agent framew
3.
▲
by
cjonas
17d ago
All it would have taken is someone to peak at the output tokens during the run and it would have been obviously the test had gone off rails.
4.
▲
by
cjonas
2mo ago
Really? I was unable to use it in our account without having to enable the provider_data_share setting... From the docs[0]: > To use this model, you must opt in to provider data sharing by setting your data retention mode to provider_dat
5.
▲
by
cjonas
2mo ago
Wouldn't most opensource harnesses work with lmstudio? I assume it has an "openai" style chat API like every other model provider? What's special about it vs langchain deep agents or pi or pydantic-ai?
6.
▲
by
cjonas
3mo ago
I would honestly consider one of these for the utility of a cheap, small electric truck, but not having 4wd is an absolute deal breaker for a truck in the mountain west.
7.
▲
by
cjonas
3mo ago
I've always assumed there is some sort of "acclimation" period, maybe even related to the conditions you grew up in. I much would rather spend a time outside in -40c (with proper outerwear) than 40c. I'm relatively heal
8.
▲
by
cjonas
3mo ago
They didn't remove the bolts for "leave no trace" reasons. They removed them because the style they were put up was considered "poor climbing ethics". They felt it could go "free" and on gear. This would
9.
▲
by
cjonas
3mo ago
I don't see any mention of "the market" anywhere in this thread. I'm just talking about the ability for a motivated user to solve real problems with these tools. Right now these solutions are available to software develo
10.
▲
by
cjonas
3mo ago
These use cases will just be built as "open source" (openclawd) or even custom one off application in the future. I've been building apps to run the tedious parts of my life recently. Meal planning, personal finance, bills
11.
▲
by
cjonas
4mo ago
> The system, which began operating in 2016, was designed to run for at least 25 years It's likely that a majority of the cost to collect the data has already been paid for...
12.
▲
by
cjonas
4mo ago
I made the switch from premier to resolve a few years ago and it feels like such a breath of fresh air. Being able to do the same with Lightroom would be amazing so can't wait to check this out. I've been using the free version a
13.
▲
by
cjonas
4mo ago
yea except one is a "dark pattern" to exploit customers for corporate profit while the other is to benefit society.
14.
▲
by
cjonas
4mo ago
Not sure I understand. If you generate a random string to use as a reference for something that the LLM interacts with... and the LLM cannot reliably recall the reference, then it's a problem that needs to be solved by simplify the ran
15.
▲
by
cjonas
4mo ago
The problem is really more getting the agent to reliable relay a UUID. For example, we were creating files for visualizations and having the agent reference them in there response with a custom <visualization file=UUID /> and fo
16.
▲
by
cjonas
4mo ago
Coding agents don't really need memory. Agent skills, rules, git history, documentation is all far more efficient, transparent and easier to manage. These memory frameworks only really makes sense if you are building a consumer facing
17.
▲
by
cjonas
5mo ago
Claude code not supporting specifying an alternate location to look for agent skills is another example.
18.
▲
by
cjonas
5mo ago
this is fair. I should have just said "Site Reliability", as it's almost certainly out of the engineers control.
19.
▲
by
cjonas
5mo ago
also I never had considered that breaking your up-time into a bunch of different components is just a strategy to make your SRE look better than it actually is. The combined up-time tells the real story (88%!). Thanks for the link
20.
▲
by
cjonas
5mo ago
ya i was just doing the math on their chart for the git operations. I added up 14.93 hours combined hours, which puts them WAY lower than the reported 99.7 metric they show right next to it. So based on their own reporting, the uptime numbe
21.
▲
by
cjonas
5mo ago
It would be wild if they dropped below the "two 9's" metric. I think they would need an additional ~16hr of outage in the 90 day rolling period.
22.
▲
by
cjonas
5mo ago
Whats your actual tech experience? Most enterprises that need consultants are using Salesforce, SAP, Hubspot, Dynamics, etc. If a company has an engineering department to build and run internal software, they very rarely need a consultant.
23.
▲
by
cjonas
5mo ago
These days cursor feel more capable and reliable then Claude Code (at last for my workflow). For personal projects, I'm using cursor during planning and verification but run Claude code for just implementation to save $.
24.
▲
by
cjonas
5mo ago
Ya I've had this experience more than a few times recently. I've heard people claiming they are serving quantized models during high loads, but it happens in cursor as well so I don't think it's specific to Anthropics
25.
▲
by
cjonas
5mo ago
Wouldn't they be using the Azure inference API or AWS bedrock on their own accounts and NOT be going through the openAI/Anthropics servers anyways? I just always assumed this is how the big inference "resellers" (openrou
26.
▲
by
cjonas
5mo ago
Why does getting started have me sign up for an account vs take me to the docs to self host?
27.
▲
by
cjonas
6mo ago
The docs indicate there are already 2 other go implementations. Why not just use one of those? https://docs.jsonata.org/overview.html
28.
▲
by
cjonas
6mo ago
Honestly memory seems like an overcomplicating way to solve this problem in the context of something like a coding agent. Rules and Skills are much more explicit, less noisy and easier to maintain. Just requires having an always on rule
29.
▲
by
cjonas
6mo ago
This is basically "reactive UI" foundation. The complexities come from effects (now managed via hooks)
30.
▲
by
cjonas
6mo ago
Small. We're dealing with financial accounts, holdings and transactions. So a user might have 10 accounts, thousands of holdings, 10s of thousands of transactions. Plus a handful of supplemental data tables. Then there is market data
More ›