For a while everyone was saying sub agents is how you save tokens, use lower quality models with limited context to do simple parts of the job after a smart planning agent has put it all in place. Is that no longer true or is this just the result of sub agent being used at the wrong time?
HN user
xhrpost
Any time I notice something in code review and have to get the agent to fix it.. I throw it on the list! My list is like 200 items now.
This is a gripe I've had with AI tools for a while now. Though it's gotten somewhat better in time, but we don't really know what to expect from the tool in terms of quality. Ex. I'd expect a human engineer to probably not use a brand new assertion library for a new test when there are 200 tests using an existing one. But Claude has done this to me multiple times. So I have to add yet another item to the list, like you have, and tell it to look for testing conventions before writing. But, there is plenty we don't have to tell it, like what a function is or a test should probably cover the change in the diff. But we don't really have a list of what things are on each side so we're just left to sort of hunt and peck to build a viable solution.
Everyone posting links made me want to find HL1 in browser: https://x8bitrain.github.io/webXash/
That sounds correct, I know what the GP is describing, very first computer for me. I was actually rather unfamiliar with the basic Win 3.1 desktop.
I've had this exact sentiment in the past couple months after seeing a few PRs that were definitely the wrong solution to a problem. One was implementing it's own parsing functions to which well established solutions like JSON or others likely existed. I think any non-llm programmer could have thought this up but then immediately decide to look elsewhere, their human emotions would have hit and said "that's way too much (likely redundant) work, there must be a better way". But the LLM has no emotion, it isn't lazy and that can be a problem because it makes it a lot easier to do the wrong thing.
VTI is market cap free-float weighted, as is VOO and SPY. So what ETFs would this IPO be an issue with if not these?
It's a good point, maybe? Even the smallest market cap is $22B though, hard to say.
I still want to be long in the market so my initial thought is switching to equal weight funds.
The engineers who thrive will be the ones who can resist the temptation to over-engineer when the marginal cost of adding complexity drops to near zero.
I think this isn't being discussed enough in the SWE world. It wasn't too long ago that engineers on HN would describe a line of code as "not an asset but a liability". Now that code is "free" though, I'm seeing more excessively verbose PRs at work. I'm trying to call it out and rein it in a bit but until engineers on average believe there is inherent risk here, the behavior will continue.
I'll read more of the articles but very first bullet point raised my eyebrows
Freezing Russian reserves in 2022 introduced confiscation risk to assets previously considered risk-free
Is this actually new? Didn't we freeze Iranian assets back in 1979? Wouldn't be surprised if there were other examples.
I don't see how the rich don't understand this. Guess they just think it won't happen to them and they'll be smart enough to cash out of America and go elsewhere before everyone else looses.
There's an older article that gets reposted to HN occasionally, titled something like "I hate almost all software". I'm probably more cynical than the average tech user and I relate strongly to the sentiment. So so much software is inexcusably bad from a UX perspective. So I have to ask, if code will really become this dirt cheap unlimited commodity, will we actually have good software?
To be fair, I was able to get it to work pretty well after giving it extremely detailed instructions and monitoring the "thinking" output and stopping it when I see something wrong there to correct it, but at that point I felt silly for spending all that effort just driving the bot instead of doing it myself.
This is the challenge I also face, it's not always obvious when a change I want will be properly understood by the LLM. Sometimes it one shots it, then others I go back and forth until I could have just done it myself. If we have to get super detailed in our descriptions, at what point are we just writing in some ad-hoc "programming language" that then transpiles to the actual program?
Reminds me of a blog post a while back saying that gigabit fiber at home would lead to everyone running their own email server.
If there's one thing both parties agree with, it's that you can't ever vote for a third party because that's effectively voting for the other major candidate. So the problem of not having more than 2 choices perpetuates indefinitely.
Very first picture even looks like AI
I was expecting Flow-Matic but your mention is even older. https://en.wikipedia.org/wiki/FLOW-MATIC
AI means that those 'easy' tasks can be automated away, so there's less immediate value in hiring a new grad.
Not disagreeing that this is happening in the industry but it still feels like a missed opportunity to not hire juniors. Not only do you have the upcoming skill gap as you mention, but someone needs to instruct AI to do these menial/easy tasks. Perhaps it's only my opinion but I think it would be prudent to instead see this as just having junior engineers who can get more menial tasks done, instead of expecting to add it to the senior dev workflow at zero cost to output.
If you were a dev selling a game years ago when physical distribution was the only method, you'd likely end up with a lot less than 70% after both the publisher and retailer take their cut.
https://www.latimes.com/archives/blogs/company-town-blog/sto...
I don't have access to the actual study but I wonder if they had access to any metrics for the individuals that could quantify the intensity of the insomnia. Chronic insomnia/sleep deprivation is already correlated with heart disease. Could it be that the people with worse insomnia were more likely to take melatonin but also more likely to have heart issues due to the insomnia alone?
I feel like hosting in NYC is even more of a public service given that space is limited and not everyone has a living situation suited for it. Props to you for making it happen. Been doing what I can here as well. Cheers!
Yup, I agree HSA is superior but depending on your situation (and plans offered), the HDHP can be much more expensive out of pocket[1], even if you're paying with after tax dollars. Sweet spot I think is using a good low deductible plan when it makes sense but having a spouse with an HSA which both spouses can use for expenses.
[1]: or so it seems, I tried to figure this out earlier in the year and the data is just lacking in order to make a perfect decision.
OpenAI paid Microsoft 20% of its revenue under an existing agreement.
Wow that's a great deal MSFT made, not sure what it cost them. Better than say a stock dividend which would pay out of net income (if any), even better than a bond payment probably, this is straight off the top of revenue.
I understand what you're saying but I don't think I'm conflating. OP specifically said "USD assets", which I took to mean things like stocks.
flight from USD assets given views that one cannot depend on US assets as safe havens
I keep seeing this but then I also keep seeing the opposite: https://finance.yahoo.com/news/foreigners-buying-us-stocks-r...
Is it common to default to a signed integer for tracking a timer? I realize being unsigned it would still overflow but at least you'd get twice the time, no?
Think I found it: https://www.youtube.com/watch?v=LcGDQZjVfd4
I watched a 2 hour video on the history of computer RPGs, I think it was specific to DND, and found it captivating. Would also like to hear your recs.
The rich class will have to shrink. Think about poor countries like North Korea, there's still a rich/powerful class, it's just a lot smaller.
From the official docs:
This section describes how to install Docker Engine on Linux, also known as Docker CE. Docker Engine is also available for Windows, macOS, and Linux, through Docker Desktop.
https://docs.docker.com/engine/install/
I'm not an expert but everything I read online says that Docker runs on Linux so with Mac you need a virtual environment like Docker Desktop, Colima, or Podman to run it.