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

Same

The trouble is that the loudest voices will dominate, so the little measurable wins adding up in most organizations don't get attention.


I think fail-over for a production critical service is an equally important responsibility of the router.


You cant fail over to a different model though. Even failing over to a different provider isn't always as simple as set it and forget it. For example bedrock doesn't support the tool search tool feature from anthropic.


I didn't know that! I thought that all models had the same features no matter the provider


They beta support for it now I believe


Yes, providers have downtime and retry/fallback solves this problem.


Ya, probably started with asking for a buzzy title.


Ooh, this is nice. I loved windirstat back in the day.


There are simple "ORM"s that just map classes to tables and columns to attributes. Basically focused on serialization instead of query generation. I find those to be a good balance.


Yeah, you can use SQLAlchemy like this. It's called the data mapper pattern. The bad type is like Django or Rails "Active Record" type ORMs.


The lack of real effort bothers me more than the content itself. We can't be bothered to even proofread children's books anymore?


the lack of effort has been the main thing for me since this all started. you give people a tool to do something easier and instead of doing more WITH the tool they do this instead. is anyone out there using AI to make more higher quality children's books than were possible before?


I think its always been a thing. Give a society any new technology and the distribution curve of human effort doesn’t disappear: a slice of people will aim it at entertainment, shortcuts, and the lowest common denominator (this book), and a smaller slice with high discipline and curiousity will use the exact same tools to become 10x more capable. The tech changes; the distribution of how people use it mostly doesn’t


I don't think there has ever been an appetite amongst corporations to improve the quality of their products if they can easily get away with reducing costs.


People were not given a tool to do something easier. That is not how it was promoted or sold. And that is not why businesses pay for AI. AI was sold as a tool to replace people and do things on the cheap. A person is attached to it as an accountability sink, that is it.

The way AI got used and integrated makes it hard to produce quality and easy to produce a lot of slop. That was deliberate design and marketing choice.

> is anyone out there using AI to make more higher quality children's books than were possible before?

Of course not. Quality children's books were always easy to find. There was no "impossible to create quality children's book" problem before. There was "it costs money to produce sloppy childrens book" problem for companies that tried to live from producing slop kids books.


Because openai and other ai companies spend billions convincing people that they dont need to put in effort as long as they use AI. They literally think they are interacting with a hyperintelligence that is so smart it will destroy the planet eventually. Why would you spellcheck a digital god? Why not just push straight to publish and "automate" everything.

Over time, i hope the chickens come to roost.


These are not made by people who care. It’s a scam basically. Spamming Amazon with slop is a current hustle culture thing. There’s guides, probably AI generated and not proofread, explaining how to do it. They obviously have tricks to game the rankings since these books get recommended like mad in every category.

It’s today’s hot successor to the big drop shipping craze, which is also still happening, and has destroyed Etsy. That was another hustle culture thing. I remember hearing something about it being one of the get rich scams Andrew Tate was teaching at his thing.

You could use AI to help make a good book like this, but you would proofread and fact check it and sit there and converse with the AI and tell it all the stuff to fix… just like vibe coding.


I understand you can use AI to make a good book but you can also make a good book without AI. Why does AI have to be involved at all? Were we running out of children books that we need to optimize a factory assembly line for them with AI?

It's like there are some things that do not even need AI and thats okay. Children's books also don't need a hurculean effort to write/create (the part ai tries to automate and fs up). In fact, its almost entirely about the concept and direct execution.

You mention vibe coding but this is fundamentally different and it doesnt apply


The point I was making is that this isn't bad AI books made by people trying to make books. This is scam content made by spammers and hustlers.


As the other commenter here says, I suspect whoever did skim through found it amusing. Besides, it's not like this genre was particularly accurate anyway --- I have some old purely-manual-human examples of "how things work" books which distort, exaggerate, or grossly simplify for illustrative purposes.


The lack of effort is the point. The intent is to automate the entire pipeline and churn out huge numbers of these for whatever the top selling topic of the week is.


The lack of effort is the point. This is the equivalent of SEO spam, meant to extract money from the ecosystem by crowding out books that earned their position in the marketplace.

The difference is that multimodal generative AI lets you can crank you SEO spam-style content across all types of media, at almost any scale.


I assume these aren't being published by major publishing houses but rather microbrands and print-on-demand services. They're, like, bypassing gatekeepers and democratizing knowledge, man. Why do you hate freedom so much?


Yes we should celebrate these plucky entrepreneurs!


There was a window where new authors could break in with blogging and self publishing. Andy Weir (The Martian, Project Hail Mary, and the bad one that shall not be named) got started this way I think.

That window is now closed. If I wanted to be an author I’d probably try to get a real publisher, with all the downsides that entails.


the slop must flow


Alternate theory: It's a best seller because it's so goofy. Much like brainrot and Dr Seuss.


I suspect most of the critique even back then was around teaching from static written text, not the writing itself. In my experience that aligns well with modern education theory.


It was in part this, and that when contrasting with the more common tradition of oral transmission and memorization, ancient teachers lamented that their students were not only failing to learn things by heart because they knew they could look them up in the book or notes later, but also as a consequence failing to learn the important life skill of really good memorization and contextual recall. I think this too aligns with modern education theory in that it's not just about students learning the material, but also the meta-skills they are acquiring while doing so.

It's not that they didn't see the usefulness of books, it was more so about the overreliance on them and the effect it had on the education students would come away with, just as you say. A pretty reasonable concern, I think!

As an aside: One of the techniques students would be exposed to was the use of memory palaces, which remains helpful to this day where everyone has a computer in their pocket. Pretty cool stuff - technology of the mind!

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


Good opportunity to do some planning work.


I do that with Opus in plan mode..


I bet there's an awful lot of servers out there that will happily take CORS requests from any host because someone didn't understand why their second domain couldn't talk to the same API.


Sometimes it's a good thing when I try to use someone else's backend in my web app. For example map tile server or route builder, which are session-less and have no authentication.

The idea that HTTP servers are restricted to requests from a single domain by default is strange, wonder if CORS world be better off opt-in rather than opt-out.


> wonder if CORS world be better off opt-in rather than opt-out.

It's necessary that the defaults are secure. More so, not less, if the problem is hard.


That describes pretty much every server I've ever written lol.


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

Search: