frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Gimble CLI – turn your terminal session into a live debugging chat

https://github.com/gimbleHQ/Gimble-dev
1•saketpradhan•45s ago•0 comments

Self-host your homelab tunnels on bunny.net

https://alec.is/posts/cloudflare-tunnels-on-bunny-net/
1•arm32•1m ago•0 comments

A Ceasefire, a Chip Deal, and the Fastest Mood Swing in History

https://rawtext.io/money/ceasefire-chip-deal-fastest-mood-swing/
1•just_a_watcher•4m ago•0 comments

Why Are Flock Employees Watching Our Children?

https://jasonhunyar.substack.com/p/why-are-flock-employees-watching-720
1•therobots927•4m ago•0 comments

Broken window theory: software in the post AGI world

https://tekbog.substack.com/p/broken-window-theory-software-in
1•tekbog•5m ago•0 comments

Simulating a 2D Quadcopter from Scratch

https://mrandri19.github.io/2026/04/03/2d-quadcopter-simulation.html
1•daww•7m ago•1 comments

Construction Manager Vibe Codes Paperwork Tool, Accidentally Breaks It

https://www.businessinsider.com/construction-manager-vibe-coded-paperwork-tool-2026-4
1•jboss10•8m ago•0 comments

Cursor AI Documentation of a 61GB RAM failure and subsequent forum shadowbanning

https://github.com/blackysdeamon/cursor-ai-negligence-report
1•Lunurubus•9m ago•0 comments

Let Me Claude That for You

https://lmctfy.blmc.dev/
1•henryaj•11m ago•0 comments

An active phishing campaign is targeting Rust crate owners

https://social.rust-lang.org/@rust/116370165967851720
1•etaweb•12m ago•0 comments

AI Code Is Hollowing Out Open Source, and Maintainers Are Looking the Other Way

https://www.quippd.com/writing/2026/04/08/ai-code-is-hollowing-out-open-source-and-maintainers-ar...
3•speckx•12m ago•0 comments

Maki – The Efficient Coder (Agent)

https://maki.sh/
4•wrxd•17m ago•0 comments

Show HN: YTGrowAI – Get detailed analytics for YouTube channel growth

https://ytgrowai.com/
2•ninadwrites•17m ago•0 comments

Under these conditions, LLM's basically never hallucinate

https://simianwords.bearblog.dev/under-these-conditions-llms-basically-never-hallucinates/
1•simianwords•18m ago•0 comments

Comad World – 6 AI agents build a knowledge graph from one YAML config

https://github.com/kinkos1234/comad-world
1•comadj•18m ago•0 comments

Iran Ceasefire: Israel intensifies Lebanon strikes and Iran closes the strait

https://apnews.com/article/iran-us-israel-trump-lebanon-april-8-2026-38d75d5e4f1c7339a1456fc99415...
1•andrepd•18m ago•0 comments

US carmakers say proposed EU rules could block large pickup trucks from Europe

https://www.reuters.com/business/autos-transportation/us-carmakers-accuse-eu-blocking-supersized-...
3•comebhack•19m ago•2 comments

Show HN: Druids – Build your own software factory

3•etherio•20m ago•0 comments

Don't forget how you got here

https://wanderdust.github.io/newsletter/posts/045_dont_forget_what_youve_done/
1•wanderdust•20m ago•0 comments

The AI Great Leap Forward

https://leehanchung.github.io/blogs/2026/04/05/the-ai-great-leap-forward/
2•jodah•22m ago•0 comments

Motherboards That Made Apple [video]

https://www.youtube.com/watch?v=NCAwLdbpyLk
1•oldnetguy•23m ago•0 comments

NASA's Curiosity Rover Sees Martian 'Spiderwebs' Up Close

https://www.nasa.gov/missions/mars-science-laboratory/curiosity-rover/nasas-curiosity-rover-sees-...
1•thinkingemote•24m ago•0 comments

Don't Use LLMs as UX Research Subjects

https://www.researchsquare.com/article/rs-9057643/v1
2•laurex•25m ago•0 comments

Small Drone Attacks Are Killing More Civilians Than Ever Before: I Made a Map

https://little-flying-robots.ghost.io/targeted-drone-attacks-are-killing-more-civilians-than-ever...
3•speckx•25m ago•0 comments

YouTube starts showing 90-second unskippable ads to TV viewers

https://9to5google.com/2026/04/08/youtube-starts-showing-90-second-unskippable-ads-to-tv-viewers/
6•Brajeshwar•25m ago•1 comments

Show HN: 2,500 in free AI ad credits – product placed in creator videos

https://ads.darwin.so/?promo=UMTXQA
1•jason-festa•26m ago•0 comments

The Building Block Economy

https://twitter.com/mitchellh/status/2041566958681014418
2•rmason•26m ago•0 comments

ChuvAKA – Encrypted P2P Identityless chat and stream webapp

https://chuvaka.com
1•DoLzR•27m ago•1 comments

Anthropic's Restraint Is a Terrifying Warning Sign

https://www.nytimes.com/2026/04/07/opinion/anthropic-ai-claude-mythos.html
6•jaredwiener•28m ago•0 comments

Jim Whittaker, first American to summit Everest, dies at 97

https://www.seattletimes.com/life/outdoors/jim-whittaker-wa-mountaineer-who-was-first-american-to...
1•carabiner•28m ago•0 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

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