frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

TigerData, TimescaleDB and Licensing

1•xlegalles•2m ago•0 comments

Code four pitchdeck published by business insider

https://www.businessinsider.com/code-four-mit-dropouts-arming-police-ai-pitch-deck-2025-11
1•diamondage•5m ago•0 comments

Launch Black Friday Marketing on Telegram with Telega.io

2•emmanol•5m ago•0 comments

Childhood fluoride exposure and cognition across the life course

https://www.science.org/doi/10.1126/sciadv.adz0757
1•nabla9•13m ago•1 comments

Nvidia crushed its quarter–and CEO Huang said 'the market did not appreciate it'

https://www.businessinsider.com/jensen-huang-market-nvidia-quarter-meeting-2025-11
2•jameslk•13m ago•0 comments

Can AI Find Zero Days? I Tested It on My IoT Camera

https://www.youtube.com/watch?v=vMVU0UdAFMY
1•ghxst•15m ago•1 comments

Which industry's complexity is most underestimated by outsiders?

https://capitalfolly.com/
1•d_e_solomon•17m ago•1 comments

How to Configure SEO in Next.js 16 (The Right Way)

https://jsdevspace.substack.com/p/how-to-configure-seo-in-nextjs-16
1•javatuts•20m ago•0 comments

Show HN: Simple Tools for Recruiters

https://reliablerecruiter.space
1•artpar•20m ago•0 comments

Show HN: Backlinks exchange and link building portal

https://www.linkbazaar.app
1•sathishn•22m ago•0 comments

DIY Psychological Parts-Work: A Hacker's Guide to IFS and Entactogens

https://psychotechnology.substack.com/p/diy-psychological-parts-work-a-hackers
1•eatitraw•24m ago•0 comments

A Complete Guide to AI Coding Tools: Choosing the Right Tools Without the Hype

https://practicalsecurity.substack.com/p/your-complete-guide-to-ai-coding
1•atilla_bilgic•24m ago•0 comments

Gemini 3 is almost as good as Google says it is

https://www.theverge.com/report/825332/google-gemini-3-pro-ai-hands-on-test
1•ent101•27m ago•0 comments

Microsoft has built a new Postgres-compatible database: Horizondb

https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-azure-horizondb/4469710
1•rubenvanwyk•29m ago•1 comments

Solving Fizz Buzz with Cosines

https://susam.net/fizz-buzz-with-cosines.html
2•todsacerdoti•30m ago•0 comments

It's Hard to Build an Oscillator

https://lcamtuf.substack.com/p/its-hard-to-build-an-oscillator
6•chmaynard•32m ago•0 comments

Vim-Inspired Hacker's File Manager with Battery Included in One Binary

https://github.com/houqp/kiorg
1•birdculture•34m ago•0 comments

We Need a Purpose-Driven Agent-Based Developer Management Platform

https://adrianco.medium.com/why-we-need-a-purpose-driven-agent-based-developer-management-platfor...
1•chmaynard•35m ago•0 comments

The Qtile Window Manager: A Python-Powered Tiling Experience

https://tech.stonecharioteer.com/posts/2025/qtile-window-manager/
1•stonecharioteer•36m ago•1 comments

TinyFloat: The most unoptimized soft float library on the net

https://github.com/ssloy/tinyfloat
1•thunderbong•41m ago•0 comments

Developing an AI Strategy for Documentation

https://thisisimportant.net/posts/ai-strategy-for-documentation/
1•taubek•43m ago•0 comments

Why trying too hard may be holding you back at work

https://www.bbc.co.uk/news/articles/c5yl1y5gep8o
1•ljf•45m ago•0 comments

DeepSeek writes insecure code if prompt mentions topics restricted in China

https://www.crowdstrike.com/en-us/blog/crowdstrike-researchers-identify-hidden-vulnerabilities-ai...
2•keeda•48m ago•1 comments

Show HN: Yoink – Copy any website's design system for your AI coding assistant

https://github.com/andersmyrmel/yoink
2•andersmyrmel•48m ago•0 comments

LLMs and the Semantic Revolution

https://apenwarr.ca/log/20251120
2•flancian•53m ago•0 comments

Why I Wrote Rmlx

https://hughjonesd.github.io/why-I-wrote-Rmlx.html
1•dash2•54m ago•0 comments

Quantum physicists have shrunk and "de-censored" DeepSeek R1

