Hacker Newsnew | past | comments | ask | show | jobs | submit | oytis's commentslogin

Does it ever end though?

No, and that’s what makes it a proper simulator.

Try translating some prose from English to another language, then, in a different model, back to English

I tried this with the original comment in the thread. Guaranteed to not be in the corpus, references a few terms that also wouldn't be in the corpus (Claude Fable), and long enough to be more than a sentence or two while short enough to compare in a discussion like this.

I did this with entirely local models I have sitting around on my laptop. Minimax M2.7 at a 3 bit quant with 8 bit quantized KV cache for English -> French, Gemma 4 31B QAT (4 bit quant) MTP for French -> English.

It's perfectly readable, but there are a few places where the phrasing is a bit more awkward after the double translation ("auditing" to "revision" in particular is a bit off). Gemma did comment on not knowing what Claude Fable was in its thought process: "The author compares Ellsworth's translation with one produced by "Claude Fable" (likely a misspelling of "Claude" or a specific version of Claude)."

Here's the double translation:

"I have no doubt that a writer is better at translating than AI, but I must say that AI translation has become so good that I'm not sure how much longer the profession of translation will exist—or rather, it may become more a matter of revision.

"For example, I just read Lawrence Ellsworth's translation of The Three Musketeers, which I enjoyed immensely. I neither speak nor read French, but from what I understand, Ellsworth's translation is considered one of the most faithful translations of the work.

"Out of curiosity, I asked Claude Fable to translate the original French version of The Three Musketeers; I asked it to translate faithfully, but also to try to maintain the same playful tone as the original and to censor nothing.

"Once it was finished, I didn't read the entire result, but I compared a few individual chapters between Ellsworth's translation and Fable's.

"They were honestly remarkably similar. As far as I can tell, nothing was substantially different between Ellsworth's translation and Fable's. I think the prose in Ellsworth's translation was slightly better, but Fable's was actually perfectly readable. Again, I don't speak French, so I can't say for certain, but I don't believe I would have had a significantly different experience if I had read Fable's version instead of Ellsworth's.

"It is possible (and probable) that this is partly a self-fulfilling prophecy; Fable may have been trained using Ellsworth's translation and can therefore draw directly from it. Unfortunately, since I don't speak any language other than English, there is a sort of vicious circle: the only way to compare the fidelity of a translation is to compare it to other translations, but if other translations already exist, that will likely influence the results, and if a translation doesn't exist yet, I have no way of verifying it.

"I am going to continue reading Ellsworth's translations for the following stories simply because it feels more canonical to me, and as I said, I think the prose was slightly better."


This is terrible. I never use em dashes!

Are there other companies? Where you are submitting PRs that solve no known problem?

Who gets a sense of accoplishment from prompting an LLM? Do you get a sense of accomplishment when AI draws a picture or writes a poem for you? I guess there are some minds I'll never be able to comprehend

One can reason by analogy here.

In a pre-LLM world, a classic software team would have PMs, designers, and engineers.

Of those three, the PM wouldn't have any real role in writing code. And they would rarely contribute a ton to the design. What they would be contributing is ideas, market insights, coordination, prioritization, etc.

When the product ships, one would expect the PM to feel a real sense of accomplishment. They helped this idea become a _real thing_! All of that pride, despite not writing a single line of code nor polishing any pixels themselves. And I don't think anybody would reasonably look down on them for that feeling.

Same thing with using LLMs. Sure, you didn't write the code. But you caused the thing to exist! That's exciting!


It's more akin to someone commissioning a piece of art, where they describe the piece in varying detail and then it's the responsibility of the artist to see it through, perhaps deciphering ambiguities in the p̴r̴o̴m̴p̴t̴ commission brief.

If you want to stick with the PM analogy, it would be akin to the manager spending 30 minutes writing up a draft spec, passing it off to their employees and then spending the rest of their time watching TikTok in their office. It would be strange if they felt pride in that.


I think that's fair for certain one-shot generations. For example, sending off a single prompt to an image or music generator and just accepting the output.

