frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Are the 2 tallest buildings in Colorado Springs in foreclosure?

https://coloradosun.com/2026/09/04/two-tallest-buildings-in-colorado-springs-in-foreclosure/
1•mooreds•12s ago•0 comments

Deadly Livestock Virus Found Lurking in Ancient Texts

https://nautil.us/deadly-livestock-virus-found-lurking-in-ancient-texts-1284770
1•Brajeshwar•18s ago•0 comments

Post-Job Whiplash (2024)

https://monkeynoodle.org/2024/01/14/post-job-whiplash/
1•mooreds•2m ago•0 comments

Tesla's Cybercab Is Being Investigated by Federal Regulators

https://www.nytimes.com/2026/09/04/business/tesla-cybercab-nhtsa-investigation.html
1•xnx•2m ago•0 comments

IBM Quantum Nighthawk R2

https://www.ibm.com/quantum/blog/nighthawk-r2
1•andsoitis•4m ago•0 comments

The NX bit is not just about security

https://purplesyringa.moe/blog/guest/the-nx-bit-is-not-just-about-security/
1•torutofu•4m ago•0 comments

'Uber rapture' leaves passengers and drivers behind in Nigeria and Uganda

https://www.theregister.com/offbeat/2026/09/03/uber-rapture-leaves-passengers-and-drivers-behind-...
1•magoghm•5m ago•0 comments

Microalgae bloom knocks out most of Israel's desalination plants

https://www.cnn.com/2026/09/04/climate/microalgae-bloom-israel-water-deasalination-shutdown
1•littlexsparkee•6m ago•0 comments

Show HN: Webmcp-react v1.0.0 (React hooks for agents to use WebMCP)

https://github.com/agentcathq/webmcp-react
1•naseemalnaji•6m ago•0 comments

Show HN: Kovavue – a rented Linux box where your AI agent works like a human

https://kovavue.kovanex.dev
1•naykip•6m ago•0 comments

Show HN: Selection Toolbar – the right actions beside any selected text

https://selection-toolbar.r44j.dev/
1•vadegharraj•6m ago•0 comments

The Biggest Obstacle to New Cancer Cures

https://www.nytimes.com/2026/09/04/opinion/clinical-trials-drugs-science.html
1•rafaelc•7m ago•0 comments

US Military disables ad trackers on troops' phones

https://www.theguardian.com/us-news/2026/sep/04/military-disables-phone-ad-trackers
1•tencentshill•8m ago•1 comments

Show HN: Check Tech

https://checktech.space/
1•splendidHaiku•8m ago•0 comments

Exclusive – Musk's Boring Co. Pushes Investors for Recruiting, Business Help

https://www.wsj.com/tech/musks-boring-co-pushes-investors-for-recruiting-business-help-6cff1c78
1•bilsbie•8m ago•0 comments

2 Spacecraft will soon reach Mercury after 8 years

https://www.space.com/astronomy/mercury/2-spacecraft-will-soon-reach-mercury-after-8-years-in-spa...
2•Anon84•9m ago•0 comments

Kai-Fu Lee on the Global AI Race [video]

https://www.youtube.com/watch?v=fVS1PY32pTc
1•simonpure•10m ago•0 comments

We Should Still Teach Kids to Code (2023)

https://blog.charliemeyer.co/we-should-still-teach-kids-to-code/
1•csmeyer•10m ago•0 comments

If you left your current industry, what would you do for a living?

https://textlog.cc/post/3074
2•stagas•11m ago•0 comments

Taiwan's six-year hunt for China's undercover chip labs

https://restofworld.org/2026/taiwan-china-chip-investigations/
1•herbertl•11m ago•0 comments

A New NASA Design Turbocharges Nuclear Spacecraft

https://spectrum.ieee.org/bimodal-nuclear-spacecraft
2•Bluestein•12m ago•0 comments

Show HN: A privacy-focused web-based HAR viewer

https://snifflab.dev
2•scottdallamura•13m ago•1 comments

Distinguishing human readers from bot traffic with server-side stats

https://tracydurnell.com/2026/09/03/distinguishing-human-readers-from-bot-traffic-with-server-sid...
1•eustoria•15m ago•0 comments

The Work of Forgetting

https://lawcha.org/2026/06/13/the-work-of-forgetting/
2•eustoria•16m ago•0 comments

Individual Consequences of a Global Crisis

https://eos.org/agu-news/individual-consequences-of-a-global-crisis
2•eustoria•16m ago•0 comments

Microsoft challenges data centre costs after pledging to protect ratepayers

https://www.ft.com/content/f86672dd-5ee5-46f6-8419-3c959814dd1c
2•1vuio0pswjnm7•17m ago•0 comments

Context, Semantics, and Ontology: A Primer for the Agentic Era

https://motherduck.com/blog/context-layer-vs-semantic-layer-ontology/
2•zazuke•18m ago•0 comments

My Experience with Navidrome

https://jeferson.me/blog/2026/09/04/lostfiy/
2•pizzaiolo•18m ago•0 comments

EU 'Return hubs' in Rwanda and Uganda 'cruel black holes' for human rights

https://www.amnesty.org/en/latest/news/2026/09/migrant-return-hubs-risk-becoming-human-rights-bla...
3•andsoitis•18m ago•1 comments

'People are going to get screwed' Pennsylvania voters unite against data centres

http://www.ft.com/content/8252d574-ae2a-4403-9cf9-031295ba67f5
10•1vuio0pswjnm7•19m ago•1 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

2•bv_dev•1y 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•1y 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•1y 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•1y 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.