frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

There are 5.7M more childless women of prime child-bearing age than expected

https://carsey.unh.edu/publication/factors-contributing-demographic-cliff-more-us-women-childbear...
1•loughnane•2m ago•0 comments

My First Encounter with a Political Spambot

https://tombedor.dev/political-spam/
1•jjfoooo4•2m ago•0 comments

Question: Is matching fixed regexes with back-references in P?

https://branchfree.org/2019/04/04/question-is-matching-fixed-regexes-with-back-references-in-p/
1•fanf2•5m ago•0 comments

Ask HN: Books about Genetic Algorithms

4•andyjohnson0•7m ago•1 comments

POSIX Is Not a Shell

https://alganet.github.io/blog/2026-06-28-12-POSIX-Is-Not-A-Shell.html
2•gaigalas•7m ago•0 comments

Show HN: I reverse-engineered the RLF log format used by REMUS underwater drones

https://github.com/isaacgerg/remus-rlf-reader
1•ipunchghosts•9m ago•0 comments

Technology and Power

https://www.chrbutler.com/technology-and-power
2•delaugust•9m ago•0 comments

Attention is all we have: A conjectural theory of cognitive inequality

https://davidbessis.substack.com/p/attention-is-all-we-have
2•Luc•13m ago•0 comments

Startup Wants to Sell a U.S.-Built Tiny Truck for $21,500

https://www.roadandtrack.com/news/a71667299/reo-industries-runabout-aims-to-simplify-the-truck-ma...
2•rmason•16m ago•1 comments

Claude Code now uses dark UI patterns to gain Google account access via MCP

https://claude.com/docs/connectors/google/gmail
1•janpeuker•17m ago•1 comments

Duolicious – Open-source dating app

https://github.com/duolicious/duolicious
4•nietzscheese•18m ago•0 comments

The Last Museum: a search site for museum art

https://lastmuseum.com/
2•ohjeez•19m ago•0 comments

Why the Metaverse Failed

https://josh.earth/posts/metaverse-failed
4•joshmarinacci•19m ago•0 comments

Ask HN: What do SRE do at your company?

2•petemc_•21m ago•0 comments

Evolving Thoughts on AI in 2026

https://chriskiehl.com/article/evolving-thoughts-on-ai-2026
1•goostavos•28m ago•0 comments

Show HN: Gotaper – A minimalist, journal-inspired race planner for athletes

https://gotaper.app/
1•ezeoleaf•29m ago•0 comments

Ablo – The collaboration layer for AI agents

https://github.com/Abloatai/ablo
1•luckymonkybaby•37m ago•0 comments

Donald Trump is kicking out Chinese firms and keeping their tech

https://www.economist.com/china/2026/06/28/donald-trump-is-kicking-out-chinese-firms-and-keeping-...
3•miohtama•37m ago•0 comments

Don't Use VPN Servces

https://gist.github.com/joepie91/5a9909939e6ce7d09e29
4•backlit4034•38m ago•2 comments

Building a macOS Native GUI for Apple Container

https://www.reddit.com/r/swift/s/ZkDZUfxnRD
2•frizlab•38m ago•0 comments

Lonnie Johnson, in some ways, could personify the 'American Dream' (2013)

https://thecontextofthings.com/2013/11/09/lonnie-johnson-in-some-ways-could-personify-the-america...
1•zeristor•39m ago•1 comments

Ornith 1.0: This is new class of self-improving model [video]

https://www.youtube.com/watch?v=25j4kMGhKGw
1•SweetSoftPillow•39m ago•0 comments

Newly discovered spider builds spring loaded snare to catch ants

https://phys.org/news/2026-06-newly-australian-ballista-spider-snare.html
1•chimpanzee•41m ago•0 comments

MovementHound: Windows lateral movement enumeration with minimal‑rights focus

https://github.com/pol4ir/MovementHound
2•korkiipl•42m ago•0 comments

Rescued from the flames: the Cotton Genesis restored to life

https://www.bl.uk/stories/blogs/posts/rescued-from-the-flames-the-cotton-genesis-restored-to-life
2•bryanrasmussen•50m ago•0 comments

Productivity up 0.3 percent in first quarter 2026

https://www.bls.gov/opub/ted/2026/productivity-up-0-3-percent-in-first-quarter-2026.htm
3•mattas•53m ago•0 comments

Homemade 3D printed metal watch using vintage LED matrix displays

https://old.reddit.com/r/3Dprinting/comments/1ui3ndq/my_brother_and_i_designed_our_own_3dprinted_...
2•dgellow•58m ago•0 comments

Software Architecture Is More Important [video]

https://www.youtube.com/watch?v=k4xHQpKyLWY
2•fallinditch•59m ago•0 comments

How to Use Claude Code: A Complete Beginner's Guide (2026)

https://dest.host/b/how-to-use-claude-code/
3•snorbleck•1h ago•0 comments

Australia doubles the maximum penalty for its social media ban

https://www.engadget.com/2203358/australia-doubles-maximum-penalty-social-media-ban/
3•01-_-•1h 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.