But I think most of this stuff is iterative, multi-turn. You type a thing in, see what comes back, and then repeat until you have something that satisfies your desire.

Taking the manager analogy. If you spent 30-minutes writing up a draft spec, waited for the outputs, had a review meeting where you provided good feedback, and then repeated that cycle until the product was done... Again, I think that manager (assuming, of course, that their feedback was useful) should feel some pride in shaping that output!


Taking the art commission approach, you go back and forth with the artist until you have what you want. Should you feel pride?

I think it's much closer to the art commission than it is to a manager who is managing humans, the constraints of the business, customers, etc.


Maybe a movie producer is a better analogy?

Some artists use a brush, but others use a chisel.

And then there's the bullshit artists.

Just because we never had the option of a chisel before doesn't mean all chiselers are bullshit artists.


What sense of pride an accomplishment do you get from using a library, or a high level language? You didn't write that code, you didn't hand translate into processor opcodes, etc. There are a million man hours of other people's work involved in making a simple python script run.

Given that any coding effort relies heavily on a much greater amount of work as a prior than the code you yourself are writing... Why do you feel accomplishment?

Making things is fun, using tools to make things can continue to be fun. I have fun woodworking with hand tools and I also enjoy using my CNC where the job permits. Both bring joy.


I think most people feel pride when they put effort into doing something challenging and in return achieve a good result. You can use high level languages and libraries and still put effort into something that is challenging, thus feeling a sense of pride. Of course, they may feel more pride if they achieve the same result without libraries, or in a more challenging language.

Prompting an LLM neither requires comparative effort nor is comparatively challenging, thus it's would be odd to feel a sense of pride from any associated outcomes.

I cannot believe this even requires an explanation.


Developing a functional app that meets your needs with an LLM takes it's own kind of skill, and is substantially more difficult if you can't recognize when the machine is steering your architecture in the wrong direction. It takes actual, real work. It's certainly a completely different kind of work than writing most of the code yourself, but so is using Java when compared to hand writing x86 opcodes.

Prompting an LLM to produce good code isn't a lot of work for you. Writing hex without an assembler or compiler would be a lot of work for you.

People have ideas, and now they have better tools to turn those ideas into reality. They aren't doing it like you would do it, but they're getting it done all the same, getting their needs met, and enjoying the ride.

Maybe just let people have fun, and when they report that they are in fact having fun... believe them.


I'm not saying people can't have fun, I'm saying it's a misplaced sense of pride that gives me the ick when I sense it in others. I see plenty of people who readily disclose that their thing they "built" was just slopped together by an LLM and this is perfectly okay, because they aren't trying to take credit for accomplishments that they didn't put in the expected effort for.

The difference between the skill & effort required to build vs prompt your way to something is orders of magnitude different. If it took just as much effort, people would just do it by hand anyways.


I think “build vs prompt” is a false binary that frames the argument badly.

There are way more nuanced uses of LLMs than skill-free “write me a facebook clone.” Like, hey LLM, help me develop tests of X, review this design for X, help me articulate what is wrong with the code for X, give me ideas for simplifying X, suggest optimizations for X, help me debug this failure trace for X, help me apply this refactor across all of X, and on and on. Even these are stupid examples that way over simplify.

I’m super proud of the work I’ve created /alongside/ LLMs. I’ll let it build me development aides and such with little oversight and there’s no skill there. But you can use it deliberately and maintain control, and it’s amazing to have a tool that can look through your code with you from so many angles.


Yeah, there's something pathetic about being proud of something you didn't actually get challenged by making. Like, I love building Lego sets. It's relaxing, it's fun, and I enjoy having the completed model to put on a shelf and look at. But I would never in a million years say I was proud of those Lego models, or that I had a sense of accomplishment. That wouldn't be merited.

That's a poor analogy, because the intention is orders of magnitude greater on those things than with an LLM. You still need the intention to write Python instead of C, or C instead of assembly. You need an insignificant amount of intention for LLMs, which will happily spew code even for the worst, most incomplete or nonsensical commands.

