frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Earth Gets an AI Chatbot to Help Chart the Climate Crisis

https://www.wired.com/story/google-earth-gemini-ai-chatbot/
1•Brajeshwar•2m ago•0 comments

Why Every Family Needs a Code Word

https://www.wsj.com/tech/personal-tech/why-every-family-needs-a-code-word-e077ab76
1•Brajeshwar•2m ago•0 comments

Create Copyright-Free Songs from Text with Suno AI

https://suno-ai.one
1•ucollabn•3m ago•0 comments

Show HN: DeepFake – Free AI Face Swap Online

https://deepfakefusion.com
1•epistemovault•3m ago•0 comments

Cara Menghubungi CS OCBC

1•Andisanjaya•7m ago•0 comments

Why home sellers are rejecting buyers' love notes

https://sfstandard.com/2025/11/02/trouble-letter-home-sellers-rejecting-buyers-love-notes/
1•sowbug•8m ago•0 comments

How fast can an LLM go?

https://fergusfinn.com/blog/inference-arithmetic/
1•gmays•15m ago•0 comments

My previous post suggesting that China annex Singapore and Australia clearly

https://twitter.com/BeijingDai/status/1984973886287470602
1•keepamovin•20m ago•0 comments

When fintech startups outgrow their own controls, Linqto's collapse as a warning

https://capitalfolly.com/linqto-cutting-corners/
1•d_e_solomon•20m ago•1 comments

Algebraic Python Enums

https://lavafroth.is-a.dev/post/algebraic-python-enums/
1•lavafroth•23m ago•0 comments

The A.I.-Profits Drought and the Lessons of History

https://www.newyorker.com/news/the-financial-page/the-ai-profits-drought-and-the-lessons-of-history
2•Anon84•25m ago•0 comments

Scala vs. F#

https://alexn.org/blog/2025/11/01/scala-vs-fsharp/
1•clanky•28m ago•0 comments

A quick and easy way to visually save ideas

https://www.p4d.io
4•jwatermelon•30m ago•3 comments

Oxy is Cloudflare's Rust-based next generation proxy framework

https://blog.cloudflare.com/introducing-oxy/
2•Garbage•33m ago•0 comments

Agent HQ: Any agent, any way you work

https://github.blog/news-insights/company-news/welcome-home-agents/
2•Garbage•33m ago•0 comments

The Case Against LLMs as Rerankers

https://blog.voyageai.com/2025/10/22/the-case-against-llms-as-rerankers/
1•fzliu•33m ago•0 comments

Building Yantra: A Visual Workflow Automation Engine

https://patali.dev/posts/yantra-workflow-automation/
3•sathyabhat•34m ago•0 comments

What the World needs

https://medium.com/@amitprayal/what-the-world-needs-51f451099660
1•amitprayal•34m ago•3 comments

Lord Nikon's Laptop

https://hackaday.com/2019/10/15/recreating-lord-nikons-laptop-from-hackers/
4•jmspring•36m ago•0 comments

Braid groups connection with catalan numbers [pdf]

https://aimath.org/WWN/braidgroups/braidgroups.pdf
1•marysminefnuf•44m ago•0 comments

Show HN: PyTogether, open-source lightweight real-time Python IDE for teachers

https://pytogether.org/
2•JawadR•45m ago•0 comments

The Bible in the chaldean language [pdf]

https://www.scriptureearth.org/data/cld/PDF/00-WNTcldS-web.pdf
1•marysminefnuf•46m ago•0 comments

NetLogo – Environment for agent-based modeling

https://www.netlogo.org/
2•rickcarlino•50m ago•0 comments

Control Structures in Programming Languages

http://xavierleroy.org/control-structures/
2•todsacerdoti•52m ago•0 comments

Anchors don't work the way you think [video]

https://www.youtube.com/watch?v=FLvgeeJYAVQ
1•Timothee•55m ago•0 comments

The great decoupling of labor and capital

https://www.mbi-deepdives.com/the-great-decoupling-of-labor-and-capital/
56•walterbell•58m ago•18 comments

Inside Multi-Platform Docker Builds with QEMU

https://cefboud.com/posts/qemu-virtualzation-docker-multi-build/
5•signa11•58m ago•0 comments

I built my own non-subscription Lovart – design0.ai

https://design0.ai
2•ppaanngggg•59m ago•1 comments

Defeating the Training-Inference Mismatch via FP16

https://arxiv.org/abs/2510.26788
1•billyzs•1h ago•0 comments

Thinking About Thinking with LLMs

https://davi.sh/blog/2025/09/thinking-with-llms/
2•signa11•1h ago•0 comments
Open in hackernews

Ask HN: Seriously, which AI coding thing is best?

4•temperceve•12h ago
It's so confusing. There's so many options and I never know which one is actually better/best. For a while it was one of the Claudes, then Codex came out and I feel like people starting saying nope nope, it's now that one. Don't even get me started on the different ways to actually wield them (like in Cursor directly, as a plugin, or via terminal).

Simply put, I want to know, today, which should I be using?

Comments

codingdave•12h ago
The reason everyone has a different answer is that everyone has unique needs and skills. You should be getting a handful of ideas from what other people do, but the key is try different options out yourself, making your own call on which setup actually works best for your personal working style.
r_singh•12h ago
Here’s how I decide what to use:

ChatGPT – journaling, talking, planning. Codex – framework and middleware-layer coding. Claude Code – logic and application-level coding. Anthropic models via OpenRouter + Cline – when the task is error-prone, tedious, or needs high fidelity; lower error rate in my experience, though pricier. Cursor Agents – multi-file integration, boilerplate, and forking tasks.

Each fills a different slot in the workflow, so “best” depends on what kind of coding you’re doing.

tripplyons•12h ago
Right now, I'm using Grok Code Fast 1 for coding tasks. I've found it to be many times faster and cheaper than Claude 4.5 or GPT 5 Codex while still being quite capable.

The "code-supernova-1-million" stealth model was more capable, but it is unfortunately no longer available through any of providers. Hopefully it gets publicly released soon. My guess is that it is an updated code model from XAI/Grok.

Having to switch models every few weeks isn't the most fun, but I can't turn down the productivity that comes with it. I wish I could just go back to Neovim, but I can't justify the lower productivity.