frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The AI has come for my code

https://boston.conman.org/2026/05/19.1
1•speckx•1m ago•0 comments

Karpathy's autoresearch, 50 DPO experiments, 300 human judges

https://huggingface.co/blog/ProlificAI/autoresearch-hitl-experiment
1•bradfeh•1m ago•0 comments

AVX 512 will be the future (2022)

https://www.realworldtech.com/forum/?threadid=209249&curpostid=209596
1•tosh•2m ago•0 comments

Securing Your Gemini and Google API Keys

https://cloud.google.com/blog/topics/developers-practitioners/api-keys-are-open-secrets
1•minherz•3m ago•0 comments

Eli Lilly's New Weight-Loss Treatment Shows Promising Results

https://www.wsj.com/health/pharma/eli-lillys-new-weight-loss-treatment-shows-promising-results-ca...
1•brandonb•4m ago•0 comments

Web Serial Support in Firefox

https://hacks.mozilla.org/2026/05/web-serial-support-in-firefox/
2•tech234a•5m ago•1 comments

World Genesis: Autonomous Agent Civilization Simulator

https://github.com/GeoLambdaAI/world-genesis
1•Gtombri•6m ago•0 comments

Show HN: Synrix: hardware-verified memory routing for edge AI agents

https://github.com/AstronomikalOne/synrix-demo
1•Ryan_Synrix•6m ago•0 comments

Starbucks scraps AI inventory tool across North America

https://www.reuters.com/business/starbucks-scraps-ai-inventory-tool-across-north-america-2026-05-21/
3•louiereederson•8m ago•0 comments

Discover Meko: The Data Infrastructure for Agents That Work and Learn Together

https://www.yugabyte.com/blog/meko-data-infrastructure-for-agents-that-work-and-learn-together/
1•mooreds•9m ago•0 comments

Could Universal GLP-1 Drugs End the Obesity Epidemic?

https://www.cremieux.xyz/p/could-universal-glp-1-drugs-end-the
1•brandonb•9m ago•0 comments

SpaceX IPO filing lays bare losses and Musk control as it stakes future on AI

https://www.reuters.com/legal/transactional/bound-mars-elon-musks-spacex-unveils-filing-blockbust...
3•1vuio0pswjnm7•10m ago•0 comments

Pope Leo launches an AI commission days before he releases a papal letter

https://fortune.com/2026/05/18/pope-leo-ai-commission-papal-letter-anthropic-co-founder-christoph...
2•1vuio0pswjnm7•12m ago•0 comments

22% Layoff at ClickUp

https://twitter.com/dj_curfew/status/2057522382315929802
2•jscheel•12m ago•1 comments

The International Space Station is leaking again

https://arstechnica.com/space/2026/05/uh-oh-the-international-space-station-is-leaking-again/
1•LorenDB•16m ago•0 comments

Blog ran on Ubuntu 16.04 for 10 years. I migrated it to FreeBSD

https://crocidb.com/post/this-blog-ran-on-ubuntu-16-04-for-10-years-i-migrated-it-to-freebsd/
3•speckx•16m ago•0 comments

Movesia – Control the Unity Editor with Plain English Commands

https://movesia.com
1•DexOmg•19m ago•0 comments

Distribution Fine Tuning: A post-training step to make models write better

https://dft.rosmine.ai/
1•sgt•19m ago•0 comments

Volo: Flight tracker built for group travel, delays, gates, and real connections

https://apps.apple.com/us/app/volo-flight-tracking/id6756634383
1•darpanypatel1•20m ago•0 comments

Built a subscription tracker that uses email forwarding instead of bank linking

https://www.subalert.org
1•momolii•21m ago•1 comments

Show HN: AI readiness toolkit: AI two-minute CODE maturity check

https://github.com/bjcoombs/ai-native-toolkit
1•ben30•22m ago•0 comments

Schlitz beer ending production after 177 years

https://www.boston25news.com/news/trending/schlitz-beer-ending-production-after-177-years/ABPDGCI...
2•1vuio0pswjnm7•22m ago•0 comments

JEP Draft: Enhanced Local Variable Declarations (Preview)

https://openjdk.org/jeps/8357464
1•theanonymousone•25m ago•0 comments

The XGO Programming Language

https://github.com/goplus/xgo
1•quux0r•26m ago•0 comments

The Founder Mental Health Survey

https://www.foundermental.health/
3•jasonshen•29m ago•0 comments

Event-Sourced Domain Modeling

https://www.esdm.io/
4•goloroden•30m ago•0 comments

Socket raises $60M Series C at $1B valuation

https://socket.dev/blog/series-c
2•slymax•30m ago•0 comments

Children in Australia tell UK kids how a social media ban has affected them

https://www.bbc.co.uk/newsround/videos/cx21x5x05wno
3•DropDead•31m ago•0 comments

AI token streaming isn't about SSE vs. WebSockets

https://zknill.io/posts/ai-token-streaming-isnt-about-sse-vs-websockets/
1•zknill•31m ago•0 comments

Exploring Ref Qualifiers in C++

https://www.meetingcpp.com/blog/items/Exploring-ref-qualifiers-in-Cpp.html
1•jandeboevrie•33m 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.