frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How to stop an AWS bot sending 2B requests/month?

268•lgats•2d ago•172 comments

Ask HN: Estimation of copyright material used by LLM

3•megamix•5h ago•2 comments

Ask HN: How does one build large front end apps without a framework like React?

104•thepianodan•1d ago•177 comments

Ask HN: What would an ideal matchmaking platform look like today?

7•grandimam•10h ago•8 comments

Why is my chat speaking non-words like um and uh?

4•dataspun•15h ago•3 comments

Ask HN: DOS Based "Multitaskers"

3•alexshendi•15h ago•0 comments

Ask HN: Web app freezes, but not when Chrome is recording. How to debug?

5•febed•2d ago•2 comments

Ask HN: What are you working on? (October 2025)

344•david927•6d ago•1039 comments

Ask HN: Abandoned/dead projects you think died before their time and why?

358•ofalkaed•1w ago•886 comments

Ask HN: Codex is too slow. Is there any solution?

5•rule2025•1d ago•4 comments

Ask HN: How to properly show my skills for startup roles?

8•arabello•2d ago•15 comments

Ask HN: How do you do CI/CD in 2025?

11•labarilem•2d ago•7 comments

I wanted to work on a newsletter but I realized I was building a cage around it

6•yuwahhid•1d ago•7 comments

Ask HN: Best way to create a searchable knowledge base?

20•aljgz•2d ago•23 comments

Ask HN: Claude Code with Multiple Models?

6•iosifnicolae2•2d ago•2 comments

Ask HN: Is it worth it to build projects from scratch or should I just use AI?

5•numcap•1d ago•9 comments

Ask HN: Best way to use Analytics data (from Google Analytics)

2•jamesclar•1d ago•2 comments

Ask HN: What are some of your favorite documentaries?

16•itdude•5d ago•23 comments

Ask HN: Does anyone have scans of these missing PC Plus issues (1991–1993)?

4•billpg•3d ago•2 comments

Sexbots Are Coming to ChatGPT

15•nutanc•4d ago•22 comments

Ask HN: Blogs / Sites / Channels for agentic coding topics

9•d_sc•4d ago•1 comments

Ask HN: What's the best alternative to Dragon NaturallySpeaking?

29•Openai2•1w ago•10 comments

Ask HN: VLMS-Powered Search Engine on macOS?

4•allenleein•2d ago•0 comments

Ask HN: Locally enabled vibe coding environment?

8•p0w3n3d•5d ago•3 comments

Ask HN: Which cross platform desktop GUI to use instead of Electron?

16•tones411•5d ago•14 comments

You've reached the end!

Open in hackernews

Ask HN: Claude Code with Multiple Models?

6•iosifnicolae2•2d ago
GPT-5 seems stronger at generating diverse ideas, pros/cons, and perspectives, while Sonnet 4.5 feels better at decision-making and writing code. Has anyone tried running them together in Claude Code? Did it improve results?

Comments

covil•2d ago
I'm asking claude code to collaborate with codex. You can do it by adding codex as a mcp server. They added `codex mcp-server` command for user to use codex as a mcp server recently. And it did improve the plan and code quality; I ask it to review the plan and generated code. Full command is like this: `claude mcp add codex -- codex mcp-server`
iosifnicolae2•1d ago
Nice. I will give it a try. thx