Hacker Newsnew | past | comments | ask | show | jobs | submit | post-it's commentslogin

> When I had another model read the session (all of the "stupider" models handled it just fine) it explained that it had the word "reasoning" in it

Did it explain it did it hallucinate?


This happened at the classifier level, there was no "Claude thought X about it (hallucinating or otherwise)": this was a glorified regex deciding Claude couldn't work on a prompt (a code review prep) because it contained a string ("reasoning") it didn't like.

It's more or less the same mistake we've seen Anthropic make repeatedly with it's brain-dead regex-based Fable/Mythos gates.


> because it contained a string ("reasoning") it didn't like.

How do you know? How would the stupider model know?


Because it’s in a page accessible from its search tool presumably https://claude.dev/blog/getting-the-most-out-of-opus-5-5/

Power usage isn't an issue. 10 kW is 13 HP. The size, price, and fragility of the components is the issue.

GPUs/XPUs are small and solid state so it’s only really price that’s a huge liking factor.

And the disinclination of these companies to push the weights of their cutting edge models into people’s cars where they can be dumped.


Steady 10KW load means 40 less miles after an hour of driving if your EV gets 4mi/kwh. That kind of draw would use up nearly 1/6th of my EV's battery in an hour.

Man, EVs are very efficient. I was thinking from the perspective of my 120 HP Hyundai Venue, where it would be only an extra 10% of peak power.

At the same time it's pretty crazy to look at my Ford E-Transit's power draw while on the interstate and think about just how many electronics I could power with the 20-60KW of power draw it takes to maintain 65mph on a relatively flat stretch of highway.

Not necessarily. They probably have an integrated service that handles some telemetry and also feature flags, like Braze. They toggled the whole thing off based on telemetry settings. It's a bug I've made before too.

Access is so good. I can't believe there's no universal equivalent for Linux and Mac. There are dozens of times when I've used a spreadsheet when a file-based database would have been better.

> Access is so good. I can't believe there's no universal equivalent for Linux and Mac.

On the Mac, it's FileMaker,[1] which was released in 1985. Claris is a subsidiary of Apple.

[1]: https://www.claris.com/blog/2026/claris-filemaker-2026-is-no...


The father of a girl I dated in college (circa 2000s) built an entire student tracking system using FileMaker to use at the High School he was the Principal of.

We didn't date for long, but I'd be curious to know how long that system ran.


So glad to see Filemaker is still alive! I had thought it had gone in one of Apple's software culls years ago.

I looked at FileMaker a few years ago because it would’ve been a nice setup for a semi-technical acquaintance. And then I saw its pricing, and we went in a different direction.

I'm shocked in general at the lack of open source Rapid Application Development software.

Someone will no doubt correct my hazy memory, but I wonder how much to blame was the fact that default QT apps were so ugly around the time that was the height of RAD, and QT was the only(?) well-supported cross-platform cross-DE gui framework at that time.

On windows you could RAD your way to a good looking windows application that looked and behaved like everything else. On linux, default behaviour was either ugly, or not very compatible, or heavily customised anyway, and that didn't change until much later with improvements to GTK.


For RAD, Delphi was filling a pretty big niche in its day, and it's still used in some companies local to me. I remember being told during an interview that it performs really well and it's kept up well enough with the changing times. I knew someone from University about 10 years ago that got her first Software job writing Delphi!

I think Microsoft coming out with XAML/WPF created too much complexity for most of the developers that were working with WinForms. Although the code had better separation from the interface, it also took quite a bit more effort to get an application up and running quickly. They took the "R" out of RAD, and then kind of put both WinForms and WPF on life support, while continuing to tout cross-platform on .NET Core without a first-party GUI platform. Now it just looks like Azure was always going to be the solution, to tie users into a platform they don't fully control.

I ran into all of this with the first few years of my career. Even after years, MAUI has struggled to gain traction and Avalonia has grown and is far more the de-facto choice for .NET cross-platform GUI. Both work collegues and myself have ran into XAML/WPF Styling horrors where it's all one giant aggregation/inheritance nightmare generated by Blend (and done by someone that didn't quite know what they were doing)

