I use Anthropic's Claude AI tools for very different jobs: How to pick between models, Code, and Cowork
I use Anthropic's Claude AI tools for very different jobs: How to pick between models, Code, and Cowork ...
I use Anthropic's Claude AI tools for very different jobs: How to pick between models, Code, and Cowork ...
Cognizant expands partnership with Anthropic to integrate Claude AI. Anthropic's valuation hitting $1.25T by December 31 at ...
Claude AI shared chats were indexed by Google, exposing API keys, legal docs, and personal data from roughly 600 ...
Hi HN! I have been playing around with Opencode lately, and wanted a way to dig through my sessions. So I built one! I love the detailed tracing of LangSmith and this is heavily inspired from it - you can dig into every turn and inspect the tool calls, subagent use and other associated stuff.OpenVisor is fully local-first - nothing ever leaves your machine. After you drop the exported JSON into OpenVisor, it is stored locally in the browser's IndexedDB. Go check it out - I have included a s
Hi HN,I'm building Darkslide (https://darkslide.app) - the keyboard-centric photo editor. It is an early, rough, and completely free macOS app looking for feedback from anyone who shoots photos and hates Adobe.The project was born out of two main ideas:1. Exploring a keyboard-centric UX: I enjoy vim motions and wanted to see if a purely keyboard-focused approach to photo editing is actually valuable. I can basically sum it up as "vim for photos"—the most stereotypically
Hey guys,so the original reason I thought of this idea was because I got tired of opening Netflix, Disney+, Prime Video, etc., separately just to continue watching something.Then I made a post here about streaming services where some of you did agree with me: https://news.ycombinator.com/item?id=49007671Wianu is a native macOS app that brings your streaming services into one place. You can save your services, maintain a unified Continue Watching list, and import your Letterboxd wa
This video examines whether advanced AI can genuinely understand human ideas or simply imitate convincing conversation. It ...
MediNavi JAPAN is a multilingual healthcare navigation platform for international visitors and students in Japan. The project was inspired by real challenges I encountered while working as a nurse at a clinic in Japan. Patients often struggle to identify the right medical specialty, find a nearby clinic that supports their language, or understand whether the facility is currently open and accepts walk-ins. MediNavi JAPAN helps users search for appropriate medical facilities by symptoms, specialt
Built in 3 days using GPT-5.6 and Codex for OpenAI Build Week. AI Forecast Studio transforms business data into executive-level business intelligence by deploying an AI Data Science Team composed of specialized agents. Features: - AI Data Science Team (Atlas, Maya, Noah, Owen and Ava) - Statistical and machine learning model selection - Forecast Intelligence - Executive Decision Room - Team Meetings and collaborative reasoning - What-if business simulations - Executive reports and recommendati
SignalOS transforms fragmented operational signals into a clear, evidence-backed incident replay and actionable response plan. This end-user walkthrough demonstrates: • Signal and incident monitoring • Evidence-backed timeline replay • Root-cause investigation • AI-generated summaries and recommended actions • How GPT-5.6 and OpenAI Codex supported the project Built for OpenAI Build Week. Try the live demo: #SignalOS #GPT56 #OpenAI #Codex #AI #IncidentResponse #Observability #Hackathon
© 2026 Schmidt Special Competitive Studies Project, LLC. Licensed under CC BY-NC 4.0 (non-commercial use with attribution). To view a copy of this license, visit https://creativecommons.org/licenses/by-nc/4.0/
OpenAI's GPT-5 has more than doubled coding and agent-building activity since its debut and driven an eightfold jump in reasoning workloads. Platforms including Cursor, Vercel, JetBrains, Factory, ...
I used Comic Chat in 1996 and never got over it. So when Microsoft put the source up last week, I wanted it back the way I remembered it: same engine, browser tab, no install, works on a phone.I do not write or read code. I'm the proverbial "product manager." So, I have to thank both GPT 5.6 and Fable 5 / Opus 4.8 (just before they released Opus 5 today). I aimed to stay faithful to the original as much as I could and extend it intelligibly.It's not IRC, but you can conn
I'm a mechatronics designer with a background in control systems, robotics, PCB design, and embedded hardware. I design physical systems: motors, sensors, microcontrollers, and real-time control loops.I applied this design thinking to LLM memory management – and it worked.HotPin is a set of patches for llama.cpp that runs 30B–120B Mixture of Experts (MoE) models on far less RAM than their disk footprint, with bit-identical (lossless) output.Tested on an AMD Ryzen AI 9 HX 370 (Zen5, AVX512),
I have a multi-monitor setup and spend a lot of time typing in Codex and other AI agents. When I move to another monitor to run a shortcut, focus often stays in Codex or another text app, so the shortcut runs in the wrong place.I asked ChatGPT if there was a macOS setting or free app for this. It couldn't find one that did exactly what I wanted, so I asked it to prototype one. It built a working version in one go.I then used Codex to add sensible defaults, focus protection, an optional disp
I feel like recent models have been consistently getting more sloppy and increasingly claude-ism heavy (load-bearing seams galore) with every new release.I was hoping this trend would reverse in newer major version releases but I just tried out Opus 5 and it's similarly shit at writing. Fable is slightly better but not by far (and of course ridiculously more expensive). Adding skills helps but only mildly and not much at all for longer prose.Have you guys used any model lately that you like
The V8.2 making it the default model on Midjourney. This is a release focused on aesthetics, personalization, and image quality. Our new style is more creative, bold, edgy and fresh and personalization works better than ever.
Hey HN! It’s Wen from Narya.ai. We build Mumble Dictation, a local-first and privacy-focused dictation app on Mac.Homepage and Download: https://heymumble.com/dictationYouTube:https://youtu.be/Bma59TrR62c?si=DM-LyjZY5GZ9-f64Two things kept bugging us about the dictation products on the market:1. Most of them ship your audio to the cloud, and those who is claiming to be private are often just a thin wrapper of cloud APIs with a privacy policy.2. Those general-purpose
Hi HN,I'm building CobaltCode, a platform for running coding agents inside persistent development environments.Basically I was fed up with git worktrees and having to run everything locally, usually one at a time so built CobaltCode.ai. Each task gets an separate vm with its own repository checkout, dependencies, running services, agent session, previews, and persistent state. It can also run your app inside the vm so you can preview different features in parallel.You can leave a task, resu
I asked myself: what would a minimal implementation of an agent look like?Something that works out of the box, is a real agent with tool calling, but without 1000s of lines of code, without dozens or hundreds of npm or pypi dependencies. Something with just a few 'essential' features (not a whole kitchen sink that most agent harnesses come with nowadays).An implementation close to pseudocode that you can look at in one page, everything there at a glance, no scrolling.This is the agent.