GPT-5
Show HN: Browser Tools SDK – an optimal browser harness for agents
We’re open-sourcing Browser Tools SDK: a small TypeScript package to give any AI agent a reliable way to control a real browser. With just a few lines of code, you can give any agent a production-ready browser harness import { createAiSdkBrowserTools } from "libretto-browser-tools/ai-sdk";
import { LocalBrowserProvider } from "libretto-browser-tools";
const { tools } = createAiSdkBrowserTools(new LocalBrowserProvider());
const result = await generateText({
m
How much cost would it take to run a LLMs locally
If I want to run LLMs model like Qwen or gpt locally how much would it cost me and I want to connect it to my main website creating an API link, also which models would be best
Ask HN: What's your experience with GPT-Live been like?
For me it's been ambivalent:It's conversational skills are an incredible leap from its predecessor: The acknowledgments it makes, and the natural flow it exhibits overall are awesome.Today I began asking it something about Docker, and it said something along the lines of "I'm not too well versed with docker, but go on", which struck me as rather strange: Surely it "knows" more about docker than probably every greybeard out there, so howcome it shows this fake h
Show HN: WorldBuild Bench repo: testing LLM world coherence with 3D games
I built WorldBuild Bench because, as we all know, llm bench scores often say something very different from what models actually feel like to use. It's really dependent on the type of tasks.I personally want to test spatial, temporal, and causal coherence in an interactive 3D world. Does the model understand where things are, world stays consistent over time and do the consequences make sense?
There is a million people generating random games here and there on yt, but I want something that I
URAX Neural Lab - OpenAI Build Week 2026
URAX Neural Lab is a deterministic browser-based laboratory for building, training, evaluating, and saving small feed-forward neural-network experiments. The application runs entirely in the browser, uses Web Worker training, supports CSV and complete.urax.json projects, and includes English and Czech localization. Built for OpenAI Build Week 2026 using Codex and GPT-5.6.
Codex Audit AI Code Risk Reviewer | OpenAI Build Week 2026
Codex Audit analyzes any code diff or AI coding-agent session and instantly
generates a plain-English risk report, flagging hardcoded secrets, risky
dependency changes, deleted tests, and security-sensitive edits before they
get merged. Instead of manually re-reading every line an AI agent changes, a reviewer
gets a clear risk score, a decision log explaining why each change was
likely made, and a prioritized checklist of what to double-check, all
generated by GPT-5.6. The entire project was bui
Doro--Productivity Timers
Doro is a handmade desktop focus companion built with Codex and GPT-5.6 for OpenAI Build Week 2026.
Instead of feeling like another productivity dashboard, Doro works alongside you: waiting when you are idle, moving while you focus, resting when you pause, and celebrating when you finish.
Features include:
• Custom activities and focus durations
• Expressive idle, running, paused, and finished states
• Completed and interrupted session tracking
• Daily, seven-day, and all-time focus his
legasthenie.me — AI Error Analysis for Dyslexia Training (OpenAI Build Week 2026)
Type in a child's real spelling mistakes. GPT-5.6 detects the perception patterns behind them and composes a personalized 20-page training workbook from 123 worksheet generators. Built with Codex during OpenAI Build Week 2026.
Try it: https://legasthenie.me/generator/ki-fehleranalyse
Code: https://github.com/dyslexics/legasthenie-me
15Loop: The AI That Makes English Words Stick
15Loop is an AI vocabulary learning app that finds the missing connection between spelling, sound, meaning, and recall.
Built during OpenAI Build Week with Codex and GPT-5.6, 15Loop asks learners to recognise a word, hear it, understand it in context, and recall it independently. GPT-5.6 evaluates learner-created sentences and gives feedback in Korean and English. The next review focuses on the connection that needs more work.
Try the open beta: https://15loop.com/
Explore the source code: http
Bird - OpenAI Build Week
Project built with Codex and GPT-5.6 Sol.
Ask HN: Will Anthropic or OpenAI start offering Chinese open source models?
Do you think there could exist a situation in the market where either Anthropic or OpenAI will offer chinese models for their clients?
Show HN: OpenAI Hackathon Submission: ADE
After 2 months of hard work,
Cycling through three 20x Codex Subs,
three 20x Claude Code subs,
and using over 90 billion tokens,I have finally submitted a working Native App (Cross-Platform, but mainly MacOS and Windows Supported, Linux is kind of untested as I don't have a linux device).Main takeaway is that: its a Wrapper for your AI Agents that allow you to use multiple terminals simultaneously, see sessions history, connect to the web, and control your AI Agents via the cloud remotely
Show HN: Freeze the Model, Train the Harness
The core idea is to keep the LLM frozen and train everything around it (e.g. prompts, context management, tools, repair loop). The harness is one editable Python file. In each epoch, an agent proposes one diff, the diff is measured against baseline on a task panel, and a strict Pareto criterion decides whether the commit gets promoted. optimizer.step() is literally a git fast-forward or stored as git ref if the commit was not promoted.Evaluation results show transfer learning (e.g. harness train
Ask HN: Which model do you use with Pi coding agent?
I use Pi coding agent with OpenAI GPT-5.6 Sol but have been finding that GPT-5.6 is slower than Claude Code. Do you use any other model like one of the hosted OSS ones?
Show HN: OpenAI-Compatible Cloudflare AI Endpoint Generator
An OpenAI-compatible API generator backed by Cloudflare Workers AI — chat, speech, vision, embeddings — deployed to your account in one click and with a testing dashboard. No login, just need a Cloudflare account and a single-use CF token to deploy.I'm a big fan of testing the latest models deployed on Cloudflare, and the 10,000 "neuron" allotment per day is pretty generous.I built this to supplement a side project I've been working on for the last six months. https:/&#x
China Wants To Cripple Anthropic
As Anthropic races toward a high-stakes IPO, China is stepping up its AI ambitions and positioning its cheaper models as a ...
Inside Anthropic's state-by-state plan to ratchet up AI rules
By pushing for ever-tougher AI safety laws, Anthropic is drawing a distinction between its state lobbying strategy and OpenAI's campaign to streamline a set of rules across the country.
Anthropic's Claude Corps will pay $85,000 to 1,000 early-career professionals - apply now
Anthropic's Claude Corps will pay $85,000 to 1,000 early-career professionals - apply now ...
Got $1,000? 2 stocks to own before the Anthropic IPO.
You can't buy Anthropic yet, but these two companies are already cashing its multibillion-dollar AI checks -- and could be smart ways to invest before the IPO.
Tell HN: Not everyone has internet as fast as yours
I'm currently traveling and relying on free wifi hotspots and 3G cellular. It's shocking to me how many apps are completely unusable on slow internet.<p>Back in the day, our test suites always included a "slow client internet" test to identify issues where there were too many round trips or unnecessarily large payloads.<p>What happened to that?<p>(ps. Props to OpenAI, Codex still works on slow internet. Claude won't even load its interface)