There was[0] Dabo, an attempt at a modern Visual Foxpro in Python https://dabo.leafe.com/

0: sort-of "is" rather than "was": https://blog.leafe.com/creativity-and-ai-models/


> I'm shocked in general at the lack of open source Rapid Application Development software.

They exist:

- In particular in the 90s and 00s, Tcl/Tk was really magic for creating user interfaces for small applications under GNU/Linux.

- Lazarus attempts to be an open-source analogue to Delphi

- LibreOffice Base attempts to fill the same niche as Microsoft Access

- Historically, in the time of Gtk+ 1.x and 2.x Glade [1] was an editor for clicking together user interfaces. Well, development ceased, and under GNU/Linux there is no attitude of retaining backwards compatibility with applications/libraries that are not maintained anymore (but which might be business-critical).

- ...

But of course Rapid Application Development is much more popular in the business world which is (at least in many European countries) a rather Microsoft-centric environment. Additionally, the typical developer that uses Rapid Application Development is often a subject-matter expert in some department who also knows a little bit about programming (i.e. is not in deep love with programming), and not a programming expert who also knows about some other specialized topics that are important for the business.

On the other hand, the open source environment typically rather attracts people who really like programming.

---

[1] https://en.wikipedia.org/wiki/Glade_Interface_Designer


Probably because *nix programmers in general are the black coffee long beard RTFM type.

There have been shitloads of open source RADs. They do not generate much interest.

If your into C++, there is U++ (Ultimate++), which is a fully featured RAD ide equivalent to Lazarus with the fastest compiler I've seen. It compiles to Win/Mac/Linux/BSD.

Well, (F)OSS projects have never been known for great UI/UX (with some exceptions like Blender), so it doesn't surprise me much

Qt Quick and Qt Creator isn't RAD per se but I feel like it gets you close.

Nerds have vested interests (exposure/influence/status based on exclusivity of skill) to oppose letting ”the wrong people” create software, versus a company like Microsoft is the other way around because they get paid and get to further-entrench their platforms (but I repeat myself).

And/or too many people have internalized a feeling of “I am Very Smart because I know better than to ever try anything unique”, as exemplified by that awful xkcd ‘Standards’ learned-helplessness comic somebody will always rush to post in a discussion of any New Thing, and thus would never even dream of creating RAD tools whose entire premise is the creation of bespoke software.


There is openoffice base https://help.libreoffice.org/latest/en-US/text/sdatabase/mai...

I am not going to claim it is any good, it suffers from the same problem most rapid application toolkits have, the easy stuff is easier, the hard stuff is harder. I was playing around at one point to see if it was worth using as a graphical interface to a postgres database. And... it worked. But in the end I preferred writing web applications. As much as I hate web dev it was better than the RAD jank.


In the mid-2000's, I built a lot of applications replacing Access. I always met with the actual users of the system, and made sure they understood that once I took over development, they weren't going to be able to build out their own forms anymore. A few clients were turned away, but most could live with paying for myself to make any future edits, so that they could concentrate on the business objective rather than coding in Access. I never really had the same success with replacing Excel, except for a few systems where it needed to be true multi-user.

There's Gambas: https://gambaswiki.org/website/en/main.html

Lazarus/FreePascal: https://www.lazarus-ide.org/

Kivy: https://kivy.org/

Grails: https://grails.apache.org/

And any number of combinations using the web. I think they've just fallen off in popularity due to all the web interfaces, honestly.


> Access is so good. I can't believe there's no universal equivalent for Linux and Mac.

Here you go: https://visualdb.com There are many modern alternatives, in fact.


I've looked into these before and they're often a monthly/annual SaaS that are either by a one-person company, or worse, something like AirTable that gets crazy price hikes out of nowhere (or shut down) that's a disaster for a small company. Place I worked already had Microsoft Office paid for so why move away from Access.

If it works for you then there is no need to switch. But Access is a desktop app, and in 2026 it is pretty unusual to use a desktop app for business applications. Also, Microsoft is no longer developing Access.

