frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Epos: A browser extension for building browser extensions

https://epos.dev
1•imkost•2m ago•0 comments

Let's Talk about LLMs

https://www.b-list.org/weblog/2026/apr/09/llms/
1•lumpa•4m ago•0 comments

Gen Z workers who fear AI will take their job actively sabotaging its rollout

https://fortune.com/2026/04/08/gen-z-workers-sabotage-ai-rollout-backlash/
2•9woc•17m ago•0 comments

Tabularis: A lightweight, cross-platform database client. Hackable with pkugins

https://github.com/debba/tabularis
1•thunderbong•18m ago•0 comments

Flowyble Studio – Run Claude, Copilot and Codex Side-by-Side

https://flowyble.com/studio
1•schizi•19m ago•0 comments

The Munro Lecture with Adam Tooze – April 8 2026 [video]

https://www.youtube.com/watch?v=Th1pZfKi4SI
2•hackandthink•20m ago•0 comments

Energy-Based Models Is All You Need

https://www.youtube.com/watch?v=h9Gkchqr__M
1•frag•22m ago•0 comments

The Infinity Man: Demis Hassabis, Colleagues and Rivals

https://thechipletter.substack.com/p/the-infinity-man
1•klelatti•22m ago•0 comments

Mark's Magic Multiply

https://wren.wtf/shower-thoughts/marks-magic-multiply/
1•luu•23m ago•0 comments

Give Your Agent a Canvas, Not Just a Chatbox

https://create0.ai
1•enha•26m ago•1 comments

The Great GPU Shortage: H100 Rental Prices Up 40%

https://newsletter.semianalysis.com/p/the-great-gpu-shortage-rental-capacity
2•alecco•26m ago•0 comments

Due Diligence Framework Before Your Business Commits to Open Source

https://groundblue.gumroad.com/l/nlzhlx
1•elsadek•27m ago•0 comments

Show HN: I missed my terminal so I rebuilt email

https://tallyman.io
4•Mechse•28m ago•0 comments

AIYO Wisper – Local voice-to-text for macOS (WhisperKit, open source)

https://github.com/Aiyo28/aiyo-wisper
1•Aiyo28•32m ago•0 comments

What We Learned Building a Rust Runtime for TypeScript

https://encore.dev/blog/rust-runtime
2•vinhnx•34m ago•0 comments

Rust terminal projects in 3 years

https://blog.orhun.dev/800-rust-projects/
1•vinhnx•34m ago•0 comments

How AI Is Reimagining the Game of Golf–For Both Players and Courses

https://www.wsj.com/sports/golf/ai-in-golf-technology-impact-4122d0e1
2•thm•36m ago•0 comments

The tragedy of leisure

https://www.ft.com/content/b91b739e-2164-463c-a8e0-54b59650a9f9
2•pramodbiligiri•45m ago•0 comments

State of Utopia passes its first law

https://stateofutopia.com/laws/1/law1.html
1•logicallee•45m ago•2 comments

EU fingerprint and photo travel rules come into force

https://www.bbc.co.uk/news/articles/c39rkpe8mj2o
3•zeristor•45m ago•0 comments

Umeshism

https://scottaaronson.blog/?p=40
2•yawboakye•46m ago•0 comments

Artemis II is competency porn

https://lizplank.substack.com/p/artemis-ii-is-competency-porn-and
2•jgrodziski•52m ago•0 comments

Why you need to replace your native macOS screenshot app?

https://snapkeep.webytes.net/
1•Mohamm6d•52m ago•1 comments

Automated Browser Testing with MCP

https://en.wikipedia.org/wiki/Test_automation
2•jacksonkasi•57m ago•0 comments

Kaze Emanuar: Illegal 3D Rendering Techniques (N64) [video]

https://www.youtube.com/watch?v=xIUkoUEMf_g
1•tnelsond4•1h ago•0 comments

Picasso's Guernica (Gigapixel)

https://guernica.museoreinasofia.es/gigapixel/#3/63.11/-120.59
2•guigar•1h ago•0 comments

Show HN: LSM Trees: MemTable, Compaction, and the Amplification Triangle [video]

https://www.youtube.com/watch?v=rOC7jkN748w
1•rcron•1h ago•0 comments

France's government is ditching Windows for Linux, says US tech a strategic risk

https://www.xda-developers.com/frances-government-ditching-windows-for-linux/
6•pabs3•1h ago•1 comments

Reverse Engineering File Format Steganography Chain of the TeamPCP Attack

https://husseinmuhaisen.com/blog/reverse-engineering-teampcp-telnyx-file-format-chain/
1•husseinmuhaisen•1h ago•1 comments

GazeFollow from Scratch

https://github.com/aldipiroli/GazeFollow_from_scratch/tree/main
2•tgnk2341•1h ago•0 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

2•bv_dev•11mo 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•11mo 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•11mo 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•11mo 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.