Don’t think of it as creating art, but as solving a frustrating computer problem. For people that aren’t technical, computers are often irritatingly obtuse and unclear if you’re trying to get something to work in a particular way.

1. There exists some X that you wish existed, but does not

2. The world has changed in such a way that X now exists

3. You took even a tiny action towards #2

Even if the main goal was #2, Is it really hard to see how there might not be some sense of accomplishment? Many investors take pride in the impact the companies they invested in have on the real world; this is the same thing in the small.


> Who gets a sense of accoplishment from prompting an LLM?

I have a good friend who is a VP at a telecom company who has never written a line of code. He's been using Claude to create interactive web pages to help him understand parts of the company.

He was so excited when he got something to work he called me immediately.

I'm sure the code isn't what you or I would write, but it is good enough for my friend. That said, heaven help him if he loses access to Claude. ;-)


Back when image-gen was made widely available (2023ish, feels like eons ago), there were people who took genuine satisfaction with their art prompting skills. It did come off as a bit cringe though: https://www.reddit.com/r/saltierthankrayt/s/KxwhqJ5hrU

That thread is hilarious. They update the model and the guy thinks his art skills has improved. Something to consider when someone tries to tell you prompting is a "skill"...

After trying and failing multiple times to get any LLM to create exactly the picture that I was trying to make, I have to admit that, at one point, if one of them had succeeded, I would have felt a quantum of accomplishment.

But, since I'm not that much of a slot machine aficionado, I just completely stopped pulling the lever.

However, I can see that for the right people, this level of difficulty might encode or mimic, purposely or not, many of the features that are collectively termed "gamification."


Amen.

I've always said that by only writing ASM can you get any sense of accomplishment from authoring software.


Do you think your CEO has no sense of accomplishment when your team ships a product feature?

Yeah, they created a team that accomplished something (or a team that created a team), so it's well-deserved.

I guess that's why I burned out as a manager: I do not get a sense of accomplishment when my team achieves something

For people totally new, it can be partially understood, just as i was ecstatic having a tool create something on a computer for me in my early days.

For anybody else thought, I get that a LLM is a regression (npi) where you don't have to learn or understand anything .. therefore the personal growth value is moot (except the alleged sales if the person tries to use LLM to create a side business).

For actual devs it's disheartening and caused me real grief seeing how many of them were happy not thinking anymore.


It doesn't even matter and isn't worth arguing about what emotional state the submitter obtains. I don't care if they even achieve nirvana and ascend to permanent buddhahood.

What matters is that they are wasting the time & patience of someone who is doing good work that others benefit from.

Any happiness gained from doing that to someone is parasitic.


Do you think people in product design never feel a sense of accomplishment or something?

Or for another perspective, why do you think a "sense of accomplishment" is an essential, and dominantly important thing for everyone? Maybe they feel two hot shits about such a thing.

Especially when the "accomplishment" in the vast majority of cases is in the realm of "having had the patience to endure the humiliation ritual of figuring out the arbitrary abstractions some other dude came up with, and doing the plumbing to reconcile that with the requirements to the extents possible"?

It's like that Star Wars: Battlefront PR comment's idea of a "sense of accomplishment". Outright asinine and cynical. https://www.reddit.com/r/StarWarsBattlefront/comments/7cff0b...

When I make things, what I care about is exactly the function they provide. It's endlessly rewarding to make something useful. It's not some exercise in polishing my ego by proxy. I don't want people appreciating the things I make because they were hard to make. That's borderline condescending and pitiful.

But hey, maybe I'm mischaracterizing the way you meant "sense of accomplishment" myself. Maybe this is exactly what you meant too. But then how would people vibecoding be robbed of feeling this? Makes no sense.


I posit that there are people who get a sense of accomplishment from operating their laundry machine.

And people who get a sense of accomplishment from hitting the jackpot on a slot machine.

