frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Making Teenagers Read Newspapers. A Nationwide Experiment in French High Schools

https://cepr.org/publications/dp21706
1•neehao•16s ago•0 comments

>10x More Efficient Pretraining

https://magic.dev/blog/pretraining#
1•ronfriedhaber•1m ago•0 comments

Show HN: LLM Attention Visualization

https://ishamf.dev/p/llm-attention-visualizer/
1•ifz•1m ago•0 comments

How Much Do Union-Busting Campaigns Cost?

https://prospect.org/2026/09/08/union-busting-campaigns-labor-day/
1•mooreds•1m ago•0 comments

Controversy over OpenAI's Maths Breakthrough

https://www.scientificamerican.com/article/openai-claims-blockbuster-math-breakthrough-amid-swirl...
1•doubledamio•3m ago•0 comments

Show HN: Infinite Sugar – a fruit fly emulation given a pleasant life

https://infinitesugar.cnqso.com/
1•cnqso•3m ago•1 comments

Ustawka

https://pl.wikipedia.org/wiki/Ustawka
1•Bluestein•4m ago•0 comments

Even One Ventures

https://evenone.ventures/
1•tosh•5m ago•0 comments

DOJ Blocked ICE Agent Shooting Charge over Federal Prosecutor's Objections

https://www.propublica.org/article/doj-blocks-charges-ice-agent-minneapolis-julio-cesar-sosa-celis
2•paimapi•6m ago•1 comments

Performance of biochar-modified concrete using faecal sludge–derived biochar

https://www.nature.com/articles/s41598-026-66956-6
1•ortusdux•8m ago•0 comments

Claude-API-guard, a CI check that catches Claude/OpenAI SDK breaking changes

https://github.com/MarkMoneyMan/Claude-api-goat
1•MarkMoneyMan•8m ago•0 comments

The White House pulls its racist Tetris clone

https://www.theverge.com/games/991451/white-house-pulls-racist-tetris-clone
2•r721•10m ago•1 comments

Ghosts&Angels, Shells, Rhizomes

https://nravic.substack.com/p/ghosts-and-angels-shells-rhizomes
1•nravic•11m ago•0 comments

WebSummoner 1.0: Selenoid, summoned back to life

https://github.com/WebSummoner/websummoner
1•gtriki•13m ago•0 comments

The End of Swift Talk

https://talk.objc.io/episodes/S01E500-the-end-of-swift-talk
1•jtbergman•15m ago•0 comments

Mom found guilty of abuse for letting 5-year-old walk outside alone speaks out

https://www.cbsnews.com/news/virginia-mom-child-abuse-conviction-walking-alone-karyann-parkinson/
1•throwitaway222•16m ago•1 comments

Inception Launches Mercury 2.5, the Next Tier of Intelligence for Diffusion LLMs

https://openrouter.ai/inception/mercury-2.5-preview
1•fittingopposite•16m ago•1 comments

Show HN: InverSQL: Build SQL interactively in inverse

https://github.com/rentruewang/inversql
1•renchuw•16m ago•0 comments

Connecting the Machines

https://herdr.dev/blog/connecting-the-machines/
6•collinmanderson•17m ago•0 comments

OpenAI's historic math solution overshadowed by credit controversy

https://www.axios.com/2026/09/08/openai-math-solution-navier-stokes-credit
1•colinhb•17m ago•0 comments

How to Use RubyGems Trusted Publishing with Semantic Release

https://kyrofa.com/posts/rubygems-trusted-publishing-with-semantic-release/
2•kyrofa•17m ago•0 comments

Our GitHub Actions bill kept climbing, so we moved CI to one box

https://github.com/senoff/self-hosted-ci-runner
2•senoff•20m ago•0 comments

Iceland summons US ambassador over Trump's Stars and Stripes map

https://www.ft.com/content/792e9e30-7a96-402c-a472-d7304f5bc1ef
2•JumpCrisscross•22m ago•0 comments

Technical issue causing some disruption to flight departures

https://www.nats.aero/news/technical-issue-causing-some-disruption-to-flight-departures/
1•rstreefland•22m ago•0 comments

Ari, Applied Compute's in-house AI research agent

https://www.appliedcompute.com/platform/ari
1•Bluestein•23m ago•0 comments

Using AI on a Homestead

https://www.patreon.com/morlockp/posts/using-ai-on-168298219
1•exolymph•25m ago•0 comments

The Sponsor Premium

https://papers.ssrn.com/sol3/papers.cfm
1•JumpCrisscross•26m ago•0 comments

Show HN: Dragon Microkernel in Spark Ada

https://github.com/tigerlang/dragon
2•tigerlang•26m ago•1 comments

Show HN: Tarfio bounded spending controls for MCP tools

https://github.com/yiaany/tarfio
1•eugenehizyyo•26m ago•0 comments

Show HN: The Million Dollar Prompt

https://milliondollarprompt.org/
2•fxn-m•27m 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.