frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Recontextualizing Famous Quotes for Brand Slogan Generation

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

Poland Plans Social Media Ban for Kids in Challenge to US Tech

https://www.bloomberg.com/news/articles/2026-02-27/poland-plans-social-media-ban-for-kids-in-chal...
1•1vuio0pswjnm7•1m ago•0 comments

Show HN: A pure Python HTTP Library built on free-threaded Python

https://github.com/grandimam/barq
1•grandimam•1m ago•0 comments

I Was Tired of Juggling My Agents, So I Hired a Middle Manager

https://www.sawyerhood.com/blog/hired-a-middle-manager
1•sawyerjhood•1m ago•0 comments

The Problem with P(doom)

https://blog.cosmos-institute.org/p/not-even-wrong
1•alexicon_•1m ago•0 comments

Commit on Firefox repo: When an agent commits, don't add itself as author

https://github.com/mozilla-firefox/firefox/commit/71cc24b6a400dbd434e4df37087960d94b764791
1•thesdev•2m ago•0 comments

Malicious NPM Packages Use Pastebin Steganography to Deploy Credential Stealer

https://socket.dev/blog/stegabin-26-malicious-npm-packages-use-pastebin-steganography
1•feross•2m ago•0 comments

Trump orders federal agencies to stop using Anthropic AI tech 'immediately'

https://www.cnbc.com/2026/02/27/trump-anthropic-ai-pentagon.html
2•johnbarron•2m ago•0 comments

Show HN: Dynamic SVG Cards for Credly Badges in GitHub READMEs

https://github.com/ebenezer-isaac/credly-readme-stats
1•ebenezer-isaac•3m ago•0 comments

Innovation Could Make the Perfect Silicon Chip–and End Moore's Law

https://www.wsj.com/tech/silicon-chips-moores-law-photolithography-91b9ac4f
1•marc__1•4m ago•0 comments

Trump moves to blacklist Anthropic over AI fight with Pentagon

https://www.axios.com/2026/02/27/anthropic-pentagon-supply-chain-risk-claude
6•jaz•5m ago•0 comments

BYOC, the Hard Parts

https://twitter.com/sharkymark123/status/2027487122362442146
1•realsharkymark•6m ago•0 comments

When to Use DNS Load Balancing (and When Not To)

https://singh-sanjay.com/2026/02/24/when-dns-load-balancing-is-not-enough.html
1•singhsanjay12•7m ago•1 comments

Global Intelligence Crisis

https://www.citadelsecurities.com/news-and-insights/2026-global-intelligence-crisis/
1•rafaelc•7m ago•0 comments

Could a vaccine prevent dementia? Shingles shot data only getting stronger

https://arstechnica.com/health/2026/02/could-a-vaccine-prevent-dementia-shingles-shot-data-only-g...
2•rafaelc•9m ago•0 comments

I built a calorie tracker that replaces food databases with plain text input

https://apps.apple.com/us/app/fud-ai-calorie-tracker/id6758935726
1•apoorvdarshan•9m ago•1 comments

Ask HN: How does training an AI on another AI actually work?

2•timonpimba•11m ago•0 comments

If you love China so much, move there instead of trying to turn America into it

https://twitter.com/i/status/2027411635594498423
1•bundie•12m ago•1 comments

I Built an Open-Source AI Agent That Builds Its Own Tools

https://github.com/elophanto/EloPhantoShowHN:I%27mEloPhanto,anopen-sourceAIagentthatrunslocallyon...
1•elophanto_agent•15m ago•0 comments

Show HN: Swarmit – Long-term planning for AI agents

https://github.com/zeapo/swarmit
1•zeapo•18m ago•1 comments

Edward L. Deci, 83, Dies; Founder of Self-Determination..

https://www.nytimes.com/2026/02/26/science/edward-l-deci-dead.html
1•paulpauper•18m ago•1 comments

Show HN: Mac hardware toys – pipe your accelerometer into your keyboard lights

https://github.com/pirate/mac-hardware-toys
2•nikisweeting•18m ago•1 comments

Realtime Prompting Guide

https://developers.openai.com/cookbook/examples/realtime_prompting_guide/
1•gmays•18m ago•0 comments

Cybernetic Theory of Storytelling

https://theanimeelitist.substack.com/p/cybernetic-theory-of-storytelling
1•paulpauper•19m ago•0 comments

OpenAI Finalizes $110B Funding at $730B Value

https://finance.yahoo.com/news/openai-finalizes-110-billion-funding-140844413.html
3•paulpauper•21m ago•0 comments

NASA lost a lunar spacecraft after launch. A new report details what went wrong

https://www.npr.org/2026/02/26/nx-s1-5727622/nasa-lunar-trailblazer-moon-new-report-what-went-wrong
2•bryan0•22m ago•0 comments

Show HN: Track hedge fund 13F holdings via SEC EDGAR API

https://github.com/dapdevsoftware/edgar-python
1•dapdev•22m ago•0 comments

Scientists Are Setting Off Earthquakes. On Purpose

https://www.popularmechanics.com/science/environment/a70440758/underground-lab-earthquake/
1•markoph•22m ago•0 comments

TaskForge – immutable, orchiestration for OpenClaw bots

https://github.com/romanklis/openclaw-contained
1•roman_klis•23m ago•0 comments

AI found 12 OpenSSL zero-days

https://www.lesswrong.com/posts/7aJwgbMEiKq5egQbd/ai-found-12-of-12-openssl-zero-days-while-curl-...
3•theptip•23m ago•0 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

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