frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Threej games – open-source gaming portal

https://threej.in
1•threejin•21s ago•0 comments

Sora's downfall signals broader problems with AI's creative utility

https://theconversation.com/soras-downfall-signals-broader-problems-with-ais-creative-utility-280013
1•doener•1m ago•0 comments

Oil tanker hijacked off Yemen, steers toward Somalia

https://www.yahoo.com/news/articles/yemen-says-oil-tanker-hijacked-121710980.html
1•delichon•1m ago•0 comments

Microsoft Researchers Predicting 2026's Tech, in 2015

https://news.microsoft.com/features/from-ai-and-data-science-to-cryptography-microsoft-researcher...
1•subdomain•3m ago•0 comments

Ask HN: Which is better–macOS/Windows/Linux?

1•wasimsk•3m ago•0 comments

OpenAI Builds an Advertising Infrastructure Around ChatGPT

https://tux.re/forum/viewtopic.php?t=216
1•tux033•3m ago•0 comments

Outlive 25 Remaster is launched

https://store.steampowered.com/app/2948680/Outlive_25/
1•renatovico•4m ago•1 comments

The Things We're Building

https://www.theverge.com/tech/922505/vibe-code-projects-claude-installer
1•Brajeshwar•5m ago•0 comments

Docker 29 has changed its default image store for new installs

https://docs.docker.com/engine/storage/containerd
2•neitsab•8m ago•2 comments

Show HN: A Local-only URL shortener

https://9ev.in/
1•shabda•10m ago•1 comments

Discover: A curated list of RSS feeds worth following

https://discover.brine.dev/
3•brine•13m ago•1 comments

OrangePi 4 Pro Review

https://boilingsteam.com/orange-pi-4-pro-review/
2•ekianjo•14m ago•0 comments

How did it come to this? The state of the Royal Navy

https://vulpesetleo.substack.com/p/how-did-it-come-to-this
2•foxandlion•18m ago•0 comments

AgInTiFlow, a local web and CLI agent workspace using low-cost DeepSeek

https://www.npmjs.com/package/@lazyingart/agintiflow
3•lachlanchen•19m ago•0 comments

Everyone Should Write

https://collabfund.com/blog/why-everyone-should-write/
3•eigenBasis•20m ago•0 comments

How to orchestrate large coding tasks without context bloat

https://raine.dev/blog/phased-implement-workflow/
3•rane•21m ago•1 comments

William Byrd on Logic and Relational Programming, miniKanren (2014)

https://www.infoq.com/interviews/byrd-relational-programming-minikanren/
2•tosh•21m ago•0 comments

Have Your Iceberg Cubed, Not Sorted: Meet Qbeast, the OTree Spatial Index

https://jack-vanlightly.com/blog/2025/11/19/have-your-iceberg-cubed-not-sorted-meet-qbeast-the-ot...
3•birdculture•22m ago•0 comments

Trystero – Browser P2P Library

https://github.com/dmotz/trystero
1•rickcarlino•23m ago•0 comments

The 'manosphere' has already infiltrated the workplace. We're only just noticing

https://www.fastcompany.com/91523017/the-manosphere-has-already-infiltrated-the-workplace-were-on...
3•zczc•26m ago•1 comments

The Plot to Kidnap and Assassinate Me

https://www.youtube.com/watch?v=y8i-5907ky4
1•tcp_handshaker•26m ago•0 comments

Rent-a-Ruminant

https://www.rentaruminant.com/
1•bariumbitmap•27m ago•0 comments

Emergency First Responders Say Waymos Are Getting Worse

https://www.wired.com/story/emergency-first-responders-say-waymos-are-getting-worse/
1•tcp_handshaker•27m ago•0 comments

Why did I choose to run that marathon?

https://anushkakarmakar.substack.com/p/1-why-did-i-choose-to-run-that-marathon
2•thinkingkite•27m ago•0 comments

Acupuncture works for pain. Jury is out on everything else

https://www.economist.com/science-and-technology/2026/05/01/does-acupuncture-work
1•bookofjoe•30m ago•1 comments

Tired of high costs, some Americans are importing homes straight from China

https://www.cnn.com/2026/04/25/business/china-imports-americans-homebuilding-costs
1•JumpCrisscross•31m ago•0 comments

A Bill Aimed at Creating Homes Is Leaving Plots Empty Instead

https://www.wsj.com/real-estate/a-bill-aimed-at-creating-homes-is-leaving-plots-empty-instead-c25...
1•JumpCrisscross•31m ago•0 comments

Porting microgpt to Futhark, Part I

https://www.kmjn.org/notes/microgpt_futhark.html
1•fulafel•32m ago•0 comments

No Code Reviews by Default

https://www.raycast.com/blog/no-code-reviews-by-default
1•fagnerbrack•34m ago•0 comments

The College Admissions Chess Game Is More Complicated

https://www.wsj.com/us-news/education/college-admissions-yield-rate-2fb30f42
1•tcp_handshaker•34m ago•0 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

2•bv_dev•11mo 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•11mo 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•11mo 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•11mo 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.