frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The UX Research Methodology subway map trap

https://www.reddit.com/r/UXDesign/comments/1wercj5/the_ux_research_methodology_subway_map_trap/
1•s4074433•31s ago•1 comments

Open the Frontier

https://twitter.com/jack/status/2099649359017046048
1•doppp•5m ago•0 comments

VoiceStudio – local open-source ElevenLabs alternative

https://github.com/debpalash/VoiceStudio
3•iamsyr•6m ago•0 comments

OpenDisplay – open-source Sidecar for Mac to iPhone/iPad

https://github.com/peetzweg/opendisplay
2•iamsyr•7m ago•0 comments

Nicobo robot companion: less than a tool, more than a toy

https://www.nippon.com/en/japan-topics/g02619/
1•anigbrowl•13m ago•0 comments

Mapping Medieval Merv

https://www.sidestone.com/books/mapping-medieval-merv
1•zeristor•13m ago•0 comments

Duplex Cue: Does a voice agent adapt while speaking?

https://besimple.ai/blogs/duplex-cue/
1•matt_d•16m ago•0 comments

Jellyfin v12.0 Release

https://github.com/jellyfin/jellyfin/releases/tag/v12.0
3•jdironman•16m ago•0 comments

Nvidia Unveils RTX Pro 5500 Blackwell Workstation Edition GPU

https://www.nvidia.com/en-gb/products/workstations/professional-desktop-gpus/rtx-pro-5500/
2•pelcg•21m ago•0 comments

Microsoft removes the COPILOT function from Excel

https://support.microsoft.com/en-us/excel/functions/copilot-function
3•fourfire•22m ago•1 comments

US military reveals it has weapons in space

https://www.ft.com/content/09d62f21-8697-4518-bca0-3699b4dd866c
7•JumpCrisscross•26m ago•3 comments

The Engineer/Manager Pendulum (2017)

https://charity.wtf/p/the-engineer-manager-pendulum
3•vismit2000•31m ago•0 comments

Tacit Knowledge and AI

https://cacm.acm.org/opinion/tacit-knowledge-and-ai/
1•7402•32m ago•0 comments

U.S. has deployed first space-based weapon, Air Force secretary says

https://www.washingtonpost.com/national-security/2026/09/14/us-has-deployed-first-space-based-wea...
2•reaperducer•35m ago•0 comments

Stop Re-Fetching: A Caching Layer to Reduce Ethereum RPC Costs

https://nodecache.dev/blog/stop-re-fetching-a-caching-layer-to-reduce-ethereum-rpc-costs-oGtnS6/
1•oculix-official•38m ago•0 comments

Soap Film Between Two Equal and Parallel Rings

https://demonstrations.wolfram.com/SoapFilmBetweenTwoEqualAndParallelRings/
2•vismit2000•39m ago•0 comments

Automating Your "Markdown to static site"

https://docpatch.dev/blog/automating-your-markdown-to-static-site-workflow-no-more-manual-reforma...
3•oculix-official•41m ago•0 comments

Mergiraf: A Syntax-Aware Git Merge Driver for Various Languages and Formats

https://codeberg.org/mergiraf/mergiraf
3•birdculture•43m ago•0 comments

Marden's Theorem

https://en.wikipedia.org/wiki/Marden%27s_theorem
1•vismit2000•45m ago•0 comments

Show HN: SuperOpt – Linux Shortcuts on Mac

https://logonoff.co/superopt/
1•logonoff•47m ago•0 comments

NBC News Airs Interview with AI-Generated Actress

https://www.mediaite.com/media/tv/how-bizarre-is-this-nbc-news-airs-interview-with-ai-generated-a...
3•pseudolus•51m ago•0 comments

LeanDB: A strongly typed SQL Front end

https://theoric.com/blog/leandb_a_strongly_typed_sql_frontend/
3•matt_d•52m ago•0 comments

Ex-FTC boss Khan: break out the handcuffs for AI CEOs, citing 1934 precedent

https://www.theregister.com/ai-and-ml/2026/09/14/ex-ftc-boss-khan-urges-uncle-sam-to-break-out-th...
9•throwworhtthrow•52m ago•1 comments

It_is_easy_to_critique

https://snafu.sh/it_is_easy_to_critique/
1•mikhail-ramirez•53m ago•0 comments

Terminal Guide: Discover CLI tools that make work faster and more enjoyable

https://www.terminal.guide/tools/
3•sea-gold•54m ago•0 comments

Prosecutors say man used AI to 'scrape' court website, asked it for legal help

https://www.abc.net.au/news/2026-09-10/christopher-duff-to-stand-trial-over-nsw-ai-court-data-bre...
5•droidjj•59m ago•0 comments

It's the Screens, Stupid

https://alexanderhthompson.substack.com/p/its-the-screens-stupid
4•paulpauper•1h ago•0 comments

U.S. military admits it has weapons in orbit

https://www.twz.com/space/u-s-admits-it-has-weapons-in-orbit
14•riordan•1h ago•3 comments

Taking the possibility of failure as seriously as the promise of success

https://mouse.dev/blog/rational-awareness/
2•Bluestein•1h ago•0 comments

AI, Redistribution, and the Size of the Pie

https://marginalrevolution.com/marginalrevolution/2026/09/ai-redistribution-and-the-size-of-the-p...
7•paulpauper•1h ago•1 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.