frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Static Analysis for GitHub Actions

https://github.com/zizmorcore/zizmor
1•mooreds•3m ago•0 comments

Soon We Can Banish JavaScript to the ShadowRealm

https://css-tricks.com/soon-we-can-finally-banish-javascript-to-the-shadowrealm/
1•speckx•4m ago•0 comments

The price of power – why batteries are starting to look obvious

https://blog.stromflix.com/price-of-power
1•StromFLIX•6m ago•0 comments

In a trial pitting him against Elon Musk, nobody has more to lose than Altman

https://www.latimes.com/business/story/2026-05-12/in-trial-pitting-him-against-elon-musk-nobody-h...
1•1vuio0pswjnm7•6m ago•0 comments

Sovereign Tech Fund invests over €1M in KDE software development

https://kde.org/announcements/sovereign-tech-fund-invests-kde/
1•spiros•6m ago•0 comments

The First Cleaner Ant? A Novel Partnership in the Arizona Desert

https://onlinelibrary.wiley.com/doi/10.1002/ece3.73308
1•sohkamyung•9m ago•0 comments

Prioritizing Vulnerability Findings

https://monkeynoodle.org/2025/07/26/prioritizing-vulnerability-findings/
1•mooreds•12m ago•0 comments

Show HN: Interactive fluid simulation in Jax using Brinkman penalization

https://github.com/arriemeijer-creator/AeroJAX
1•arriemeijer•12m ago•0 comments

Ask HN: Which discontinued internet product/service do you still miss?

1•kamscruz•13m ago•0 comments

Accountants in Stratford

https://skzee.co.uk/accountants-in-stratford/
1•syedsherazahmed•14m ago•0 comments

What if AI systems weren't chatbots?

https://arxiv.org/abs/2605.07896
1•jrepinc•16m ago•0 comments

AI agents that need real social context

https://www.socialcrawl.dev/developers
1•vaaselene•17m ago•0 comments

Exploring the "Banality" of Deception in Generative AI

https://arxiv.org/abs/2605.07012
1•jrepinc•21m ago•0 comments

China is going dark to develop its own Mythos

https://www.politico.eu/article/china-is-going-dark-to-develop-its-own-mythos-german-cyber-chief-...
1•jonbaer•21m ago•1 comments

Show HN: FasterFixes – Open-source feedback widget with MCP for coding agents

https://github.com/manucoffin/faster-fixes
1•manuelcoffin•27m ago•1 comments

How Elon Musk turned an online nobody into his biggest promoter

https://www.washingtonpost.com/technology/2026/05/13/elon-musk-engages-with-anonymous-x-acount-xf...
1•1vuio0pswjnm7•29m ago•0 comments

AMD DGF SuperCompression

https://gpuopen.com/learn/introducing-amd-dgf-supercompression/
1•ibobev•30m ago•0 comments

Precomputed Lens Transport Maps

https://arxiv.org/abs/2605.04017
1•ibobev•30m ago•0 comments

More is different in real-world multilayer networks

https://www.nature.com/articles/s41567-023-02132-1
1•hamburgererror•32m ago•0 comments

Denise: C64/Amiga emulator with shader and runAhead

https://sourceforge.net/projects/deniseemu/files/v2.8/
1•doener•34m ago•0 comments

Review: A House of Dynamite

https://medium.com/luminasticity/review-a-house-of-dynamite-b1170fbe1bcb
1•bryanrasmussen•37m ago•0 comments

AI-Assistance in Character Posing: How It Works in Cascadeur

https://cascadeur.com/blog/general/ai-assistance-in-3d-character-posing-how-it-works-in-cascadeur
1•embedding-shape•37m ago•0 comments

Mainline Linux 6.12 on Annapurna Labs Alpine V2 (Ubiquiti UNVR, UDM-Pro)

https://github.com/bcyangkmluohmars/linux-alpine-v2
1•kabelkevin•38m ago•0 comments

The Chinese whiz kids of Silicon Valley

https://restofworld.org/2026/chinese-ai-researchers-silicon-valley/
1•thm•38m ago•0 comments

Show HN: Dart Live – compiler, VM, analyzer and hot reload on the web via WASM

https://modulovalue.com/dart-live/
2•modulovalue•39m ago•0 comments

D3D12 LinAlg Matrix Preview

https://devblogs.microsoft.com/directx/d3d12-linalg-preview/
1•ibobev•40m ago•0 comments

Security Baseline

https://securitybaseline.eu/
1•TechTechTech•40m ago•0 comments

Childhood and Education: Do the Math

https://thezvi.substack.com/p/childhood-and-education-18-do-the
1•FergusArgyll•41m ago•0 comments

Show HN: HYPD – AI co-pilot for marketers running Google Ads

https://www.hypd.ai/
2•cionut•46m ago•0 comments

So you've installed `fzf`. Now what? (2023)

https://andrew-quinn.me/fzf/
2•mpweiher•46m 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.