Operating an LLM is a strange combination of the two.


You should see the non AI trash that people are proud of

Someone having pride doesn’t mean what they did has value


I'm a professional software engineer and even I get excited about having an ai vibe out some throwaway software for me (two recent examples - a personal recipe site I never made time for and a video game skill tree build tool that isn't worth the time it would have taken to build).

As another commenter said, for a ton of people this is the first taste of the computer working for them and being able to dream something up then have it exist. This is very cool!

That in no way invalidates the concern of amateur slop going to maintainers! I think the problem here is we as society haven't caught up to this new idea of personal software vs community (architected, maintained) software. We're so early in this space we haven't even figured out the good ways to do such a split - even the totally new to software folks are bleeding edge early adopters.


I think there's a spectrum between simply writing a prompt and generating slop and using AI in a loop over many hours/days/weeks to produce something that works the way you want it to. I get a great sense of accomplishment from doing the second, and I pretty much refuse to do the first, except only in the most ephemeral of cases.

Who gets a sense of accomplishment from cheering for their home team?

I would use strategic nukes in 100% simulations, just because I can

Who among us has not launched a nuke in Civilization just for the spectacle?

If you knew that policy would be guided by said simulations? Because the government uses AI to make decisions.

There are people with cardboard signs, and there are BLM protests or occupy Wall Street. Can't remember when the last disruptive protests were in Switzerland, but in Germany I'd say tame protests are the norm and disruptions are an exception

99% of BLM protests were just people with cardboard signs. There's always the occasional anonymous asshole who might throw a rock at a window and run off, but that's the nature of any gathering of 100,000+ people. There will always be a turd.

In the other 1%, the police decided on a policy of always picking a fight with crowd, every fucking day, until they ran out of gas.


There was a lot of arson at BLM protests, and plenty of people beaten in the street, some of whom were in no way asking for it. The majority of the violence probably was the cops though.

Watch any random sampling of body cam footage and you won't think the majority of violence was the cops. I'm amazed at the restraint honestly.

Now when I was a kid...getting thrown into a paddywagon while hammered after mouthing off to a cop was a right of passage.


Do you think the selection of what body cam footage cops make available is without bias?

Still I can't think of an event where Swiss cops would be able to collect similar footage.


Search has degraded for sure, but still better than anything else? Maps - I guess you mean Apple ones are better? Can't tell, I am not on Apple, but if you don't use Apple products, there are not many alternatives to Google maps

MapBox[0] does a good job. I think they use OSM maps.

I don’t think it has a public interface, though. It’s really a developer resource.

[0] https://mapbox.com


I think it was ruled that 1 star review without any words at all can be considered a defamation

In software I can imagine a worker-owned consultancy, but not a product company. It would imply staying in one place working on one product for your whole life, which doesn't sound inspiring

A company need not be a single product, and working in a worker-owned cooperative need not be a lifetime commitment to a single firm (though cooperatives ideally will have less turnover than firms owned by capital separated from labor.)

No, it implies that you give workers the means to dictate the direction of the company. That is what workplace democracy does:

https://en.wikipedia.org/wiki/Workplace_democracy

Acting like centrally planned dictatorships is a good form of collaboration is just so off base. There's no reason to think that introducing democracy into the work place wouldn't immediately benefit both workers + customers.

If this sounds crazy the C suite + board already vote on who gets hired into the executive team, vote for the direction of the company, and vote for their compensation packages (hint, they never decrease them).

Why shouldn't workers be legally enabled to do the same? What is the justification to this? I'm curious to hear it because the only way people can justify the current system is declaring that some people are actually more deserving of prestige, money, and benefits while others deserve to suffer.

With income inequality increasing, healthcare outcomes worsening, and children literally becoming stupider isn't it time to question the current system and ask ourselves if this is the society we truly want?


Where’s your real world evidence of all these benefits of coops?

Because I would love for it to be true.


Well workplace democracy has only been tried in a few corporations. If you want an interesting business case look into Semco Partners in Brazil:

https://en.wikipedia.org/wiki/Ricardo_Semler#Semco_1990%E2%8...

There is academic research on this too if you're curious but it's mostly in English, Spanish, and Portuguese.

But yes, there isn't much "evidence" because this system hasn't been tried en masse; however if you look at our current neoliberal hellscape, it's pretty hard to imagine it doing worse. Also neoliberalism wasn't really "tried" either, it was thrusted upon us by a group of individuals that wanted it.

One thing to keep in mind is that society can change quite quickly if you want it to. I'm sure the children that died working in factories during the 1800s never imagined such a society where children are valued, cared for, educated, and protected but it did happen.

It has happen before and it can happen again. It only happened because people were willing to fight for it.

The rules are allowed to be changed at anytime if we deem so, a better world is possible.


“We are sure it will work because it’s never been tried!”

I believe the Germans have had success with including labor representatives on corporate boards. Maybe we can start there.


Why does this argument never apply to neoliberalism?

That was never put to a vote but it still thrusted upon a country where the results are what you would expect: the worse income inequality ever seen in the history of the nation, life expectancy has increased, deaths of despair have reached record highs, more children go to bed hungry, healthcare is being ripped from civilians, and corporations are legally allowed to poison and kill civilians (health insurance companies with their death panels, manufacturers causing cancer valleys) with zero legal repercussions.

So yeah maybe we should actually go the extreme into the other direction, if democracy is good enough to lead nations it's good enough to run businesses. If you're a worker IDK how you would argue otherwise. Being able to keep your boss/leadership accountable by voting for them out seems like a win for every workplace metric imaginable.

Imagine how better of a company Meta would be if Zuckerberg wasn't allowed to waste billions accomplishing nothing. In a just society he would have been voted out, but in a neoliberal society he is granted an insurmountable amount of wealth.

I'm sorry but this society sucks and acting like we can't do better, be better is beyond pathetic.


Based on what you say, it should be easy to find data showing the superior performance of coops for employees in terms of wages, benefits, profit sharing, etc, right?

Health care is a different topic and yes, socialized healthcare systems seem to perform better across the board.


Where is the data that neoliberalism helps people? Like can't you see how stupid this argument is? Current system is terrible for the vast majority of workers, but we aren't allowed to change this system why exactly? Especially regarding a system that was never discussed or debated? God damn this is pathetic. What you are doing is like the number one tactic elites use to squash any ideas of creating a better world.

The idea that opponents of neoliberalism have to recreate all aspects of society and consider every potential edge case isn't realistic, and it's not how systematic change actually occurs.

Once again, the Q is this. Where is the evidence that neoliberal economics has helped Americans? Income inequality is at its absolute height, along with deaths of despair.

I'm sorry but why are you personally defending such a sick society? Did you vote to implement neoliberalism in the 1970s or what? Where you the one who told Ford to tell NYC to suck it?


This is a shallow dismissal of GP’s point. The point is more, “we aren’t sure it won’t work because it has never been tried,” which is much less of a straw man to argue with.

No.

There was an unequivocal claim that it will work better than our current system.


They said

“Acting like centrally planned dictatorships is a good form of collaboration is just so off base. There's no reason to think that introducing democracy into the work place wouldn't immediately benefit both workers + customers.”

That sounds more like there’s no evidence that it won’t work than an unequivocal claim that it will.


Well... there is historical evidence that centrally planned dictatorships are not a very responsive form of government.

Now, corporations usually have the problem of competition, so if they aren't responsive (or at least responsive enough), they get out-competed by those that are. Is that enough to make them different from governments? Perhaps, but I don't know.


If you don't think there are competitions in dictatorships you are extremely sheltered. The competition in a dictatorship is whether you stay alive or not, just like in a corporation is whether you become homeless and die or keep a roof over your head.

That's just neoliberalism baby!


Could you quote that? I don’t see it.

I think the Swiss are not known to be particularly open-minded in Europe. They have ton of money though and the landscape is great

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

Search: