frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pentagon says the public can draw its own conclusions on UFOs

https://apnews.com/article/trump-ufos-uap-aliens-pentagon-records-investigation-3e658d2cf37424651...
1•geox•1m ago•0 comments

Show HN: Wi.kifa.st

https://wi.kifa.st/
1•jasoncartwright•3m ago•0 comments

Why scheduled VM shutdowns in Azure become harder than they look

https://www.cloudtoggle.com/blog-en/azure-start-stop-alternative/
1•dwitherden•3m ago•0 comments

Movie poster artist Tony Stella dies

https://mixnmojo.com/news/Movie-poster-artist-Tony-Stella-dies
1•LaSombra•3m ago•0 comments

Plasticity and language in the anaesthetized human hippocampus

https://www.nature.com/articles/s41586-026-10448-0
1•bookofjoe•4m ago•0 comments

UFO Release 1: Presidential Unsealing and Reporting System for UAP Encounters

https://www.war.gov/UFO/#release
1•thinkingemote•5m ago•0 comments

How LLM Inference Works

https://twitter.com/akshay_pachaar/status/2050941458614751327
1•gmays•8m ago•0 comments

The $50B Layer Sitting on Top of Salesforce That Nobody's Built Yet

https://revkit.ai/
1•TaylorGr•9m ago•1 comments

First async A2A framework, needs someone who cares

https://github.com/GiulioSurya/Obelix
2•GiulioSurya•10m ago•1 comments

Ask HN: Which memory systems are you using in your agents?

3•dennisy•10m ago•0 comments

A Context Editor Is All Codex Needs

https://github.com/HaShiShark/context-editor-agent
1•HaShiShark•10m ago•0 comments

The Boring Part of Bell Labs

https://acesounderglass.com/2025/11/15/the-boring-part-of-bell-labs/
1•surprisetalk•12m ago•0 comments

Robot Monk at a Buddhist Temple in South Korea

https://www.smithsonianmag.com/smart-news/meet-gabi-the-new-robot-monk-at-a-buddhist-temple-in-so...
1•andsoitis•13m ago•0 comments

Show HN: Crit – local review tool for agent plans and code diffs

https://crit.md/
5•tomasz-tomczyk•15m ago•2 comments

Space: Large difference in efficiency between what was possible & what was done

https://twitter.com/ID_AA_Carmack/status/2052486841174049113
1•tosh•17m ago•0 comments

Phishing Arena – multi-agent LLM tournament to study adversarial email security

https://github.com/Krabby24/phishing-arena
1•krabby24•18m ago•0 comments

Let's Standardize the 1970 Epoch

https://github.com/billpg/1970EpochalTime/
3•billpg•21m ago•0 comments

Git LFS server with affordable storage

https://github.com/unknwon/git-lfs-server
2•joe2010xtmf•22m ago•0 comments

US Adds 115,000 Jobs in April

https://www.ft.com/content/245e5c30-0a0b-43cd-b4b5-13f023c0b42d
2•alephnerd•22m ago•0 comments

InMusic will acquire Native Instruments, as NI joins brands from Akai to Moog

https://cdm.link/inmusic-will-acquire-native-instruments/
1•robenkleene•22m ago•0 comments

We're mapping the global peptide market

https://peptel.co/
2•mattg_•25m ago•0 comments

What Is an AI Control Plane

https://www.speakeasy.com/resources/ai-control-plane
1•ritzaco•25m ago•0 comments

SocialCrawl – search what people are saying across Reddit, X, TikTok, and 25

https://www.socialcrawl.dev
2•vaaselene•26m ago•0 comments

The human cost of unsafe abortions

https://ourworldindata.org/the-human-cost-of-unsafe-abortions
2•surprisetalk•27m ago•0 comments

Omerbenamram/mft: A parser for the MFT (Master File Table) format

https://github.com/omerbenamram/mft
1•ankitg12•30m ago•0 comments

HST – shape mapping via one eigenfunction, +42% ZoomOut, +52% FMaps

https://github.com/sel8888/harmonic-shape-transform-2026-koncept
1•sel8888•30m ago•0 comments

The terminal is still the integration point: why I built Workdash

https://amolnotes.substack.com/p/the-terminal-is-still-the-integration
1•amol-•32m ago•1 comments

Show HN: An agent that tunes its own cache

5•kaliades•32m ago•0 comments

Cargo Cult Bureaucracy

https://graphthinking.blogspot.com/2026/05/cargo-cult-bureaucracy.html
1•physicsgraph•33m ago•0 comments

Claude Says No

https://wadetregaskis.com/claude-says-no/
1•colejohnson66•34m 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.