If you want to me to care about what you have to say, I'd prefer if you cared enough to write it yourself. Especially on on taxpayer money. If I can spot it as slop, you have a problem.
Weird take. When it comes to trying to compel tech companies to not be evil, trying to use legal precedent for crimes you can charge them with is usually difficult and turns into a semantic debate. I think what's more important is that we recognize when people and companies abuse power to do evil things, regardless of what legal precedent or written corporate policy is relevant. These companies act exactly as evil as they can possibly get away with without pushing us to other products and services.
One year before 1969 we had never been to the moon. In the 70s credible scientists and physicists predicted that large martian colonies would exist before the year 2000.
If a metric goes from 0 to 2 it doesn't mean it's on a long-lived exponential trajectory.
Even if there is a growth pattern that doesn't say how long it will continue. Some things can grow for a while and then hit a ceiling. Sometimes they are a fad that dies (when was the last time you bought a pet rock), sometimes everyone has one - you get a few sales of replacemets but no growth (you have a washing machine and won't buy another until the old wears out)
What if I fold you... that using 1960s technology it would be easier to just go to the moon than it would be to fake it? Have you SEEN a 1960s movie with SFX?
The seasons idea is interesting -- to me, both proposals feel wrong. I think it's because the weather changes that I perceive seem to lag behind the changes to daylight length by a few weeks.
I would propose boundaries that align partly with how I perceive the weather, and partly with how we plan our year (by months): Summer starts June 1st, Fall starts September 1st, Winter starts December 1st, and Spring starts March 1st.
Ocean currents, elevation and distance from the equator also have a big impact on what the season is going to feel like.
There's no need to change the dates. They're already arbitrary based on the position of the sun and the earth and people have the experience to take them with the grain of salt necessary to the region they live in. People who live near the equator probably don't have much care for the notion of the winter at all. Folks who live far up north know that spring actually comes in much later than march 21st. People who climb glaciated mountains in the canadian rockies know they won't get summer conditions until late june.
That's how it works in Australia, though rotated six months: Summer starts December 1, Autumn starts March 1, Winter starts June 1, and Spring starts September 1. I think it even has legal status. In the North of the country though they typically just use wet and dry season.
I've also always thought that the equinoxes and solstices should be the middle of the seasons, so using the 'cross-quarter' days as the beginning of seasons makes more sense.
In my country the dates you stated are what are considered the start of the seasons. This year there was a very clear change between winter and spring on March 1st. February was cloudy and minus, March was sunny and plus.
Forcing seasons into chunks of equal duration also feels wrong, to me but also anyone I recall having a conversation with so seeing every HN comment assuming all seasons are 3 months long is somewhat perplexing.
Sunrise and sunset don't shift at the same time, and December 1 is right about where sunset approaches it's earliest time (where I am it's 4:19, vs the earliest at 4:18 on Dec 8)
Summer doesn't work with that association though, with the latest sunset being the end of June instead of the start.
> I would propose boundaries that align partly with how I perceive the weather, and partly with how we plan our year (by months): Summer starts June 1st, Fall starts September 1st, Winter starts December 1st, and Spring starts March 1st.
You do realize there's also a southern hemisphere on planet Earth?
I'm conflicted -- the author's rounded Mac looks more comfortable to use, but aesthetically it looks worse. He turned the track pad notch into an amorphous shape that looks like a mistake.
There's certainly a % of mac users who prioritize aesthetics over function.
I feel like there's got to be a way to do this in a way that's more attractive though. Maybe something more gradual or even.
I suspect that with all things Apple 10% really care, 80% are indifferent and 10% really hate it. The middle 80% are happy to be led by those that really care.
> the agency said it was confident that a change to the re-entry trajectory would be more than adequate to offset any spalling issues. Somewhat confusingly, they also announced their intention to switch to a new heat shield design, starting with Artemis III.
It's fine to be concerned, but this kind of take is why public agencies are damned no matter what they do. In the private sector, operating with the suboptimal resources you have while working on a better iteration is standard practice, even in industrial settings. But when you're a public organization, if anyone can find anything that is less than 100% optimal, the same people who complain about how slow the public sector is will complain that you're cutting corners, or that you're inept.
But everyone at the company has that private domain knowledge. The only thing you're bringing to the table that anyone in any other role doesn't offer is the commoditized skill set.
Right, and you'll not keep everything out of materials like AI
generated meeting notes for every repeat of every process so
the company doesn't really need many experts in its existing
operations.
It's almost as if they weren't lying when they said dropping it in the phone was a waterproofing measure. I guess people aren't dropping their laptops in pools all the time.
I view the issue of inefficient communication as a problem that will wane as LLMs progress, and a bit idealistic about the efficiency of most human-to-human communication. I feel strongly that we shouldn't be forced to interact with chatbots for a much simpler reason: it's rude. It's dismissive of the time and attention of the person on the other end; it demonstrates laziness or an inability to succeed without cutting corners, and it is an affront to the value of human interaction (regardless of efficiency).
I feel like that ship sailed long ago with phone trees and hour-long support wait times becoming normal. Not that it's an ideal state of affairs, but I'd much rather talk to a chatbot than wait for an hour for a human who doesn't want to talk to anyone, as long as that chatbot is empowered to solve my problem.
Have you ever had a chatbot solve your problem? I don't think this has ever happened to me.
As a reasonably technical user capable of using search, the only way this could really happen is if there was no web/app interface for something I wanted to do, but there was a chatbot/AI interface for it.
Perhaps companies will decide to go chatbot-first for these things, and perhaps customers will prefer that. But I doubt it to be honest - do people really want to use a fuzzy-logic CLI instead of a graphical interface? If not, why won't companies just get AI to implement the functionality in their other UIs?
Actually, I have, Amazon has an excellent one. I had a few exchanges with it, and it initiated a refund for me, it was much quicker than a normal customer service call.
Outside of customer service, I'm working on a website that has a huge amount of complexity to it, and would require a much larger interface than normal people would have patience for. So instead, those complex facets are exposed to an LLM as tools it can call, as appropriate based on a discussion with the user, and it can discuss the options with the user to help solve the UI discoverability problem.
I don't know yet if it's a good idea, but it does potentially solve one of the big issues with complex products - they can provide a simple interface to extreme complexity without overwhelming the user with an incredibly complex interface and demanding that they spend the time to learn it. Normally, designers handled this instead by just dumbing down every consumer facing product, and I'd love to see how users respond to this other setup.
I'm happy that LLMs are encouraging people to add discoverable APIs to their products. Do you think you can make the endpoints public, so they can be used for automation without the LLM in the way?
If you need an LLM spin to convince management, maybe you can say something about "bring your own agent" and "openclaw", or something else along those lines?
Yep, I’m developing the direct agent access api in parallel as a first class option, seems like the human ui isn’t going to be so necessary going forward, though a little curation/thought on how to use it is still helpful, rather than an agent having to come up with all the ideas itself. I’ve spun off one of the datasets I’ve pulled as an independent x402 api already, plan to do more of those.
What I mean is that I want to be able to build my own UIs and CLIs against open, published APIs. I don't care about the agent, it's an annoyance. The main use of it is convincing people who want to keep the API proprietary that they should instead open it.
I did think about this use-case as I was typing my first message.
I can see it working for complex products, for functionality I only want to use once in a blue moon. If it's something I'm doing regularly, I'd rather the LLM just tell me which submenu to find it in, or what command to type.
Yeah true, might be a good idea to have the full UI and then just have the agent slowly “drive” it for the user, so they can follow along and learn, for when they want to move faster than dealing with a chatbot. Though I think speech to text improves chatbot use speed significantly.
Amazon's robot did replace the package that vanished. I don't believe it ever understood that I had a delivery photograph showing two packages but found only one on my porch. But I doubt a human would have cared, either--cheap item, nobody's going to worry about how it happened. (Although I would like to know--wind is remotely possible but the front porch has an eddy that brings stuff, it doesn't take stuff.)
Yeah as long as the chatbot is empowered to fix a bunch of basic problems I'm okay with them as the first line of support. The way support is setup nowadays humans are basically forced to be robots anyway, given a set of canned responses for each scenario and almost no latitude of their own. At least the robot responds instantly.
> a bit idealistic about the efficiency of most human-to-human communication.
I don't know if I would call it idealism. I feel like what we're discovering is that while the efficiency of communication is important, the efficacy of communication is more important. And chatbots are far less reliable at communicating the important/relevant information correctly. It doesn't really matter how easy it is to send an email if the email simply says the wrong thing.
To your point though, it's just rude. I've already seen a few cases where people have been chastised for checking out of a conversation and effectively letting their chatbot engage for them. Those conversations revolved around respect and good faith, not efficiency (or even efficacy, for that matter).
The problem is that people are very rude to customer service representatives, so companies spend money training CSRs, who often quit after a short period of being abused by customers. Automated reception systems disallow people from reaching representatives for the same reason.
CSRs are abused by call center managers far more often than they are by the people on the other end of the phone line. The endless push for "better" metrics, the terrible pay, the dehumanizing scripts, bad (or zero) training, optimizing to make every employee interchangeable and expendable, unforgiving attendance policies, treating workers like children, etc. Call centers are brutal environments and the reason churn is often so high has very little to do with abuse from the people calling for help. In fact, the last two call centers I had any insight into (to their credit) had strict policies about not taking abuse from customers and would flag abusive customer's accounts.
It can be both. It depends a lot on what kind product is being supported. Tech support usually doesn’t get abuse hurled at you by the callers but financial/medical it gets a lot dicier.
That said, I 100% left every call center job I had when I couldn’t put up with the bullshit middle manager crap anymore.
Nothing like having a “team leader” who knows literally nothing about the product who then has to come up with the most nitpicky garbage because they’re required to have criticism on call reviews. Meanwhile some other asshole starts yelling at him to yell at you for not being on the phones enough when the reason I’m not on the phone is because everyone on the team turns to me to ask questions to because, unlike our illustrious leader, I know what I’m doing.
reply