frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Un0rick: Open-source pulse echo ultrasound

https://www.opensourceimaging.org/project/un0rick/
1•jerlendds•27s ago•0 comments

Show HN: Uv-matrix – A tiny matrix runner for Python projects using Astral uv

https://github.com/atsuoishimoto/uv-matrix/
1•atsuoishimoto•2m ago•0 comments

Best Investments over the Last 100 Years? Almost All Are Tech Companies

https://www.nytimes.com/2026/06/26/business/apple-nvidia-tesla-spacex-stock-market-winners.html
1•petilon•3m ago•0 comments

Venetian Bridge Brawls in 17th and 18th Century Art

https://publicdomainreview.org/collection/venice-bridge-fights/
1•pepys•3m ago•0 comments

Alamo Drafthouse spent years banning phones. Now it requires them

https://slate.com/culture/2026/06/alamo-drafthouse-movie-theaters-near-me-food.html
1•hihihellohi•3m ago•0 comments

Show HN: OpenOrb – BYOK multi-AI council that shows its work

https://openorb.onrender.com
1•Gbalhara•4m ago•0 comments

Goodle – A Local Search Engine That Finds Text Inside Screenshots

https://github.com/RahulAloth/goodle
1•rahulaloth•5m ago•0 comments

All Roads Lead to Om

https://ma.tt/2026/06/om-forever/
1•speckx•7m ago•1 comments

The Demoralization of the White-Collar Worker – No One's Happy

https://nooneshappy.com/article/the-demoralization-of-the-white-collar-worker/
1•diebillionaires•8m ago•0 comments

IngrediCheck

https://www.ingredicheck.app/
1•fungeellc•8m ago•1 comments

Prompts in Manuscripts Exploit AI-Assisted Peer Review

https://cacm.acm.org/opinion/hidden-prompts-in-manuscripts-exploit-ai-assisted-peer-review/
1•adunk•8m ago•0 comments

Government Information Belongs to Everyone: Democracy's Library in 2026

https://blog.archive.org/2026/06/22/government-information-belongs-to-everyone-democracys-library...
1•toomuchtodo•10m ago•0 comments

A glitch in February of the year 0

https://28times.com/blog/2026-06-26-february-of-the-year-0
1•lukasgelbmann•11m ago•0 comments

No-Slop OSS, a checklist of contribution best practices when using AI (or not)

https://github.com/omkar-foss/noslop-oss
2•omkar-foss•11m ago•0 comments

Show HN: uvx ptn and give your agent full access to any system (dangerously)

https://pypi.org/project/ptn/
1•yxl448•12m ago•0 comments

Printable Wrist Rest System – ZSA Voyager – Zsa.io

https://www.zsa.io/voyager/wrist-rest-system?mc_cid=52feb8f1db&mc_eid=c352ca6cba
1•tortilla•14m ago•0 comments

Provisional Voice API Agents with Telnyx

https://github.com/team-telnyx/telnyx-code-examples/tree/main/provisional-telnyx-voice-api-agents...
1•anushathukral•14m ago•0 comments

A month of vibe-coding at 0.01x velocity

https://webesque.agency/blog/2026-06-19-llms.html
2•mhitza•14m ago•0 comments

Michael Milken's Spreadsheets: Computation and Charisma in Finance in the '80s

https://ieeexplore.ieee.org/document/9051785/
1•toomuchtodo•15m ago•1 comments

Benchmarking AI Gateways: GoModel vs. LiteLLM vs. Portkey vs. Bifrost

https://enterpilot.io/blog/benchmarking-ai-gateways-gomodel-litellm-portkey-bifrost-june-2026/
1•santiago-pl•16m ago•1 comments

Does using modulo (%) affect quality of randomness?

https://crypto.stackexchange.com/questions/22767/does-using-modulo-affect-quality-of-randomness
1•tosh•16m ago•0 comments

South Korea to Train All Active-Duty Soldiers to Operate Drones

https://www.wsj.com/world/asia/south-korea-to-train-all-active-duty-soldiers-to-operate-drones-28...
2•bookofjoe•16m ago•1 comments

Insert is a programming language for self-modifying code

https://github.com/uellenberg/Insert
1•trenchgun•17m ago•0 comments

Show HN: Keyway – Control your Mac from the keyboard

https://github.com/Njuhobby/keyway
2•njuhobby•18m ago•1 comments

Show HN: Lettered – a daily phrase puzzle game

https://lettered.io
1•ajhenrydev•18m ago•0 comments

A little bird told her: scientist wins $100k prize for decoding birdsong

https://www.theguardian.com/science/2026/jun/26/human-animal-communication-step-closer-scientist-...
1•Brajeshwar•19m ago•0 comments

Delete Doesn't Mean Deleted. Just Ask OpenAI

https://lindsaygross1.substack.com/p/delete-doesnt-mean-deleted-just-ask
1•herbertl•20m ago•0 comments

Explore+Anna's+Archive

https://annas-archive.is?aa_share=dkzcsggmtnt4rt1ehpy9r3yzkkaa8p8l&utm_source=share&utm_medium=ha...
2•constantanople•22m ago•0 comments

Israeli founder faces backlash on mobile OS launch

https://twitter.com/mil000/status/2070215925576728890
3•grandpajoey•24m ago•2 comments

Supalive, live queries for Postgres and MySQL

https://www.npmjs.com/package/@supalive/core
1•rebaz94•25m 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.