frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jan Łukasiewicz

https://en.wikipedia.org/wiki/Jan_%C5%81ukasiewicz
1•tosh•2m ago•0 comments

AI Is Theft

https://dissentmagazine.org/article/ai-property-data-theft-anthropic/
1•cdrnsf•4m ago•0 comments

MmWave vs. Wi-Fi Sensing

https://community.home-assistant.io/t/mmwave-vs-wi-fi-sensing/1010785
1•mike2872•4m ago•0 comments

Show HN: Elmo (Open Source AEO)

https://github.com/elmohq/elmo
1•jrhizor•7m ago•0 comments

The Prehistory of A.I. Slop

https://www.newyorker.com/magazine/2026/05/25/the-prehistory-of-ai-slop
2•Brajeshwar•7m ago•0 comments

Composer 2.5

https://cursor.com/blog/composer-2-5
5•meetpateltech•8m ago•0 comments

AI Eats The World – Benedict Evans macro trends in tech

https://www.ben-evans.com/presentations
1•nilen•8m ago•0 comments

How We Hacked Our Way to Free 4.0s and Took Over a uWaterloo & UofT Grading Tool

https://xtra.sh/blog/markus/
3•xtra1•9m ago•0 comments

Email belongs on YOUR disk, not a cloud server

https://mailvaulty.com
1•khaledsabae•9m ago•0 comments

US countertop workers could have damaged lungs, safety expert says

https://www.npr.org/2026/05/18/nx-s1-5691570/silicosis-beyond-california-quartz-countertop-cambria
1•mikhael•9m ago•0 comments

Amiga 68000 (SEKA) → portable C transpiler

https://bitbucket.org/rhinoid/convert68000toc/src/main/
1•ibobev•12m ago•0 comments

Lawyers in Brazil caught for prompt injection on a legal case

https://www.jota.info/trabalho/juiz-multa-em-r-84-mil-advogadas-por-prompt-injection-para-manipul...
2•cfontes•12m ago•0 comments

The Thing Protecting You Is Now the Target

https://thetechvillain.substack.com/p/the-thing-protecting-you-is-now-the
2•interrupt86•14m ago•0 comments

MinusPod self-hosted podcast ad remover learns from opt-in crowdsourced patterns

https://github.com/ttlequals0/MinusPod/blob/main/patterns/README.md
1•Ttlequals0•14m ago•0 comments

DevRel Is So Back

https://scalingdevtools.com/podcast/episodes/scaling-devtools-episode-swyx-final-2-mp4
1•AnhTho_FR•14m ago•0 comments

Encoding the Constitution: Hardcoding Accountability into the Stack

https://brewhubsystems.com/
1•tomc267•15m ago•0 comments

London Erupts Brits Want Their Country Back [video][24 Mins]

https://www.youtube.com/watch?v=pup5aaZ0FAA
1•Bender•16m ago•1 comments

Smallcode – AI coding agent optimized for small LLMs

https://github.com/Doorman11991/smallcode
2•wrxd•17m ago•0 comments

Dutch cops' shame game works wonders as most wanted scammers now turned in

https://www.theregister.com/cyber-crime/2026/05/18/dutch-cops-shame-games-nets-74-wanted-fraudste...
2•darkwater•19m ago•0 comments

Greatest Investor You've Never Heard Of: Optometrist Became Billionaire

https://www.forbes.com/sites/maddieberg/2019/02/19/the-greatest-investor-youve-never-heard-of-an-...
1•rhollos•19m ago•0 comments

Tools for thought: science, design, art, craftsmanship?

https://andymatuschak.org/sdac/
1•Michelangelo11•19m ago•0 comments

Testing Go CLIs with Testscript

https://rednafi.com/go/testscript-cli/
1•Brajeshwar•20m ago•0 comments

Nobel Prize-winning author Olga Tokarczuk admits to using AI

https://old.reddit.com/r/literature/comments/1tgpnfr/nobel_prizewinning_author_olga_tokarczuk_adm...
2•theanonymousone•21m ago•1 comments

Singapore: The Agentic Nation

https://www.swyx.io/aie-singapore-the-agentic-nation
1•Rafsark•21m ago•0 comments

Show HN: Agline – a secure line between local and remote Codex agents

https://agline.dev
1•mariobertschler•22m ago•0 comments

Building Software Requires Digestion

https://blog.jim-nielsen.com/2026/software-requires-digestion/
1•abnercoimbre•23m ago•0 comments

Amazon's Alexa+ Now Produces AI-Generated 'Podcasts'

https://variety.com/2026/digital/news/amazon-alexa-plus-ai-podcasts-1236752477/
2•_____k•24m ago•1 comments

Litter Boxed, an open-source variant of NYT's Letter Boxed

https://louisabraham.github.io/litterboxed/
1•Labo333•25m ago•0 comments

Show HN: Replicating Thinking Machines Interaction Model demo for $0.01 [video]

https://www.youtube.com/watch?v=NzKJ-xO-VhE
1•mrkn1•27m ago•0 comments

Everything is seed (founders are all that count)

https://postround.substack.com/p/everything-is-seed
2•herlaw•28m 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.