Newsy.co

GPT-5

Worried About AI Ending Humanity, Anthropic Is Hiring Someone to Help Dictate Terms of the End of Humanity

Anthropic has, to its credit, walked the walk when it comes to its red line on autonomous weapons systems. It blew up its ...

Why you should worry about Anthropic, OpenAI's proposed AI risk evaluators

Anthropic and OpenAI are proposing embedded AI evaluators to help manage risk of models causing catastrophic harm to society, ...

Anthropic is killing off Claude Cowork and folding it into Claude chat, launching Claude Docs and Claude Slides

Anthropic's bet is that users should no longer have to understand which internal product surface is appropriate before ...

How an Anthropic IPO could impact big tech earnings

Anthropic is preparing for a record-breaking IPO this fall. The company is reportedly seeking a $2 trillion valuation with ...

Anthropic Launches Claude For Advisors With Schwab And BlackRock

Anthropic’s Claude now connects financial advisors to client data across Schwab, BlackRock and Vanguard, bringing AI deeper ...

Show HN: Blue – open-source governance for coding agents

Hey HN,After migrating to an inference gateway to serve internal usage across an organization, problems have started to pop up. Once you detach from a managed ecosystem such as OpenAI or Anthropic you lose governance capabilities that makes the trans...

Show HN: Stopping AI agent swarms from hacking our systems

I don't trust OpenAI, Anthropic, Google, or any other AI lab to be responsible for protecting my systems from the systems they're building, yesterday it was Hugging Face unintentionally, tomorrow it could be anyone, even an open-source mode...

Show HN: ManyBot – Framework to build WhatsApp bots, without the boring part

Built on top of Baileys. The goal is to handle all the tedious work—opening sockets, authentication, reloading—and leave you to focus solely on command logic and how you want your bot to be.

Show HN: Swift-Qwen3.8-27B, -58.3% thinking, x1.95 speed, accuracy of xhigh

Hi everybody, we post-trained Qwen 3.8 27B to be more efficient by figuring out which tokens were linked to overthinking and penalizing them without "attacking" the reasoning length directly then fixed the accuracy with a bit of secret sauc...

Show HN: Ivx/AI Chat, AI client that doesn't track you (with a better GUI imo)

Since ChatGPT started pushing ads and somehow my instagram reels started getting more and more related to what I talked with ChatGPT, I decided to get rid of it for good. So I built ivx/ai Chat. I know there are many many chat interfaces out the...

Show HN: OpenDocBot – bring your own model to Word, Excel and PowerPoint

I got tired of the lock-in and black-box nature of AI inside MS Office. One vendor decides which models you can use, where your document data goes, and what the agent is actually allowed to do. And when it fails, you can't see the code or send a...

Claude AI Predicts Where Solana Could Land by the End of 2026

Claude AI predicts SOL’s 2026 price action hangs in the balance: and so does the rest of the crypto market. SOL trades near ...

Humanoids will have their 'GPT-3.5' moment within 5 years, says AGIBOT co-founder Yao Maoqing

Robot dance shows grab headlines, but China's humanoid makers are racing to find real uses in hotels and factories.

OpenAI to retire GPT-5.5 model on October 14

OpenAI announced the retirement of GPT-5.5 on October 14, urging users to transition to newer models for enhanced ...

Show HN: Plurnk (Yet *Another* AI Harness)

I am desperate for feedback on my homebrewed harness, "Plurnk."I've been dogfooding it on my RTX5070Ti with only 16GB VRAM as my daily driver for weeks now and it's genuinely better than everything else available (I'm biased)...

Want to stop AI from destroying the world? Make it Open Source

Make Claude and Chat GPT open source. Give everyone the ability to build advanced AI systems. Don't take all the guns, give them all away, so no one has a monopoly on power.

Show HN: 100 Player Online Smash Bros

I used GPT-6 Astra and the recent Melee decomp project (https://github.com/doldecomp/melee) to make an online battle royale mod. 100 players in a box, in stamina mode. The last player alive wins.You will need a good ping/wire...

Ask HN: Slow OpenAI Inference on AWS Bedrock

Inference on AWS Bedrock for OpenAI models has been very slow and glitchy the last few days with today being the worst. Very long latency of over 5 minutes to first token. What's going on?

Show HN: Agenttik – work on multiple projects in parallel with AI agents

Hi! I've been reading HN daily for almost 16 years. Really glad this community exist. This is my first Show HN, so I hope you find this tool useful/interesting.During my summer holidays I started playing with latest AI models on personal pr...

Ask HN: Why serialize documents to disk instead of memory-mapping runtime state?

Opening files like docx requires heavy string parsing and pointer allocation. After an OS swaps active RAM pages out as to flash disk as virtual memory, it can restore them almost instantly. Using 2X more flash disk space is worth if we can achieve m...