frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

They bought an SF laundromat for passive income. Then problems

https://www.sfgate.com/local/article/the-laundry-hub-sf-22063097.php
1•paulpauper•50s ago•0 comments

How to Find Your Personal Optimal Diet

https://www.exfatloss.com/p/how-to-find-your-personal-optimal
1•paulpauper•1m ago•0 comments

Show HN: Unlisted – Daily job alerts from 30 low-competition sources

https://unlisted.shelter.money
1•dreamsandcode•1m ago•0 comments

Toyota CEO Warns Top Suppliers: 'Unless Things Change, We Will Not Survive'

https://www.autonews.com/toyota/an-toyota-suppliers-koji-sato-kenta-kon-warning-boost-productivit...
1•ilamont•1m ago•1 comments

Bypassing the DOM to Mathematically Deep-Fry MP4s and Images (Rust/WASM)

https://theglitch.ing/
1•helba-ai•3m ago•0 comments

Why Socializing Loses to Alcohol in Addiction

https://neurosciencenews.com/alcohol-bias-anterior-insula-30223/
1•gnabgib•4m ago•0 comments

Show HN: DeepRepo – AI architecture diagrams from GitHub repos

https://deeprepo.dev
2•uwais12•4m ago•0 comments

Ahead of Its Mega-IPO, SpaceX Reminds Investors Disruption Is Coming

https://www.barrons.com/articles/mega-ipo-elon-muskspacex-disruption-spectrum-abe285a6?mod=goog_f...
1•gmays•8m ago•0 comments

Ask HN: Settings.json is an insane design choice for OpenClaw?

2•tpurves•8m ago•0 comments

Monaspace 1.400 introduces support for Cyrillic, Greek, and Vietnamese

https://github.com/githubnext/monaspace/releases/tag/v1.400
1•harmonics•8m ago•0 comments

UEdu – Student writing mental health signals with 40 psycholinguistic features

https://github.com/harold-wang-dev/uedu
1•ueduvan•11m ago•0 comments

ChatGPT, Claude, Gemini, and Grok are all bad at crediting news outlets

https://www.niemanlab.org/2026/03/chatgpt-claude-gemini-and-grok-are-all-bad-at-crediting-news-ou...
1•PretzelFisch•16m ago•0 comments

AI Is Not About to Become Sentient

https://quillette.com/2026/03/27/ai-is-not-about-to-become-sentient-moltbook-openclaw/
5•measurablefunc•17m ago•0 comments

Legacy PC design misery (2009)

https://mjg59.livejournal.com/118098.html
3•birdculture•19m ago•1 comments

Show HN: I made a free list of 100 places to promote your SaaS

https://launchdirectories.com
2•rosennn•19m ago•0 comments

Show HN: AgentLens – Chrome DevTools for AI Agents (open-source, self-hosted)

https://github.com/tranhoangtu-it/agentlens
1•tranhoangtu•19m ago•0 comments

I built a tool to prove you don't need a GPU upgrade

https://best-gpu.com/upgrade.php
1•Nebyl•20m ago•1 comments

Spatial Audio Notifications for Multi Window Claude Code –> Claudio

https://github.com/FlorisFok/Claudio
2•FlorisFok•27m ago•1 comments

The Augmentation of Doug Engelbart

https://www.youtube.com/watch?v=_7ZtISeGyCY
1•larve•29m ago•0 comments

The Mind Layer: Minds, Not Brains

https://metaversus.substack.com/p/level-13-the-mind-layer
1•ryanfoo•29m ago•0 comments

Show HN: Timezone App – Visual meeting scheduler for distributed teams

https://timezoneapp.co/
3•choogi•31m ago•0 comments

100% Interception of Multi-Turn Jailbreaks on GPT-4o-Mini and Gemini

https://zenodo.org/records/19314889
1•mthree•34m ago•0 comments

AI software for smart glasses wins £1M prize for helping people with dementia

https://www.theguardian.com/society/2026/mar/18/ai-smart-glasses-1m-prize-technology-dementia
5•ohjeez•35m ago•0 comments

Show HN: TNTStack – Monorepo template for cross-platform apps (Tauri+Next.js)

https://tntstack.odest.dev/en
1•odest•35m ago•1 comments

Stripe withheld $85,000 from our EU platform – no legal basis given

7•MelkerWendelbo•35m ago•3 comments

Show HN: In-Browser Video Calls

https://just-call.app/
1•ddoronin•36m ago•0 comments

Did the obesity epidemic start with sugar? Or start with vitamins?

https://twitter.com/CraigBrockie/status/2038288653781438909
1•bilsbie•39m ago•0 comments

An open-source tool for designing homes using AI

https://github.com/bayllama/homemaker
2•graphllama•48m ago•0 comments

Cc-budget – Know your Claude Code budget before you hit the wall

https://github.com/boyand/cc-budget
1•nathariel_•50m ago•0 comments

C++26 is done ISO C++ standards meeting, Trip Report

https://herbsutter.com/2026/03/29/c26-is-done-trip-report-march-2026-iso-c-standards-meeting-lond...
26•pjmlp•51m ago•3 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

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