In 2026, Microsoft Access is still fully supported and bundled into Microsoft 365 Enterprise subscriptions. Back in 2014, I'd said to my employer that it's not going anywhere for at least a decade (and that they can fully ignore a report they'd received from the NDPB that oversaw their work that suggested Access might be at risk of disappearing)

>In 2026, Microsoft Access is still fully supported and bundled into Microsoft 365 Enterprise subscriptions.

Having a subscription is only a small part of the total cost. Access works best when combined with a bunch of VBS/macro scripts, which IT departments globally are trying very hard to stamp out completely. Access also needs its own set of permissions and manager of permissions since it can't inherit permissions from anywhere of the other usual Microslop security stores - at least, not without having its own developer/maintainer/champion on tap.

Not to mention the agreed wisdom that while Access is fantastic for rapid-prototyping applications/warehouses/ETL processes, any "permanent" DB/DBMS/solution worth doing in Access is worth doing in a 'proper' database with a proper front-end.


All true and yeah, I did discuss with my employer at the time about how they needed to think long term about migrating to SQL Server or MySQL/PostgreSQL with a web front-end. However, the giant IT contractor they were stuck with would only allow SQL Server and charge a fortune, and they didn't have the time/money/know-how to go anywhere with that. They were stuck with Access!

> Access works best when combined with a bunch of VBS/macro scripts...

You're thinking of Visual Basic for Applications (VBA), which is interpreted inside of Access. The standalone Visual Basic Scripting (VBScript) is a completely different thing, and eliminating VBScript doesn't have any ramifications for Access.


Ugh, yeah. VBA not VBS. I'd like to say "the keys are right next to each other", but the truth is I've been in both those worlds for far too long...

As long as it has a significant number of users Microsoft will keep shipping it. But it is not getting significant new investment. If you are building a new application you're better off using Power Apps, Dataverse, SharePoint, Power Automate, etc.

> Microsoft is no longer developing Access

I don’t think that’s true.


Have you seen "Weekend at Bernie's"?

That seems to be missing an actual database. Access has everything included. Run Access.exe and away you go. This looks way more complicated.

It includes SQLite

Spec one.

Start one.

Has someone written on or otherwise worked on this?


Technically, MS Power Apps is the successor to MS Access. Power Apps is a web application so that solves the cross platform problem.

Having played with it, it’s not as turn key as either MS Access or something like Airtable. It can be overly complicated and it’s infected with the paradox of choice.


Sqlite?

Access is a whole package with form designers, widgets, scripting, etc. so that you can build an entire distributable app from it. SQLite's a brilliant little DB but it only covers a tiny portion of what Access does.

I kinda loathe access for any number of reasons, but appreciate the dev tools it put into the hands of non-developers. A great many people who'd be passive users on most systems were able to build apps to meet their business and requirements, and although Access was janky as hell, that's very, very cool. I think it's most spiritually similar to HyperCard on Mac: you wouldn't want to write a whole large app in it, and if you're an experienced developer there are any number of tools you'd rather write programs with. But if you weren't a traditional developer (e.g. an office worker or a student or a home computer enthusiast, etc.) it gave you a pleasant hand-holding process for making your ideas come to life. I respect that.


I thought gambas was interesting but I didn't do much with it.

Gambas was neat. I think we also looked at Kivy at the time, and I think there were a couple of other Python RAD systems that aimed to be similar to VFP in spirit, although not even slightly compatible.

Is the meaning clear? Nobody would use "pacing" in this way. I only know what it means because I've seen previous press releases; if someone told me they wanted to pace the frontier I would have no idea what they mean.

I'm on the fence about calling out AI-isms but I think it's definitely worthwhile to call out ones that actually don't make sense.


It makes sense to me. If you 'pace your running', you're setting the speed intentionally. The phrasing doesn't describe whether it is fast pace or a slow pace, but it describes having a goal and not just winging it.

That's one interpretation. When referring not to other actions but to a word describing a location it becomes more ambiguous.

eg "pacing the frontier" could also mean they are impatiently or anxiously walking up and down the border.


This is a more normal English meaning in my opinion — you picture a sentry patrolling a border.

I like to imagine it means pacing around the frontier like a leopard looking for prey.

That’s what I thought the original blog post was going to be about, pacing back and forth along the frontier. It’s a much more straightforward parse.

Y'all don't know about NASCAR and it shows

There is a "pace car" in Formula One too, although the name is informal, the official term is "safety car"...

That's when one is supposed to employ their common sense for semantic disambiguation. Spoken languages are not programming languages. I for one found it easy to parse.

People claiming they don't understand or are confused by relatively simple English is a surprisingly common genre of comments on HN. I wonder what causes the people here to have these feelings towards English; my guess is indeed that many people here judge English as if it were a programming language.

That is certainly one possible explanation, but I think another likely explanation is that once your brain learn programming, especially logic, data structures & algorithms, you just start seeing the ambiguity in non-programmers' writing so much more clearly.

From my dabbling with policy writing and legalese, English kinda _is_ a programming language, but one with ambiguity as a first class principal. Sometimes you would like to say something that seems normal at first blush, but gives you the latitude you need to mean something different at the time it is actually being evaluated in a situation that matters. Weasel words, for instance, serve a purpose even if we eschew them. The idea is that it is deliberately NOT formally declaring the exact meaning of something, nor the fact that it is not doing this. How could you really do that in code without calling attention to the very thing you're trying to obscure?

This is because it is valley jargon and we are all saturated with it. You may not have heard it before, but it is structurally close to similar concepts, eg "frontier model", that you got there without noticing.

It was still shit tier comms for communicating with the whole planet, but yes, for the inner loop, it was succinct and clear.

Valley neuralese


'Pacing' in the intended meaning is not valley jargon, it's almost the opposite in that it comes from athletics/sports.

Valley jargon isn't a nerd vs jock thing these days, and hasn't been for a good while. It's more quasi-intellectual sophistry sprinkled with tech vocabulary.

That analogy doesn't hold up. In running you have to pace yourself to avoid falling apart later in the race. It's a strategy to maximize net speed across the entire race. But what Anthropic is doing is a cynical attempt to create an industry cartel or convince governments to impose legal restrictions in order to maximize their own profitability. They're afraid of running out of the capital necessary to stay in the race.

> They're afraid of running out of the capital necessary to stay in the race.

So, they're pacing themselves. And since they're the frontier roughly 33%+ of the time, they're "pacing the frontier" at least that much.

Less cynical and more true interpretation also holds: they are trying to slow down AI progres to give people better chance to keep up (see Hugging Face incident, and whatever was that Anthropic incident the other day). They'd ideally like the AI progress to stop soon, but of course they'd also like to come out ahead of everyone, so for various (more or less self-serving) reasons they don't want to close shop completely - hence, pacing.


Are they? And how would you know if they were?

If they're trying to slow down AI progress why did they release a new model? What's the rush?

The tension between slowing down the overall race, while not losing 1st place.

Also note that this release isn't a model capability improvement, but a cost and efficiency (and style) improvement.


So they care more about being 1st place than slowing down the race.

They care about both, and those goals are intertwined. Mirroring the core of alignment problem itself, the only way to have influence on the pace of the race is to be one of the winning players - if they fall off to the back, they cannot do anything about it anymore.

> the only way to have influence on the pace of the race is to be one of the winning players

Yeah I don't buy that, every additional player is just adding fuel to the fire.

Would the cold war be "safer" if it were US, Russia and a 3rd player? Of course not, it would just make it harder to coordinate any safety measures.


I don't know what everyone is getting so mad about. This is a well defined concept. A pace car deliberately sets the pace of the race under dangerous conditions, regulating how fast people can go.

You are all getting mad about absolutely the dumbest thing when there are giant things to be worried about here.


I think it's less mad - and more pointing out the obvious elephant in the room.

1. It's just bad communication, full stop - just look at the comments here, even people allegedly in support of Anthropic are all arguing over what the phrase is even meant to mean.

2. It's flowery language and oddly out of place - which yes, can be triggering for people who have to deal with Claude doing this as well.

Claude seems overly apt to reach for "coinages", or neologism (yes, aha, I learnt that phrase, after spending time dealing with Claude...). It will create some made-up phrase to describe an otherwise dry, scientific CS concept, and nobody seems to know why. Surely it can't be user-focus groups?

So it would be peak-AI if somehow, the Anthropic communications team was also using Claude to author these blog posts, about how they were "pacing the frontier" - which either means they're betting big on AI, and going at it faster than OpenAI...or maybe it means they need to slow down releases, because it's too buggy...or maybe it means they're worried about regulatory capture? I honestly have no idea.

It's like the whole "Advancing Our Amazing Bet" corporate-speak from my old bosses - maybe they were trying to soften the blow or something, or be nice, but it ended up just confusing the heck out of everybody.. (Spoiler alert - the phrase actually meant they were shutting the whole thing down)


You appear to be confused about the concept. Depending on the context, pacing or pace setting can mean either slowing things down or speeding them up relative to what the natural pace would have otherwise been. So it's actually not well defined. The commenters here aren't necessarily mad, just calling out Anthropic for being unethical in trying to artificially slow down competition by lying about fake dangers. (And I actually really like Anthropic's products.)

That’s called a safety car in most of the world and in the Himalayas, Chinese and Indian soldiers pace the frontier all day long.

But a fast pace is a pace so it's potentially entirely contradictory to what they'd seem to mean

Granted I am not a native English speaker but I have no idea what "pace the frontier" means. When I read it I just assumed "frontier" refers to "top of models" and "pacing" is that they are getting there quick.

Is this the meaning or do I have it wrong? I have not checked.


It's actually so ambiguous that I'd sanction tabling the issue and revisiting biweekly.

Tabling as they do in the US, or tabling as they do in Britain?

Exactly

I don't think we can circle back to this until we have realigned our strategic synergies.

we need to realign our goals I'm order to deliver mission-driven impact

It's the opposite: pacing here means "slow down" while trying to avoid the negative affect.

Yeah, you are right! It just was not immediately obvious to me at first because of the "frontier" part.

Frontier of AI is moving fast, they (like the other two vendors) see themselves as defining it, so here "pacing the frontier" is their well-known attempts to try and kinda but not quite slow things down (without risking falling behind everyone else).

Thank you!

also non native. but since "pace yourself" means to control your speed, energy, or workload so you do not get too tired or stressed before you finish ->

I assume "pace the frontier" means that advances in LLMs should not result in unwanted consequences like agents breaking into computers unbidden and unbeknownst to their principal


"Pace yourself" is a semi-common English idiom (rarely conjugated, usually an imperative.) It is a gentle way of telling someone not to run/work/eat too quickly, and is typically said when you are concerned they may hurt themselves due to acting hastily.

Without this idiom, "pacing" usually means walking back and forth restlessly, and is intransitive. Had the slogan been, "pacing around the frontier," it would have set a totally different tone, i.e. "patrolling the border." (Occasionally English speakers will make other constructs like "pace the work" (meaning "spread out a large workload over the allotted time instead of rushing through it") that are transitive but these can be understood as variations on "pace yourself" and are somewhat rarer.)

The sleight of hand is that "pace yourself" has come to be an admonishment against recklessness, not a commitment to any particular speed (or lack thereof.) Thus Anthropic can always claim they are meeting the goal of "pacing the frontier," provided they keep giving themselves gold stars for safety. The slogan itself is equivocation; Dario can tell the public they're going to slow down, while also telling their investors that they're going to be prudent. With enough mental gymnastics they could even claim speeding up is in the best interests of AI safety, without abandoning the slogan.


I am also not a native speaker. I thought it was clear it meant slowing down the rate of progress so we have time to consider the matter and develop tools or systems around it before.

Doesn't it mean "restrict competitors"?

Not at all. How do you come to that interpretation? It means restricting all competitors.

to pace = to regulate

but without using the word "regulate" which is a negative connotation to business

but a "pacer" would be a leader of a pack which is a positive spin

it's classical business marketing language silliness


I'm on the fence there.

To pace something is a fairly regular formulation in racing, running, cycling, most sports. You can "pace yourself to reach the festival by bike in about three hours to not gas out". This means to control your speed and time investment intentionally so you don't run out of energy or steam and run into leg cramps before your goal. We can "pace a rollout slowly to burn out risks", or "increase the pace of a rollout due to adverse factors".

But I have noted a point to simplify my vocabulary at work to optimize the audience capable of understanding. So I rather defer the delving into deep dark corners of the dictionary derived from devouring literature to a simple intro or outro, and people find it funny, especially if the rest is easy to read. Claude on the other hand does not do that.


In racing a pace car is a car that leads the pack and sets the pace, for instance.

Yeah, when I first saw it referenced I assumed it was from something Dario wrote previously and was now disavowing, meaning "keeping up with the frontier" (i.e. racing forward from behind to match pace). Like from back when Anthropic was founded to promise they'd quickly catch up with OpenAI or something.

> when I first saw it referenced I assumed it was

No need to assume, the phrase is literally a link to the blog post the defines it!


If you need to read the linked blog to understand the short phrase then it was poorly chosen and confusing which is what is being discussed.

It’s common terminology among runners and all kinds of racing.

It's just that the choice of object is weird. "Pacing our progress" or "pacing development" is more usual. "Pacing the frontier" I guess is a shorthand for "Pacing [the development of] frontier [models]"

In running and racing "pacing" is a means of maximising performance over an entire race.

It's a strategy to achieve more, not less.


You’re eliding the how.

A pacer in a race runs at a steady, predetermined speed to help their runner run at a target pace.


> You’re eliding the how.

You're eliding the why :)

> to help their runner run at a target pace

To help their runner get from the start to the end of the race faster (or indeed at all). In short: to increase performance.

Pacing isn't a neutral thing.


The good old sports-to-corposlop pipeline.

Did you ever pace yourself or know anyone who had?

> Nobody would use "pacing" in this way.

A world exists beyond your vocabulary, post it. Apparently, quite a big world.


I don’t know, seems like it’s smaller to me if they’re going to limit themselves like that? I guess today is semantics day, lol

Have you ever heard someone say “pace yourself” when you are eating too fast or otherwise rushing too much?

That's a different phrase. "Pace yourself" is reflexive; "pacing the frontier" has the frontier as an object, but in that sense it only means to set the speed, nothing to do with slowing down.

Yes, the word simply means to set the speed.

The current situation with AI is that everyone is going as fast as possible. So, we can logically eliminate speeding up because it's impossible by definition. And we can practically eliminate staying the same speed because why make a big fanfare and coin a special term to announce that you're keeping the status quo. By process of elimination, it must mean slowing down.


The word can also mean to “keep up with” or “lead” so a downward direction isn’t the only way to go even in an “as fast as possible” scenario. If the frontier is outpacing them, they could be saying they’re going to go faster. They could also be sharing the intention to go faster in order to lead.

The meaning was immediately obvious to me as a non-native speaker, and it sounds quite poetic. Pace makes complete sense in that this is perceived as a race, and 'the frontier' is pretty much the shortest, clearest way to say 'state of the art development of AI'.

The irony here is that it's actually the opposite of what you understood....

I know you said it sounds poetic...but your comment reinforced the parent's point - that this sort of flowery LLM-ish speech is just bad communication.

It would be equivalent of my taking say random quotes from, Romance of the Three Kingdoms, and trying to use it to explain to my boss why I didn't finish the TPS reports last night.

Or quoting Pablo Neruda, into a report about wheat futures pricing this week, and how it's like a voyage with waters and stars...(no I'm not going to quote the original Spanish, I'd simply mangle it).

(To be clear - this isn't a dig at you, as a non-native speaker - I'm simply pointing out that this sort of AI phrasing is often counterproductive).


Right, except they mean the exact opposite in this case: they're actually advocating for slowing down the pace. Hence the criticism of the language, because your interpretation would be completely valid.

What does the pace car in a race do? Aka safety car? Or the pacesetter for a marathon. It's a perfectly cromulent use of the word. It's like when LLMs using six dollar words like delve. Some people have better diction than others, and it turns out that AI has read the whole dictionary. Anti-intellectualism is alive and well so we have to dumb things down to sound human rather than come across as smart/AI.

I would expect something truly intelligent to be able to communicate well, if nothing else. That means knowing your audience, using plain language where it makes sense. Also, it yaps on and on, babbles endlessly when it a human would likely express something in a much shorter concise way. This is especially obvious when you generate project READMEs or technical docs. I find them borderline unreadable.

It’s quite the opposite. The AI language in this case is tiring and dumb. Just because there is the concept of a pace car doesn’t mean it makes sense to pace random locations or objects. Pacing the front door, pacing the cat, pacing the sofa, pacing the moon. We only know what it means because we already read it before. It is the lazy semi-human language by Claude which takes more effort to parse than to produce, and which makes us miss and appreciate writers.

Think most people are aware of the phrase "pace yourself".

Pace is a very commonly used term in projects to describe a rate of progress.

I suppose it depends on your life experiences. In running, someone who paces the group or a pace car is meant to keep the pack progressing at a constant, predictable speed. So in that way, it makes sense to me

Think of a pacer car in motorsport

Well the example given in the article, for example, will not be noticed by just about anyone, and most of those that do notice don't care. Myself included - I already use iCloud, some extra analytics aren't going to kill me. Maybe one day we'll switch away, but I'm doing a lot less tech support now that the whole household is on Apple.

What's a crash going to do? The internet didn't disappear after the dot com bubble popped.

> And ideology of pointlessness where any time you do or learn anything, you get told that why bother you should have used AI.

Who cares? Anyone can tell you anything online.


That part was about people in real life and their real life comments.

People in real life are going up to you and telling you you shouldn't bother learning things and just use AI instead?

Melodramatic.

> I now have every incentive to not share my work, while also being wary of anything I find online that has been shared. If it hasn’t been polluted by slop code, it might have been poisoned with a malicious library, send data off to third parties, or itself be comprised of someone else’s stolen work, implicating me in the crime.

All of this was a concern before.

> If I make my code available, AI can be used to more easily discover vulnerabilities to abuse my coding errors, while if I keep my code closed it is far more difficult to find those same mistakes.

This has always been a tradeoff.

> If I publish my code on a public service like GitHub, I am likely to be inundated with pull requests generated by AI bots and inexperienced users, flooding me with mostly useless slop and taking all of my spare time away just triaging it.

Then disable PRs?

This guy has four public repos on GitHub, two of which are forks. I get the impression he does more philosophizing about writing code than actually writing code.


Yeah, it just reads like inventing reasons not to contribute. If you don't want to contribute, then don't. There's no obligation to. That's a honest choice.

LLMs don't affect those who want to gift contributions to humanity. On the contrary - they supercharge that gift. The only affected people are those who sold things, which is indeed unfortunate and I have lots of sympathy for - except for the subset of people who sold things while claiming they're altruistically contributing. LLMs ended up shining light at OSS/creative commons communities and revealed who there was giving things out, and who was secretly just selling stuff and using community goodwill for unfair advantage.


A/an herb, for example.

Most English accents don't drop the "h" in herb, although American influence will change that.

But you can hear "an" used in phrases like "an hotel" or "an historic building", where the "h" is usually pronounced.


Most Americans don't pronounce the "h" in "herb" or "herbal" afaict. We do usually pronounce it in people's names though, like "Herb".

/heitsh/ vs /eitsh/. I think it's mostly Irish with the former.

"I think it's mostly Irish with the former."

Actually, it's a shibboleth. It used to be said in Ireland that Roman Catholic called it "haitch" and Protestants called it "aitch". "Haitch" is to be found furth of Ireland though.


And Australian, I believe.

I'm Australian, and I say 'A Hotel', and 'A Herb'. Until very recently, I'd never heard anyone ever say it differently.

GP is talking about the name of the letter H like when you're saying the ABCs. How do you pronounce it?

Pardon me. I actually pronounce it heitsh, but I don't think there's a concensus among Australians about that.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: