frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Nvidia AI Factory Compute Is Becoming an Investable Asset Class

https://twitter.com/JensenHuang/status/2086934705207959965
1•jawiggins•2m ago•0 comments

Tracking down a Zsh history data loss bug

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
1•birdculture•2m ago•0 comments

Wreck of Royal Navy warship HMS Tiger found off Isle of Wight after 118 years

https://news.sky.com/story/wreck-of-royal-navy-warship-hms-tiger-found-off-isle-of-wight-after-11...
1•austinallegro•3m ago•0 comments

Archer to Acquire Boeing's Wisk Aero, Insitu and SkyGrid

https://investors.archer.com/news/news-details/2026/Archer-Announces-Second-Quarter-2026-Results-...
3•MrVitaliy•6m ago•0 comments

Control and complexity: tension in systems design

https://ferd.ca/control-and-complexity-tension-in-systems-design.html
1•billiob•6m ago•0 comments

Wall Street giants partner with Nvidia on $500B AI financing deal

https://www.ft.com/content/98a8fd17-15b6-4f67-9cb4-825722b11348
4•aanet•7m ago•2 comments

Watch out for cache read costs

https://martinalderson.com/posts/watch-out-for-cache-read-costs/
1•martinald•8m ago•0 comments

NYC, MTA eye first-of-its-kind plan that might keep subway platforms cooler

https://www.cbsnews.com/newyork/news/nyc-mta-subway-platforms-hot-weather-study/
2•thunderbong•10m ago•0 comments

Show HN: AI Pulse a fake LED strip beside the macOS Dock that shows agent status

https://github.com/leog/ai-pulse
1•leog_me•15m ago•0 comments

Tokenisation: Who decides what a token is anyway?

https://idlemachines.co.uk/essays/tokenisation
1•smaddrellmander•16m ago•0 comments

From backpacks to food, consumer goods are getting worse

https://www.theguardian.com/us-news/2026/aug/10/consumed-consumer-goods-quality
4•petethomas•17m ago•0 comments

AI framework rooted in cognitive science could complete tasks more efficiently

https://techxplore.com/news/2026-07-ai-framework-rooted-cognitive-science.html
1•1659447091•18m ago•0 comments

You Are the Superintelligence

http://unsoliciteddave.blogspot.com/2026/08/you-are-superintelligence.html
3•DaveParkCity•21m ago•0 comments

Whats: A CLI command explainer, pure man pages, –help outputs

https://github.com/iamkaran/whats
3•thunderbong•23m ago•0 comments

Python's pre-declared constants are kinda weird

https://sebsite.pw/w/20260801-pythonconstants.html
1•Ravencentric•23m ago•0 comments

Convictional (YC W19) is shutting down

https://get.convictional.com/posts/convictional-is-shutting-down/
1•barronlroth•24m ago•1 comments

Zuck rekindles open weights Llama drama with Muse Glimmer

https://www.theregister.com/ai-and-ml/2026/08/10/zuck-rekindles-open-weights-llama-drama-with-mus...
1•joebuckwilliams•26m ago•1 comments

Making Need for Speed 2015 using Game Maker [video]

https://www.youtube.com/watch?v=ffGqjOBowIc
1•linkdd•28m ago•0 comments

Show HN: Typegres 0.3 – SQL-as-your-API, safely (using Cap'n Web RPC)

https://typegres.com/
2•ryanrasti•32m ago•0 comments

Show HN: Calldiff – a CLI to see callstack diffs in all major languages

https://github.com/tanishqkancharla/calldiff
1•tanishqkanc•35m ago•0 comments

Traffic to Trump's Truth Social Falls Sharply This Summer

https://www.nytimes.com/2026/08/10/business/trump-truth-social-traffic-declines.html
4•duxup•35m ago•3 comments

Show HN: Keen Code – an agentic-engineered coding agent

https://github.com/mochow13/keen-code
3•mochow13•35m ago•1 comments

Joining Cursor

https://arslan.io/2026/08/10/joining-cursor/
3•sagacity•37m ago•0 comments

Reflex XY – a Python charting library for interactive 2D visualizations

https://reflex.dev/docs/xy/
1•aanet•38m ago•1 comments

Outsiders Pay $6,500 to Learn Southern Sorority Rush's Unwritten Rules

https://www.bloomberg.com/news/articles/2026-08-10/what-is-sorority-rush-and-why-are-parents-payi...
2•alephnerd•38m ago•0 comments

Show HN: Bananarr – Technology Profiler – Chrome Extension

https://bananarr.com/
1•ernsheong•41m ago•0 comments

Show HN: My local climbing gym from photogrammetry

https://kmcheung12.github.io/climb-preview/tour/ae43c6e5
2•a_c•43m ago•0 comments

On Comments

https://blog.helsing.ai/posts/on-comments/
1•theanonymousone•44m ago•0 comments

Muse Glimmer (High) Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/muse-glimmer
1•theanonymousone•44m ago•0 comments

How Claude marks AI-generated content

https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content
33•mfiguiere•45m ago•23 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.