Readit News logoReadit News
fourside commented on I made a floppy disk from scratch   kottke.org/25/08/i-made-a... · Posted by u/bookofjoe
untech · 2 days ago
It takes some sifting to find some really good “making” channels on YT. I’ve watched this video and while I applaud author’s efforts, I don’t consider this type of content “good enough” to be subscribing. It felt overproduced and with too epic tone, while giving too little detail on the process, the experimentation, the actual solution (he said ratios are important, but what ratios did he use) and no thorough explanation of what is happening.

The golden standard is Applied Science channel, of course, but there are some smaller channels with similar vibe.

fourside · 2 days ago
Please share the smaller channels if you have them handy! I’m very interested.
fourside commented on Perplexity is using stealth, undeclared crawlers to evade no-crawl directives   blog.cloudflare.com/perpl... · Posted by u/rrampage
fourside · 21 days ago
> companies who want AI to recommend their products need to turn this off before it starts hurting them financially

Content marketing, gamified SEO, and obtrusive ads significantly hurt the quality of Google search. For all its flaws, LLMs don’t feel this gamified yet. It’s disappointing that this is probably where we’re headed. But I hope OpenAI and Anthropic realize that this drop in search result quality might be partly why Google’s losing traffic.

fourside commented on Tough news for our UK users   blog.janitorai.com/posts/... · Posted by u/airhangerf15
rafram · a month ago
> i know that is terrible timing and im genuinely sorry about that.

This Twitter-style faux-casual way of writing is so common among AI people right now (see Sam Altman) and it’s extremely grating. I don’t know anything about this project, but if they really cared about their users, I would hope that they’d use capital letters and punctuation when addressing them in an official announcement.

fourside · a month ago
It reminds me of those affectations some kids back in high school picked up on purpose just to stand out. I knew a guy who went through a phase where he’d always talk about penguins and owned a bunch of penguin related paraphernalia because that was “his thing”.

That kind of posturing is forgivable when you’re a teen. When you do it as the CEO of one of the most influential companies today, it’s grating. When you do it because you’re another CEO in a similar market and you’re trying to signal that you’re part of the “in” crowd, it’s frankly embarrassing.

fourside commented on AI agent benchmarks are broken   ddkang.substack.com/p/ai-... · Posted by u/neehao
camdenreslink · a month ago
The current benchmarks are good for comparing between models, but not for measuring absolute ability.
fourside · a month ago
But if the test metrics are fundamentally flawed they might not be useful even for relative comparisons. Like if I told you that Model A scores 10x as many blorks points as model B, I don’t know how you translate that into insights about performance on real world scenarios.
fourside commented on Linda Yaccarino is leaving X   nytimes.com/2025/07/09/te... · Posted by u/donohoe
CydeWeys · 2 months ago
I curate a relatively tame Twitter feed, but X has been showing me animated advertisements of some fleshlight-like device going to town on a dildo. W. T. A. F.

It's started making me worried that I can't even use the app in a place where anyone else is, lest someone shoulder surf that and wonder WTF I'm looking at.

fourside · a month ago
It continues to surprise me how much people insist on using this platform after everything that’s happened in the last couple of years.

It’s like having dinner at a restaurant that you know is owned by a mafia boss and then being surprised when you get robbed while you eat there.

fourside commented on Adding a feature because ChatGPT incorrectly thinks it exists   holovaty.com/writing/chat... · Posted by u/adrianh
beefnugs · 2 months ago
Complete insanity, it might change constantly even before a whole new version-retrain

Insanity driven development: altering your api to accept 7 levels of "broken and different" structures so as to bend to the will of the llms

fourside · 2 months ago
I think you’re missing the OP’s point. They weren’t saying that the goal is to modify their APIs just to appease an LLM. It’s that they ask LLMs to guess what the API is and use that as part of their design process.

If you automatically assume that what the LLM spits out is what the API ought to be then I agree that that’s bad engineering. But if you’re using it to brainstorm what an intuitive interface would look like, that seems pretty reasonable.

fourside commented on Show HN: AI game animation sprite generator   godmodeai.cloud/ai-sprite... · Posted by u/lyogavin
Aeolun · 3 months ago
Unless you didn’t want people to see and use it, maybe you shouldn’t have made it public? I don’t think training AI is fundamentally different from humans learning from things they see, and we don’t restrict that either.
fourside · 3 months ago
When it’s big copyright holders we have very specific, very granular definitions of what constitutes fair or allowed use. But when it comes to smaller creators the answer is that it’s their fault for trying to promote their work and make a living.
fourside commented on Figma Slides Is a Beautiful Disaster   allenpike.com/2025/figma-... · Posted by u/tobr
nixpulvis · 3 months ago
They probably use something like Qt, which is probably what a lot more apps should use. But when you have a workforce that knows React, you build webapps.
fourside · 3 months ago
Qt’s licensing makes adoption harder than it needs to be.
fourside commented on The ‘white-collar bloodbath’ is all part of the AI hype machine   cnn.com/2025/05/30/busine... · Posted by u/lwo32k
throwaway2037 · 3 months ago
Regarding the impact of LLMs on non-programming tasks, check out this one:

https://www.ft.com/content/4f20fbb9-a10f-4a08-9a13-efa1b55dd...

    > The bank [Goldman Sachs] now has 11,000 engineers among its 46,000 employees, according to [CEO David] Solomon, and is using AI to help draft public filing documents.

    > The work of drafting an S1 — the initial registration prospectus for an IPO — might have taken a six-person team two weeks to complete, but it can now be 95 per cent done by AI in minutes, said Solomon.

    > “The last 5 per cent now matters because the rest is now a commodity,” he said.
In my eyes, that is major. Junior ibankers are not cheap -- they make about 150K USD per year minimum (total comp).

fourside · 3 months ago
This is certainly interesting and I don’t want to readily dismiss it, but I sometimes question how reliable these CEO anecdotes are. There’s a lot of pressure to show Wallstreet that you’re at the forefront of the AI revolution. It doesn’t mean no company is achieving great results but that it’s hard to separate the real anecdotes from the hype.
fourside commented on A Research Preview of Codex   openai.com/index/introduc... · Posted by u/meetpateltech
johnjwang · 3 months ago
Some engineers on my team at Assembled and I have been a part of the alpha test of Codex, and I'll say it's been quite impressive.

We’ve long used local agents like Cursor and Claude Code, so we didn’t expect too much. But Codex shines in a few areas:

Parallel task execution: You can batch dozens of small edits (refactors, tests, boilerplate) and run them concurrently without context juggling. It's super nice to run a bunch of tasks at the same time (something that's really hard to do in Cursor, Cline, etc.)

It kind of feels like a junior engineer on steroids, you just need to point it at a file or function, specify the change, and it scaffolds out most of a PR. You still need to do a lot of work to get it production ready, but it's as if you have an infinite number of junior engineers at your disposal now all working on different things.

Model quality is good, but hard to say it's that much better than other models. In side-by-side tests with Cursor + Gemini 2.5-pro, naming, style and logic are relatively indistinguishable, so quality meets our bar but doesn’t yet exceed it.

fourside · 3 months ago
> You still need to do a lot of work to get it production ready, but it's as if you have an infinite number of junior engineers at your disposal now all working on different things.

One issue with junior devs is that because they’re not fully autonomous, you have to spend a non trivial amount of time guiding them and reviewing their code. Even if I had easy access to a lot of them, pretty quickly that overhead would become the bottleneck.

Did you think that managing a lot of these virtual devs could get overwhelming or are they pretty autonomous?

u/fourside

KarmaCake day356November 18, 2023View Original