frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Volumetric FX for the 2D world of The Bad Guys 2

https://dl.acm.org/doi/10.1145/3799818.3812084
1•ibobev•34s ago•0 comments

AI Trivia Tavern – realtime multiplayer trivia with AI-generated questions

https://ai-trivia-tavern.onrender.com/
1•jbtruats•56s ago•0 comments

How to Read Mathematics [pdf]

https://web.mathi.uni-heidelberg.de/media/How_To_Read_Math_88bf1d2d47.pdf
1•ibobev•1m ago•0 comments

Apple's iCloud File Sharing Left Ex-Employees with Access to Secret Documents

https://www.macrumors.com/2026/08/03/apple-icloud-sharing-ex-employees/
1•speckx•2m ago•0 comments

AI's debt binge can't last, hidden borrowing reaches $1.65T

https://fortune.com/2026/07/31/ai-debt-hypescalers-capex-capital-spending-hidden-borrowing-bond-i...
1•mapping365•2m ago•0 comments

Ieepa Tariff Refund Process

https://www.ups.com/us/en/shipping/international-shipping/tariffs/tariff-refunds
2•thanhhaimai•6m ago•0 comments

Is Kentucky About to Give Billions in Tax Breaks to Data Centers?

https://kypolicy.org/kentucky-data-center-tax-breaks/
2•petethomas•7m ago•0 comments

Linux didn't just eat 10% of Windows share, AI bots are inflating the numbers

https://www.windowslatest.com/2026/08/03/linux-didnt-just-eat-10-of-windows-market-share-ai-bots-...
1•taubek•8m ago•1 comments

DDoS against Norwegian government IT infrastructure – status

https://status.digdir.no/incidents/d7hvqmf2yr3l
2•e12e•8m ago•0 comments

Thought Atlas of Human Culture Through Chronology

https://chronologyofculture.com/
1•fluxist•9m ago•0 comments

Ask HN: ThePirateBay vs. Anthropic

1•sarmadgulzar•10m ago•1 comments

Who's legally to blame for Anthropic and OpenAI's autonomous AI hacks?

https://techcrunch.com/2026/08/03/whos-legally-to-blame-for-anthropic-and-openais-autonomous-ai-h...
2•mikelgan•10m ago•1 comments

The 1990s Web vs. today's AI

https://arnoldkling.substack.com/p/the-1990s-web-vs-todays-ai
2•Ariarule•10m ago•0 comments

How do we prove our newsroom isn't AI?

https://www.reddit.com/r/Virginia/comments/1vent3o/ok_rvirginia_how_can_we_prove_our_newsroom_isn...
1•softwaredoug•10m ago•0 comments

When is it OK to use AI?

https://techtonic.fm/episodes/2026-05-18-when-is-it-ok-to-use-ai/
1•erikschoster•13m ago•0 comments

PicoEFI: Minimal build environment for EFI applications

https://github.com/PicoEFI/PicoEFI
1•mrunix•14m ago•0 comments

Global Aviation Incidents Map

https://crashatlas.com/
1•f1shy•14m ago•0 comments

As France's Elders Swelter in the Heat, Postal Workers Come to the Rescue

https://www.nytimes.com/2026/08/03/world/europe/france-postal-workers-older-people-heat.html
1•aaraujo002•15m ago•0 comments

Qwen3.8 Max Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/qwen3-8-max
1•theanonymousone•15m ago•0 comments

Teacher Sent a Private Snapchat Complaining…Police Pulled Up to Her School

https://www.gadgetreview.com/student-teacher-sent-a-private-snapchat-complaining-about-her-workda...
4•awad•16m ago•0 comments

Show HN: AxiomCore – a Claude plugin that keeps your projects structured

https://github.com/protonium-labs/axiomcore-plugin
1•dybovalex•16m ago•0 comments

Kafka App? There's a Skill for That

https://www.etsy.com/codeascraft/kafka-app-thereas-a-skill-for-that
1•byt3h3ad•18m ago•0 comments

Online Safety Act – Call for Evidence

https://committees.parliament.uk/submission/3964/#/evidence/3964/call-for-evidence
2•big85•19m ago•1 comments

Web app turns hand gestures into electronic music

https://www.gesture.live/
1•JMiao•21m ago•0 comments

Working on Economics with Fable 5

https://wilsoniumite.com/2026/08/03/working-on-economics-with-fable-5/
2•Wilsoniumite•22m ago•0 comments

Science-backed tips on how to avoid distractions

https://www.nature.com/articles/d41586-026-01850-9
1•thinkingemote•22m ago•0 comments

It's 90 Degrees in the Arctic

https://www.scientificamerican.com/article/its-90-degrees-in-the-arctic-right-now/
4•speckx•24m ago•0 comments

Show HN: Yet Another OpenCode Plugin

https://github.com/smokeeaasd/yet-another-opencode-plugin
1•smokeeaasd•24m ago•0 comments

New York Will Require Digital ID Checks for Social Feeds

https://reclaimthenet.org/new-york-will-require-digital-id-checks-for-social-feeds
5•timr•24m ago•2 comments

Concern about AI spikes following OpenAI hacking incident

https://news.americanson.ai/p/concern-about-ai-spikes-following
2•colinhb•24m 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.