frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Code "Feature Request: Support Agents.md": Closed as Completed

https://github.com/anthropics/claude-code/issues/6235
1•deaux•3m ago•1 comments

HN: Draw.city – Daily geography game where you circle the target population [US]

https://draw.city/
1•NameError•3m ago•1 comments

how the internet makes us bad at watching stuff [video]

https://www.youtube.com/watch?v=Gqjb1DvjAnI
1•striking•9m ago•0 comments

A Structural Explanation of the Undecidability of the Halting Problem in TM

https://bfzhao.substack.com/p/a-structural-explanation-of-the-undecidability
1•bingfeng•10m ago•0 comments

Cursor earns AIUC-1 certification for agent security and reliability

https://cursor.com/blog/aiuc-1
1•dhruv3006•13m ago•0 comments

PawPause: Mac app that pauses the keyboard when your cat walks on it

https://miladsafarzadeh1.github.io/PawPause-mac/
1•LouisLazaris•14m ago•0 comments

Anthropic revenue jumps 14x to more than $11.5B in second quarter

https://www.bloomberg.com/news/articles/2026-08-14/anthropic-revenue-ahead-of-ipo-surges-over-14-...
1•ukuina•20m ago•0 comments

Ask HN: Claude Desktop Weird Behavior

1•ikeee•24m ago•0 comments

US Air Force jet engine manufacturing plagued by 'significant challenges'

https://www.militarytimes.com/industry/techwatch/2026/08/03/us-air-force-jet-engine-manufacturing...
2•toomuchtodo•25m ago•1 comments

AI Is Helping Patients Solve Medical Mysteries

https://www.wsj.com/health/ai-is-helping-patients-solve-medical-mysteries-3c2d7c25
1•toomuchtodo•28m ago•0 comments

Database-less link shortener and compressor

https://github.com/p2r3/ha.mr
1•rfarley04•29m ago•0 comments

Which countries have passed peak population?

https://ourworldindata.org/which-countries-have-already-passed-peak-population-and-when-will-the-...
1•soheilpro•32m ago•0 comments

Gmail might partially be to blame for receiving emails from other Sean Conners

https://boston.conman.org/2026/08/11.1
2•dmarto•32m ago•0 comments

A friend would not stop talking stocks; wrote stock program for engagement

https://store.amfile.org/product.php?id=prod_6a7f41d5b65770.11390317
2•pagetelegram•36m ago•1 comments

Level1Techs Can't Disprove Google's GDPR AI Studio Violation

https://forum.level1techs.com/t/google-illegally-retains-customer-data-and-i-am-taking-legal-acti...
2•Bitu79•40m ago•0 comments

Open Source App for HT203U Thermal Camera (USB-C)

https://github.com/cfbird/HT203U-Thermal
1•Ruthalas•42m ago•0 comments

LabLLM – Train a small language model from scratch on Apple Silicon

https://github.com/Greninja9257/LabLLM
1•Developer1924•44m ago•0 comments

GIMP Development Update

https://www.gimp.org/news/2026/08/16/dev-update-august-2026/
1•lumpa•45m ago•0 comments

Organ donation service decertified after attempting to take organs

https://doi.org/10.1136/bmj-2026-100578
1•sbulaev•47m ago•0 comments

Design of the HTTPS Layer for AI Governance

https://zenodo.org/records/21967859
1•sangamdas1982•47m ago•0 comments

old.reddit.com Now Requires a Login

5•chucksmash•53m ago•2 comments

Show HN: LinXiv v0.4.0; paper manager now using n0's iroh for P2P collaboration

https://github.com/linxiv-dev/linXiv
1•jeuribe•58m ago•2 comments

Talent Distribution

https://microcapclub.com/talent-distribution/
1•gmays•58m ago•0 comments

Strong Gravitational Lensing and Microlensing of Supernovae

https://infoscience.epfl.ch/entities/publication/644cad8a-6c9b-4b02-bcf3-b8b6e8c614c5
2•andsoitis•58m ago•0 comments

God Save the Red Queen Competition in Co-Evolutionary Robotics (1997)

https://infoscience.epfl.ch/entities/publication/a65d0679-6855-4be6-adf4-6c8288092357
1•andsoitis•1h ago•0 comments

Webcat: A tamper-evident seal for the open web

https://freedom.press/tech/news/webcat-a-tamper-evident-seal-for-the-open-web/
2•instagraham•1h ago•0 comments

Job search tracker with real response-rate analytics

https://trackmyjob.app/
1•adamhutson•1h ago•0 comments

We turned off Pub/Sub and nobody noticed

https://incident.io/blog/we-turned-off-pub-sub-and-nobody-noticed
1•JustSkyfall•1h ago•0 comments

Ask HN: How do you keep track of all your codex/Claude sessions?

1•lasky•1h ago•1 comments

If Meta loses this trial, Instagram and Facebook could change forever

https://www.bbc.com/news/articles/clyqpx6xk69o
7•tartoran•1h 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.