frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Music has scales / raagas. What about storytelling in movies and prestige shows?

https://arc.quanten.co/archetype
1•phaedrus044•3m ago•1 comments

Trump-style war on windmills spreads across Europe

https://www.politico.eu/article/trump-style-anti-windmill-crusade-surges-in-europe/
1•leonidasrup•7m ago•0 comments

Show HN: Java/Spring Boot Idempotency Library

https://github.com/josipmusa/idempotency4j
1•anaq42•7m ago•0 comments

Mass NPM Supply Chain Attack Hits TanStack, Mistral AI, and 170 Packages

https://safedep.io/mass-npm-supply-chain-attack-tanstack-mistral/
1•birdculture•8m ago•0 comments

Germany's Decline in Data

https://ourdeclineindata.com/
2•mpweiher•13m ago•1 comments

Yet Another Boilerplate

https://www.indiehackers.com/SugarDaddyApp
1•iamkrazy•21m ago•1 comments

People Who Don't Like People Are Making All of Our Decisions

https://www.theatlantic.com/ideas/2026/05/waymo-self-driving-cars/687119/
2•thm•21m ago•0 comments

The Great Reset: Navigating a Turbulent Post-AI World

https://breadcrumb.vc/the-great-reset-navigating-a-turbulent-post-ai-world-4b5b4d434c5b
1•sameer_singh17•25m ago•0 comments

Fried Quotations

https://docs.factorcode.org/content/article-fry.html
1•tosh•25m ago•0 comments

Keeping your GitHub Actions and workflows secure: Preventing pwn requests (2021)

https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
1•thinkingemote•26m ago•0 comments

Show HN: Aptui-TUI package manager for APT-based Linux distributions

https://github.com/mexirica/aptui
1•mexirica•26m ago•0 comments

Show HN: Alacritree, terminal with built-in worktree management

https://github.com/mathix420/alacritree
3•mathix•29m ago•2 comments

Is the modern premium EDC knife markup justified?

http://Link:paragon-knives.com
1•bgzlsxaz•29m ago•0 comments

Rob Pike: Tech industry losing its soul

https://hachyderm.io/@robpike/116557975987213548
1•anygivnthursday•29m ago•0 comments

Fortress Co-Founder Allegedly Extorted by Sexual Partner

https://www.wsj.com/us-news/law/fortress-co-founder-allegedly-extorted-by-sexual-partner-ee9d6666
2•Michelangelo11•32m ago•0 comments

Arene Base

https://github.com/woven-by-toyota/arene-base
1•intern4tional•32m ago•2 comments

Made a New Side Project - Free to use

https://old.reddit.com/r/sideprojects/comments/1tabelm/finished_making_this_url_shortener_complet...
1•godlymod•33m ago•0 comments

Build, edit, and analyze forms directly in Claude

https://www.jotform.com/claude/
1•aytekin•34m ago•0 comments

Linux bitten by second vulnerability in as many weeks

https://arstechnica.com/security/2026/05/linux-bitten-by-second-severe-vulnerability-in-as-many-w...
3•isaacfrond•36m ago•0 comments

Show HN: An implementation of Common Lisp in development, reached version 1.6

https://savannah.nongnu.org/news/?id=10889
1•andreamonaco•36m ago•0 comments

Relieving power grids: Parked electric cars charge electric ferries

https://www.heise.de/en/news/Relieving-power-grids-Parked-electric-cars-charge-electric-ferries-1...
1•doener•36m ago•0 comments

Improving Technical Documentation with Mermaid Diagrams

https://mdview.io/s/mermaid-diagrams-for-software-developers
2•Igor_Wiwi•41m ago•0 comments

LLM Hallucinations in the Wild

https://arxiv.org/abs/2605.07723
1•anygivnthursday•42m ago•1 comments

Peter Wang: The Life of Py My First 20 Years of Python [video]

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

CSS Rhythmic Sizing Module Level 1

https://www.w3.org/TR/css-rhythm-1/
1•gudzpoz•45m ago•0 comments

Strange crystals found inside wreckage from the first nuclear bomb test

https://www.scientificamerican.com/article/strange-crystals-found-inside-wreckage-from-the-first-...
2•beardyw•46m ago•0 comments

Can a Language Model Paint?

https://www.etive-mor.com/blog/can-a-language-model-paint/
3•liamlaverty•47m ago•2 comments

The Scrum decline: It's three years later, and I was right

https://www.leadinginproduct.com/p/scrum-decline
1•benkan•48m ago•1 comments

Anthropic's Mythos was greatest marketing stunt ever, says cURL creator

https://www.theregister.com/security/2026/05/11/anthropics-bug-hunting-mythos-was-greatest-market...
1•isaacfrond•48m ago•0 comments

Microsoft researchers find AI models and agents can't handle long-running tasks

https://www.theregister.com/ai-ml/2026/05/11/microsoft-researchers-find-ai-models-and-agents-cant...
3•beardyw•51m ago•0 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

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