frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jared Diamond's Collapse, Chaco Canyon, Why Agency Matters to Understand History

https://greysidewalk.substack.com/p/jared-diamonds-collapse-chaco-canyon
1•pseudolus•1m ago•0 comments

Disprove – a backtest auditor that rejected my own strategy

https://github.com/866y4tb8hc-coder/disprove
1•movadims•2m ago•0 comments

Alibaba/Open-Code-Review

https://github.com/alibaba/open-code-review
1•geoffbp•3m ago•0 comments

Bricks and Minifigs Parts Ways with Franchise Owners

https://bricksandminifigs.com/blog/blog/2026/06/04/bricks-and-minifigs-salem-joshua-johnson-brand...
1•cheschire•7m ago•1 comments

Build your own college curriculum with OpenLibrary

https://openlibrary.org/search/howto/more
1•d0able•8m ago•0 comments

Using AI to Ship a Real Product Without Losing the Plot

https://mckerlie.com/posts/building-calledup-using-ai-to-ship-a-real-product-without-losing-the-p...
1•silent1mezzo•8m ago•0 comments

Found: Milky Way black hole's missing wind

https://news.northwestern.edu/stories/2026/06/found-milky-way-black-holes-missing-wind
1•wglb•9m ago•1 comments

Congress rejects Khanna's attempt to stop deeper US/Israel military integration

https://twitter.com/DropSiteNews/status/2062613067859706230
1•sosomoxie•9m ago•0 comments

Local 'Little Red Dots' stay eerily steady for up to 15 years

https://sciencex.com/news/2026-06-local-red-dots-stay-eerily.html
1•wglb•10m ago•1 comments

S&P Global keeps fast index entry rules unchanged as SpaceX listing looms

https://www.reuters.com/business/finance/sp-global-keeps-fast-entry-proposal-unchanged-spacex-lis...
3•JumpCrisscross•12m ago•1 comments

Transformer Golf – The Unrolled Transformer

https://github.com/mingusb/transformer-golf
1•brianjmingus•16m ago•0 comments

Starcloud hits $1.1B valuation to build space-based data centers

https://www.geekwire.com/2026/orbital-ai-seattle-area-startup-starcloud-hits-1-1b-valuation-to-bu...
1•bko•16m ago•0 comments

New light-powered chip could accelerate AI and quantum computing

https://www.sciencedaily.com/releases/2026/06/260601025343.htm
1•pcael•17m ago•0 comments

Ask HN: Is Everyone an Engineer Now?

1•piratesAndSons•17m ago•1 comments

S&P will not change its rules to get SpaceX in early

https://www.axios.com/2026/06/04/musk-spacex-ipo-sp-investors
2•boguscoder•19m ago•0 comments

South Korean Forums Will Need to Scan Every Images with AI Censorship Tools

https://discuss.privacyguides.net/t/south-korean-online-communities-will-need-to-scan-every-image...
1•Cider9986•21m ago•1 comments

The impact of linguistic features on CTR in Instagram ads

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0338313
1•PaulHoule•21m ago•0 comments

Tilling the Garden: Use AI differently to make interesting and useful apps

https://mikecaulfield.substack.com/p/tilling-the-garden-a-different-way
1•lemming•23m ago•0 comments

Senior U.S. Officials Eye Government Shares in AI Giants

https://www.notus.org/technology/trump-ai-stake-openai
1•spenvo•25m ago•0 comments

What was your "Oh Shit" moment with GenAI?

1•andrehacker•25m ago•2 comments

China's solar majors charge into batteries as panel sales falter

https://www.reuters.com/business/energy/chinas-solar-majors-charge-into-batteries-panel-sales-fal...
1•JumpCrisscross•27m ago•0 comments

Flesh-eating screwworm confirmed in Texas calf as parasite crosses from Mexico

https://www.reuters.com/business/healthcare-pharmaceuticals/unconfirmed-us-case-flesh-eating-scre...
1•JumpCrisscross•28m ago•0 comments

SpaceX IPO Website

https://www.spacexipo.com
2•malshe•28m ago•0 comments

Microsoft to tighten human rights measures after inquiry into Israel deals

https://www.theguardian.com/technology/2026/jun/04/microsoft-to-tighten-human-rights-measures-aft...
1•lorecore•31m ago•0 comments

S&P Dow Jones Indices Consultation on Treatment of MegaCap Companies

https://press.spglobal.com/2026-06-04-S-P-Dow-Jones-Indices-Consultation-on-Treatment-of-MegaCap-...
2•pradn•32m ago•0 comments

ProlificTea

1•TheProfitKing•33m ago•0 comments

Silent Slide

https://www.silentslide.app
1•bicoastalai•34m ago•0 comments

Librecode (Yet Another Agent Harness)

https://github.com/omarluq/librecode
1•omarluq•35m ago•0 comments

Show HN: Papernews – self-hosted daily newspaper PDF for your reMarkable

https://github.com/marcj/papernews
2•bourbonproof•39m ago•0 comments

Kubelize – Free tool to manage multiple Kubernetes clusters

https://kubelize.me/
1•garymoon•40m 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.