frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Plug and Pwn: physical zero-click chain

https://plugandpwn.com/
1•882542F3884314B•1m ago•0 comments

TSMC Sales Jump 45% YoY on Strong AI Chip Demand but Investors Shrug

https://www.investors.com/news/technology/tsm-stock-tsmc-july-sales-sox-index/
1•Jimmc414•2m ago•0 comments

University of Michigan to switch to pass/fail grades for first-semester students

https://www.theguardian.com/us-news/2026/aug/11/university-of-michigan-pass-fail-grading-system
1•bookofjoe•3m ago•1 comments

Show HN: I made an MCP server that checks 172 cloud and SaaS status feeds

https://outagedeck.com/developers/mcp
1•koko3tallah•3m ago•0 comments

Unauthenticated Root Access to the Enphase IQ Gateway

https://j027.net/enphase-rce/
1•j027•3m ago•0 comments

My retrieval can't tell a question it can answer from one it can't

https://github.com/asanabrial/leteo/blob/main/docs/nothing-worth-tuning.md
1•asanabrial•4m ago•0 comments

Coinbase stopped using trading volume as a key metric after 38%/48% decrease

https://hachyderm.io/@molly0xfff/117079279583581292
2•u1hcw9nx•7m ago•1 comments

How to Self-Host n8n on a VPS in 2026

https://veerhost.com/how-to-self-host-n8n-on-a-vps/
5•betterornotss•7m ago•0 comments

Is 99.9x% cache hit always better?

1•ozer_23•7m ago•0 comments

Tales of the Autistic Developer – Bringing It into Focus

https://baweaver.com/writing/2026/08/10/tales-of-the-autistic-developer-bringing-it-into-focus/
2•mooreds•9m ago•0 comments

LLM Inference lecture series [video]

https://www.youtube.com/watch?v=Yf51-__QeN8&list=PL5vCjAyS9QP_Pze76CYAlidc0hpdTXFLV
1•bobrenjc93•9m ago•0 comments

Auger load test, scan and inspect HTTP from one rust binary

https://github.com/user123cy/auger
1•user123cy•14m ago•0 comments

SEC exempts certain data center bonds from key securitization rules

https://www.reuters.com/legal/government/us-sec-exempts-certain-data-center-bonds-key-securitizat...
3•vinyl7•15m ago•0 comments

The renter-owner wealth gap is wider than ever, as many are priced out of buying

https://text.npr.org/nx-s1-5910711
4•mooreds•17m ago•1 comments

AI vibe coded game projects suck

https://asecretarea.com/2026/08/10/ai-vibe-coded-game-projects-suck/
2•spicyjpeg•17m ago•0 comments

Predictions for the Era of Continual Learning

https://www.dwarkesh.com/p/era-of-continual-learning
1•in-silico•18m ago•0 comments

A Simple Answer to AI Job Loss: Tax Capital, Not Labor

https://www.wsj.com/tech/ai/a-simple-answer-to-ai-job-loss-tax-capital-not-labor-cb900e62
2•mooreds•18m ago•1 comments

Flight Is Canceled After a Child Refuses to Be Seated

https://www.nytimes.com/2026/08/09/travel/flight-canceled-child-seatbelt-porter-canada.html
4•whack•20m ago•0 comments

Threads Is Now Available as a Native VR App on Meta Quest

https://www.meta.com/blog/threads-is-now-available-as-a-native-vr-app-on-meta-quest/
1•allenc•20m ago•0 comments

Show HN: Quantum Foosball

https://polkerty.github.io/quantumfoosball/
1•tibbar•23m ago•0 comments

Anthropic Posts 'How Claude Marks AI-Generated Content' Without Explaining How

https://daringfireball.net/linked/2026/08/11/anthropic-claude-watermarks
2•nozzlegear•23m ago•0 comments

Is A.I. A Massive Lie?

https://www.youtube.com/watch?v=4xztOygLnNk
1•root-parent•24m ago•0 comments

Help me build a better bot blocker

1•nerdralph•29m ago•0 comments

People and Clothes

https://www.autodidacts.io/people-and-clothes/
1•Curiositry•29m ago•0 comments

Claudish to English

https://github.com/gvzdv/claudish-to-english
2•bryan0•30m ago•1 comments

The Oval Office: ET's, UAP's and Disclosure – Bigelow Podcast Ep. 1 [video]

https://www.youtube.com/watch?v=TNRb0GJXmS8
1•avonmach•31m ago•0 comments

Aristotle's Physics: A Physicist's Look

https://arxiv.org/abs/1312.4057
1•lordleft•31m ago•0 comments

The Last Generation of Mathematicians

https://www.youtube.com/watch?v=6uIJdXmB4vE
1•root-parent•33m ago•0 comments

Issue Has Been Resolved

https://robss2020.github.io/sol-vnc-elapsed/
1•logicallee•34m ago•3 comments

I Quit Google to Work for Myself (2018)

https://mtlynch.io/why-i-quit-google/
3•downbad_•35m 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.