https://www.technologyreview.com/2025/11/19/1128119/quantum-physicists-compress-and-deconsor-deep...
1•donutloop•56m ago•0 comments

IBM: Scaling beyond our roadmap with networked quantum computers

https://www.ibm.com/quantum/blog/networked-quantum-computers
1•donutloop•58m ago•0 comments

IBM and Cisco Announce Plans to Build a Network of Quantum Computers

https://newsroom.ibm.com/2025-11-20-ibm-and-cisco-announce-plans-to-build-a-network-of-large-scal...
1•donutloop•59m ago•0 comments

So Long, Firefox, Part One

https://hackaday.com/2025/11/20/so-long-firefox-part-one/
2•HotGarbage•1h ago•0 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

2•bv_dev•6mo ago
After spending over 600 hours using various AI coding assistants over the past 3 months, I wanted to share my experience for those navigating this rapidly evolving landscape.

What I Mean by "Agentic Mode" First, to clarify: by "agentic mode," I'm referring to the assistant's ability to understand project context, reason through multi-step problems, and autonomously make coherent code changes across files without constant hand-holding. True agency means the tool can maintain context across interactions and execute on high-level directions.

The Current Landscape (May 2025) Augment Code - Current go-to tool despite higher costs

Strengths: Maintains context remarkably well across complex refactors; actually understands project structure; can implement feature requests that span multiple files Weaknesses: More expensive than alternatives ($30/month vs $20 for others); occasional hallucinations when venturing outside codebase context Best for: Complex refactoring tasks and implementing features that span multiple files

Windsurf - Slightly edges out Cursor for agentic capabilities

Strengths: Better context retention than Cursor; decent file traversal; good understanding of code relationships Weaknesses: Can get quite stuck in their full agentic mode as it starts editing things. While they have removed their flow credits part, it is still painful to watch it go completely out of context. Best for: Mid-size projects where you need moderate autonomy

Cursor - Popular but underwhelming for true agentic work

Strengths: Good IDE integration; clean interface; works reasonably well for single-file tasks. I like the ability to Cmd+K and insert a bulk of code in the middle. Also, I like the @Docs feature to bring latest documentation for popular libraries.

Weaknesses: Context falls apart in agentic mode; often loses track of previous instructions; requires excessive prompting Best for: Single-file optimizations and modifications, but not complex cross-file tasks

Claude Code - Declining quality since public beta

Strengths: Used to have superior reasoning and contextual understanding 3 months ago Weaknesses: Super expensive (like always), but recent updates have significantly degraded agentic capabilities; now requires much more hand-holding than before as it goes compleltely off base. Best for: Simple tasks that don't require deep contextual understanding Note: Most disappointing decline in quality - was previously much more capable. I spent $500 in Feb-Mar and thought it was worth.

Cline, Roo, and Aider - Conceptually interesting but practically limited

Strengths: Cline has good terminal integration; Roo offers interesting visualization; Aider has straightforward CLI Weaknesses: All three struggle with maintaining context; limited understanding of project structure; frequent need to repeat instructions Best for: Very simple, isolated coding tasks or experiments

Real-world Performance Differences The gap between these tools becomes most apparent when trying to implement complex features. For example, when asked to "add user authentication with email verification to my Express app":

Augment Code: Identified relevant files, added middleware, routes, and email service integration, then explained how the pieces fit together Windsurf/Cursor: Added authentication to single files I pointed at but needed explicit instructions for each additional component Others: Generally required file-by-file guidance with frequent context reminders

Conclusion If budget isn't a concern, Augment Code currently offers the most truly agentic experience, but still has a long way to go. For more budget-conscious developers, Windsurf slightly edges out Cursor for agentic capabilities, though both still require significant guidance for complex tasks.

Comments

SoMomentary•6mo ago
I'm always surprised by people sleeping on GitHub Copilot. Is this because people truly don't find any value in it?
bv_dev•6mo ago
I have used Github copilot since their beta release in 2023 and I don't find it anywhere near good these days. Automplete was good, but the industry has moved way beyond 2025. Copilot is slightly worse than Cursor which is itself a pretty average tool now. If you use truly agentic code generation, you won't be able to go back to Github Copilot.
SoMomentary•6mo ago
You don't consider copilots agent mode to be agentic? I've had some pretty great results with agent mode + mcp to have it check it's own work.