frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

They Say I Blog

https://theysayiblog.com/
2•turtleyacht•1m ago•0 comments

Where Responsibility Exists, but Ownership Doesn't

https://medium.com/@gurvinder372/article-6-where-responsibility-exists-but-ownership-doesnt-01e00...
1•gps372•2m ago•0 comments

ESP32 Bit Pirate Hardware Hacking Kit with Web Tools That Speaks Every Protocol

https://geo-tp.github.io/ESP32-Bit-Pirate/
1•geotp•4m ago•1 comments

The AI Bullwhip

https://tomtunguz.com/the-ai-cost-stack/
1•gmays•5m ago•0 comments

Postgres Calculations and the Ambiguity of Null

https://www.crunchydata.com/blog/postgres-calculations-and-the-ambiguity-of-null
1•winslett•8m ago•1 comments

Volcano eruption leaves 150k passengers stranded in Indonesia

https://www.bbc.com/news/articles/cvgy5k4n07ko
1•saikatsg•8m ago•0 comments

Ask HN: Is Stackoverflow for Agents Helpful?

1•ximihoque•10m ago•0 comments

Cutting (Claude Code) token spend on dynamic workflows 80%

1•gojkoa•11m ago•0 comments

Films to feature actors that are not attractive and that you feel you're being

https://twitter.com/feelsdesperate/status/2096430206034567302
1•bilsbie•11m ago•0 comments

Frontier AI faces pricing reckoning as token volume explodes 25-fold

https://www.tomshardware.com/tech-industry/artificial-intelligence/frontier-ai-faces-pricing-reck...
2•yogthos•13m ago•0 comments

Nebula's Policy on AI

https://blog.nebula.tv/artificially-intelligent/
2•Siecje•16m ago•0 comments

Hardening Container Images

https://www.grepular.com/Hardening_Container_Images
2•Brajeshwar•17m ago•0 comments

Self-hosted job scraper that scores listings against your CV

https://github.com/firaslamouchi21/Job-Scraper02
1•firaslamou•17m ago•0 comments

Beeline: Enforcing application-layer policies in eBPF

https://blog.apnic.net/2026/09/02/beeline-enforcing-application-layer-policies-in-ebpf/
1•lbrndnr•18m ago•0 comments

Alberta (Canada) slaps punitive tax on solar panels

https://albertapolitics.ca/2026/09/ucp-slaps-punitive-tax-on-solar-panels-opening-new-front-in-it...
3•cmrdporcupine•19m ago•2 comments

Too much efficiency makes everything worse

https://sohl-dickstein.github.io/2022/11/06/strong-Goodhart.html
2•yurivish•21m ago•0 comments

Liveness Proofs in Veil, Part I: The First Step

https://proofsandintuitions.net/2026/06/24/liveness-proofs-in-veil-part-1/
3•abiro•21m ago•0 comments

Show HN: XHFS starting from 0.6.x is now fully CoW

https://codeberg.org/futureg-lab/xhfs
2•michael-0acf4•23m ago•0 comments

Acer Relaunches Packard Bell with Full New Lifestyle Collection: Tech It Easy

https://news.acer.com/acer-relaunches-packard-bell-with-full-new-lifestyle-collection-to-tech-it-...
1•taubek•24m ago•0 comments

Research acceleration: The view inside OpenAI

https://openai.com/index/research-acceleration-view-inside-openai
2•iamsyr•24m ago•0 comments

Unlimited Free DeepSeek API

https://y-api.bestvirtualgoods.com/
1•freeourdays•25m ago•0 comments

A recruiter who placed creative talent told me the truth

https://twitter.com/Marcellinoposts/status/2096583042315825244
1•bilsbie•26m ago•0 comments

Was Huawei's rise built on crime? A Brooklyn jury will decide

https://www.ft.com/content/9422805f-519c-4b22-839c-cbd7a6464f07
2•sbulaev•26m ago•0 comments

The universe may have been building rocky planets almost from the start

https://www.sciencenews.org/article/universe-rocky-planets-formed-early
2•KinetiNode•31m ago•0 comments

Show HN: A local, Apple Intelligence meeting assistant

https://github.com/rcarmo/swift-smart-prompter
4•rcarmo•32m ago•0 comments

I Feel about AI

https://beza1e1.tuxen.de/ai_feelings.html
60•qznc•33m ago•25 comments

Douglas Hofstadter: Analogy as the Core of Cognition [video]

https://www.youtube.com/watch?v=n8m7lFQ3njk
1•tosh•34m ago•0 comments

Feather Atlas

https://www.fws.gov/lab/featheratlas/identify.html
2•bookofjoe•34m ago•0 comments

AI made it worth building games for our game nights

https://mmazzarolo.com/blog/2026-09-05-ai-has-completely-changed-our-game-nights/
5•mmazzarolo•34m ago•1 comments

Show HN: 188M Hindi encoder, 28B tokens, 8K context, 1× RTX 4090

https://github.com/kkkamur07/indic-modernBERT
1•kkkamur•36m ago•0 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.