GPT-5

Apple Could Buy Perplexity AI to Finally Catch Up to Rivals

Apple is reportedly considering acquiring Perplexity AI as a strategic move to significantly boost its AI power and catch up ...

How to Use Perplexity AI API: Free and Pro Methods Guide

Using Perplexity AI? Perplexity AI API has two different methods to access. So, here’ the guide to know how to use Perplexity AI in different ways.

Show HN: Shouldiuse.dev – Software dependency health checker

As software engineers we are often confronted with the decision of whether to code something ourselves or to add an existing library that does it for us.Whether we like it or not – we are adding dependencies sooner or later. And it's arguably good practice to check a new dependency beforehand: Is it maintained? By whom? How many issues does it have and how many of those are bugs? Are they being fixed? What's on the roadmap? What's the release frequency and how often do APIs break?

Show HN: Dungeon Master in Your Console

I don't normally share side projects here(or in general). Don't have much time to open them up to too much attention. I started this project while riding in a car last weekend. Mainly to explore OpenAI Codex. Using Github mobile I wrote the initial specifications into the readme, and using the ChatGPT iOS app, had Codex build a simple CLI based dungeon master. Switched back to Github for managing the PRs and back and forth for the whole car ride... It kinda got a little out of hand fro

Show HN: TokenDagger – A tokenizer faster than OpenAI's Tiktoken

TokenDagger is a drop-in replacement for OpenAI’s Tiktoken (the tokenizer behind Llama 3, Mistral, GPT-3.*, etc.). It’s written in C++ 17 with thin Python bindings, keeps the exact same BPE vocab/special-token rules, and focuses on raw speed.I’m teaching myself LLM internals by re-implementing the stack from first principles. Profiling TikToken’s Python/Rust implementation showed a lot of time was spent doing regex matching. Most of my perf gains come from a) using a faster jit-compile

The Illusion of AI Reasoning: Apple’s Study and the Debate Over AI’s Thinking Abilities

Artificial Intelligence (AI) is now a part of everyday life. It powers voice assistants, runs chatbots, and helps make ...

The AI Platform That’s Making ChatGPT Obsolete Just Dropped A Lifetime Subscription

From GPT-4 to image generation, PDF summarizing, voice transcription, and more, this all-in-one solution gives you access to powerful AI tools with a one-time payment, and it’s only $29.97 (reg. $234) ...

New AVI system slashes AI prompt attacks by 82%, sets safety standard for generative models

The explosive growth of LLMs such as GPT-4, Claude, LLaMA, and Grok has intensified concerns around model alignment, toxicity, and data privacy. While many commercial LLM providers have incorporated internal safety mechanisms like Reinforcement Learning from Human Feedback (RLHF) and Moderation APIs, these systems often exhibit limitations: they can over-censor, lack transparency, and are typically rigid or poorly suited to varying regulatory environments.

Microsoft Says Its New AI System Diagnosed Patients 4 Times More Accurately Than Human Doctors

The tech giant poached several top Google researchers to help build a powerful AI tool that can diagnose patients and potentially cut health care costs.

OpenAI To Unify And Simplify Its Two Model Series Names With GPT-5

OpenAI has now created so many new models that even AI experts are finding it hard to keep track, but the company seems to ...

Anthropic wins key US ruling on AI training in authors' copyright lawsuit

A federal judge in San Francisco ruled late on Monday that Anthropic's use of books without permission to train its ...

As job losses loom, Anthropic launches program to track AI’s economic fallout

As warnings mount about AI’s potential to displace millions of jobs, Anthropic on Friday launched a its Economic Futures ...

Anthropic wins ruling on AI training in copyright lawsuit but must face trial on pirated books

In a test case for the artificial intelligence industry, a federal judge has ruled that AI company Anthropic didn’t break the ...

Anthropic Shredded Millions of Physical Books to Train its AI

Anthropic, the AI company which Google has invested billions of dollars in, had an extremely wasteful way of gathering the ...

Anthropic wins key AI copyright case, but remains on the hook for using pirated books

Anthropic didn't violate U.S. copyright law when the AI company used millions of legally purchased books to train its chatbot ...

Anthropic's AI Training on Books Is Fair Use, Judge Rules. Authors Are More Worried Than Ever

Claude maker Anthropic's use of copyright-protected books in its AI training process was "exceedingly transformative" and ...

Exclusive: Anthropic Let Claude Run Its Office Shop. Then Things Got Weird

To Anthropic researchers, the experiment showed that AI won’t take your job just yet. Claude “made too many mistakes to run ...

Anthropic’s Claude AI became a terrible business owner in experiment that got ‘weird’

Researchers at Anthropic and AI safety company Andon Labs gave an instance of Claude Sonnet 3.7 an office vending machine to ...

OpenAI launches Codex, an AI coding agent, in ChatGPT

OpenAI announced on Friday it’s launching a research preview of Codex, the company’s most capable AI coding agent yet. Codex is powered by codex-1, a version of the company’s o3 AI reasoning ...

Show HN: I use OpenAIs structured outputs to generate bike workouts

I built a cycling workout generator using a two-stage LLM architecture.Stage 1: Draft generator takes user input and creates high-level workout structure with segments Stage 2: Specialist processors (warm-up expert, interval specialist, etc.) convert each segment into precise power targets and timingsKey insights: - LLMs excel at generating structured JSON when you use schemas - Breaking complex tasks into smaller, focused LLM calls works better than monolithic prompts - Each specialist has isol