OpenAI O3-Mini
721–730 of 944 posts
Re: OpenAI O3-Mini
#722Earlier quoted context omitted.
But often the top comment debunks what you think is true, and then you learn something. > It quickly becomes this weird bubble of people just acting on what everything "thinks" the content is about without ever having looked at the content. That isn't an issue though since the important part is what you learn or not, not whether you think an imaginary article is true or not. If you learn something from someone debunk…
> If you learn something from someone debunking an imaginary article, that is just as good as learning something from debunking a real article. An argument for synthetic corpi (plural of corpus..esses?) - AI ingesting AI.
So no, it isn't the same as AI ingesting AI content at all.
Re: OpenAI O3-Mini
#723Re: OpenAI O3-Mini
#724Earlier quoted context omitted.
But often the top comment debunks what you think is true, and then you learn something. > It quickly becomes this weird bubble of people just acting on what everything "thinks" the content is about without ever having looked at the content. That isn't an issue though since the important part is what you learn or not, not whether you think an imaginary article is true or not. If you learn something from someone debunk…
> If you learn something from someone debunking an imaginary article, that is just as good as learning something from debunking a real article. An argument for synthetic corpi (plural of corpus..esses?) - AI ingesting AI.
Re: OpenAI O3-Mini
#725I used o3-mini to summarize this thread so far. Here's the result: https://gist.github.com/simonw/09e5922be0cbb85894cf05e6d75ae... For 18,936 input, 2,905 output it cost 3.3612 cents. Here's the script I used to do it: https://til.simonwillison.net/llms/claude-hacker-news-themes...
Currently on the internet people skip the article and go straight to the comments. Soon people will skip the comments and go striaght to an AI summary reading neither the original article nor the comments.
Re: OpenAI O3-Mini
#726Earlier quoted context omitted.
Even more occasionally commenters are too.
But extremely rare for a popular wrong comment to not have sub comments debunking them, they are much more reliable than articles therefore.
Re: OpenAI O3-Mini
#727Re: OpenAI O3-Mini
#728Earlier quoted context omitted.
Currently on the internet people skip the article and go straight to the comments. Soon people will skip the comments and go striaght to an AI summary reading neither the original article nor the comments.
I wanted to listen to a podcast where a profesor explains a new drug for ADHD. Instead of spending 2h of my time I spent 5 min reading a summary generated by gpt from a youtube transcript.
Re: OpenAI O3-Mini
#729Earlier quoted context omitted.
Currently on the internet people skip the article and go straight to the comments. Soon people will skip the comments and go striaght to an AI summary reading neither the original article nor the comments.
I wanted to listen to a podcast where a profesor explains a new drug for ADHD. Instead of spending 2h of my time I spent 5 min reading a summary generated by gpt from a youtube transcript.
Re: OpenAI O3-Mini
#730I've been using cursor since it launched, sticking almost exclusively to claude-3.5-sonnet because it is incredibly consistent, and rarely loses the plot. As subsequent models have been released, most of which claim to be better at coding, I've switched cursor to it to give them a try. o1, o1-pro, deepseek-r1, and the now o3-mini. All of these models suffer from the exact same "adhd." As an example, in a NextJS app,…
My experience with cursor and sonnet is that it is relatively good at first tries, but completely misses the plot during corrections. "My attempt at solving the problem contains a test that fails? No problem, let me mock the function I'm testing, so that, rather than actually run, it returns the expected value!" It keeps doing that kind of shenanigans, applying modifications that solve the newly appearing problem whi…