frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CFPB Winds Down Probe of Community Loan Funds Targeted by Vought

https://news.bloomberglaw.com/banking-law/cfpb-winds-down-probe-of-community-loan-funds-targeted-...
1•petethomas•53s ago•0 comments

Smoking accessories are making a comeback

https://www.admiddleeast.com/story/the-most-controversial-trend-of-2026-smoking-accessories-are-m...
1•Pamar•4m ago•0 comments

Startup Lumilens Raises $700M to Replace Data-Center Wires with Light

https://www.wsj.com/tech/startup-raises-700-million-to-replace-data-center-wires-with-light-adc74358
2•bookofjoe•7m ago•1 comments

What If Wishes Could Be Bought and Sold?

https://www.newyorker.com/books/page-turner/what-if-wishes-could-be-bought-and-sold
1•Anon84•10m ago•0 comments

AI Tool Directory

1•lokeshjoshi•10m ago•0 comments

Pyhctsa – Highly comparative time-series analysis

https://github.com/DynamicsAndNeuralSystems/pyhctsa/
1•jmoo2880•13m ago•0 comments

Show HN: Tape Music Hub, local music library manager with a P2P phone companion

https://tape-music-hub.gordo.design/
1•sergormo•13m ago•0 comments

Mailüfterl (Early Transistorized Computer)

https://en.wikipedia.org/wiki/Mail%C3%BCfterl
1•wolfi1•13m ago•0 comments

Run Gitea Actions on Apple Hardware

https://github.com/markwylde/gitea-runner-lume
2•turblety•14m ago•0 comments

Birdsong follows a fundamental law of human language

https://www.scientificamerican.com/article/birdsong-follows-a-fundamental-law-of-human-language/
1•1659447091•15m ago•0 comments

BMW Rolling Out In-Car Spam

https://www.heise.de/en/news/BMW-Annoyed-by-Advertising-11399005.html
2•lschueller•18m ago•0 comments

The AI Experts Who Couldn't Predict AI

https://greyenlightenment.com/2026/07/26/the-ai-experts-who-couldnt-predict-ai/
1•paulpauper•19m ago•0 comments

Models may behave differently in graded episodes (a tirade)

https://www.lesswrong.com/posts/AfoGGrJfuNzofpzWL/models-may-behave-differently-in-graded-episode...
1•paulpauper•19m ago•0 comments

Claude Code sessions can now message each other

https://twitter.com/ClaudeDevs/status/2085817074816070014
2•shpat•20m ago•0 comments

Lost my phone at the office. Claude suggested tracking Bluetooth signal strength

https://twitter.com/un1c0rnioz/status/2084686552299634805
1•ilamont•23m ago•0 comments

China's A.I. Is Surging Across Africa. That Should Worry Silicon Valley

https://www.nytimes.com/2026/08/05/technology/ai-china-africa.html
1•ripe•25m ago•1 comments

Chasa

https://chasa.io/
3•docracy•25m ago•0 comments

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 10

https://devblogs.microsoft.com/oldnewthing/20260731-00/?p=112578
1•ibobev•28m ago•0 comments

BingeBuster

https://bingebuster.net/
1•rdoherty•29m ago•0 comments

The Statistics Behind the Jason Arday Scandal

https://www.compactmag.com/article/the-statistics-behind-the-jason-arday-scandal/
1•barry-cotter•30m ago•0 comments

Creating a fake agile wrapper that is technically agile

https://devblogs.microsoft.com/oldnewthing/20260806-00/?p=112595
1•ibobev•30m ago•0 comments

Soppo – Go, with the features it's missing

https://soppolang.dev/
1•birdculture•30m ago•0 comments

Your AI Frustration Is My Opportunity

https://metedata.substack.com/p/012-your-ai-frustration-is-my-opportunity
3•young_mete•32m ago•0 comments

Show HN: Public Web Change Intelligence

https://app.monity.ai
1•kamilmm21•32m ago•0 comments

Super Mario Derivations

https://fzakaria.com/2026/08/05/super-mario-derivations
1•domenkozar•32m ago•0 comments

KV Cache vs. Prompt Cache: What's the Difference, and How Are They Related?

https://jaketao.com/language/en/kv-cache-vs-prompt-cache/
1•taojing10•33m ago•0 comments

From Chat Completions to Responses: Why Is OpenAI Upgrading Its Core API?

https://jaketao.com/language/en/why-openai-upgrading-api/
1•taojing10•34m ago•0 comments

Live Coronal Prediction – 2026 Total Solar Eclipse

https://eclipse.predsci.com/
1•corlinp•34m ago•1 comments

Argentine company accuses US of meddling in Huawei project

https://www.ft.com/content/051e6fbf-e796-4b92-9c6e-7b85c74e8edc
1•wslh•35m ago•1 comments

Health factors that delay dementia for up to 13 years

https://www.nbcnews.com/health/aging/delay-dementia-health-factors-diabetes-blood-pressure-smokin...
2•elo2000•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.