frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Oracle Gives Corporate Bankers AI Coworkers

https://www.siliconsnark.com/oracle-gives-corporate-bankers-ai-coworkers-because-200-page-loan-pd...
1•SaaSasaurus•1m ago•0 comments

Zuver – Build your enterprise Agents with just 10MB RAM

1•synasties•2m ago•0 comments

Built agents and desktop app to work from local files and folders

https://old.reddit.com/r/ubikstudio/comments/1slf51y/file_explorer_update_browse_interact_and_ana...
1•ieuanking•2m ago•0 comments

Why reviewing code doesn't mean understanding it

https://vibinex.com/blog/engineering/hidden-cost-understanding-code-changes
2•avikalp•3m ago•0 comments

Learnability and Privacy Vulnerability Are Entangled in a Few Critical Weights

https://arxiv.org/abs/2603.13186
1•PaulHoule•4m ago•0 comments

Hypequery – Type-safe ClickHouse queries that work across your back end

https://github.com/hypequery/hypequery
1•lureilly1•5m ago•1 comments

We made compliance violations compiler errors, not audit findings

https://www.forklaunch.com/docs/compliance/overview
2•rohinbharg•5m ago•0 comments

Ask HN: What's your favorite security cam system?

1•SunshineTheCat•6m ago•0 comments

All your writing tools in one place

https://www.makethisclear.com/
2•Benjooo•8m ago•0 comments

Agentic coding at enterprise scale demands spec-driven development

https://venturebeat.com/orchestration/agentic-coding-at-enterprise-scale-demands-spec-driven-deve...
2•nslog•8m ago•0 comments

GLP-1 medicine improves liver health independent of weight loss

https://medicalxpress.com/news/2026-04-glp-medicine-liver-health-independent.html
1•geox•9m ago•0 comments

'This is a Witch Hunt': Poker World Rallies Behind the Lodge After $2M Seizure

https://www.pokernews.com/news/2026/04/texas-poker-room-witch-hunt-lodge-card-club-51027.htm
1•indigodaddy•9m ago•0 comments

ProductHunt Botched Our Launch

https://m-ric.com/blog/how-producthunt-botched-our-launch/
3•aubanel•9m ago•0 comments

OpenAI's internal memo about beating the competition

https://www.theverge.com/ai-artificial-intelligence/911118/openai-memo-cro-ai-competition-anthropic
1•jatins•10m ago•1 comments

Show HN: ClaudeMap – Google Maps for your codebase, runs as a Claude Code skill

https://github.com/QuinnAho/claudemap
1•Quinnaho•11m ago•0 comments

Loonies for Loongsons

https://www.leadedsolder.com/2026/04/14/loongson-ls3a5000-debian-linux.html
1•zdw•12m ago•0 comments

Critically Endangered Crafts in the UK

https://heritagecrafts.org.uk/categories-of-risk/
1•danhon•13m ago•0 comments

AI Browser Agent Leaderboard

https://leaderboard.steel.dev/
2•p0deje•13m ago•0 comments

Show HN: Hacienda-CLI – CLI to reconcile Spanish tax returns with the tax agency

https://github.com/jatorre/hacienda-cli
1•jatorre•14m ago•0 comments

PyCon US 2026: Why we're asking you to think about your hotel reservation

https://pyfound.blogspot.com/2026/04/pycon-us-2026-hotels.html
1•alibarber•15m ago•0 comments

Turn your best AI prompts into one-click tools in Chrome

https://blog.google/products-and-platforms/products/chrome/skills-in-chrome/
1•xnx•17m ago•0 comments

NYC to open municipal grocery store in 2027

https://www.grocerydive.com/news/new-york-city-owned-grocery-store-manhattan-mamdani/817381/
2•DarkContinent•17m ago•0 comments

Google App Available for Windows

https://blog.google/products-and-platforms/products/search/google-apps-windows-english/
2•pentagrama•19m ago•0 comments

Modifying FileZilla to Workaround Bambu 3D Printer's FTP Issue

https://lantian.pub/en/article/modify-computer/modify-filezilla-workaround-bambu-3d-printer-ftp-i...
2•speckx•20m ago•0 comments

All your Claude Code pain in 40 seconds [video]

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

MDN ditches React for web components in front end rebuild

https://developer.mozilla.org/en-US/blog/mdn-front-end-deep-dive/
4•damethos•22m ago•0 comments

NASA's Moon Base architecture plan [pdf]

https://www.nasa.gov/wp-content/uploads/2026/04/moon-base-architecture-users-guide.pdf
2•jonbaer•22m ago•0 comments

The Download: the state of AI, and protecting bears with drones

https://www.technologyreview.com/2026/04/14/1135847/the-download-state-of-ai-drones-protecting-be...
1•joozio•22m ago•0 comments

Taste Was Always the Job

https://wensenwu.com/thoughts/taste-is-the-job
3•matmult•23m ago•0 comments

Finding a parabola through two points with given slopes

https://www.johndcook.com/blog/2026/04/14/artz-parabola/
1•ibobev•23m 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.