frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dither Kit: A Free Dithered Chart Package

https://www.tripwire.sh/dither-kit
1•grapplingdev•46s ago•0 comments

JPEG-XL Libjxl 0.12 Brings More Performance Optimizations

https://www.phoronix.com/news/JPEG-XL-libjxl-0.12
1•ksec•5m ago•0 comments

Frame money with value, not morality

https://herbertlui.net/frame-money-with-value-not-morality/
1•herbertl•6m ago•0 comments

Open Book Touch – open-source e-reader

https://www.crowdsupply.com/oddly-specific-objects/open-book-touch
1•philips•7m ago•0 comments

We Tested $200 GPT-5.6 Sol on PhD Level Math [video]

https://www.youtube.com/watch?v=SkXbTrpTD7E
1•Topfi•13m ago•0 comments

My AI Model Tier List for Mid-2026

https://taoofmac.com/space/blog/2026/07/11/1500
1•rcarmo•13m ago•0 comments

Last American polio survivor in an iron lung dies at 78

https://www.kron4.com/news/national/last-american-polio-survivor-in-an-iron-lung-dies-at-78/
1•speckx•14m ago•0 comments

Forced Clicks and Stand-Down Violations by Shopping Plugin Phia

https://www.benedelman.org/phia-forced-clicks/
1•randycupertino•15m ago•1 comments

Tropical forests facing increasing risks of exposure to critical temp thresholds

https://www.pnas.org/doi/10.1073/pnas.2528622123
2•littlexsparkee•18m ago•0 comments

I've created a Workspace Comparator, I hope you use it

https://github.com/angelahack1/WorkspaceComparator/releases/tag/v1.7.0
1•angelahack1•18m ago•1 comments

Zero Knowledge Tolstoyan Art

https://max-amb.github.io/blog/zero_knowledge_tolstoyan_art/
1•max-amb•19m ago•0 comments

The Tonnetz

https://guichaoua.gitlab.io/web-hexachord/
2•mci•21m ago•0 comments

Is there any verified/signed bot traffic?

https://sitedex.github.io/web-bot-auth-lint/
2•zeppelin_7•21m ago•1 comments

An educational lab of AI agent architectures

https://github.com/Rudnik-Ilia/Agents-Sandbox
1•ilia53•24m ago•0 comments

Hard Questions

https://www.anthropic.com/news/hard-questions
1•mrmarket•24m ago•0 comments

Humanity Wallpaper

https://www.youtube.com/watch?v=uc_D0djnL1g
1•mabios•24m ago•1 comments

Random auditory stimulation during sleep disturbs declarative memory

https://www.cell.com/iscience/fulltext/S2589-0042(26)01976-0?_returnURL=https%3A%2F%2Flinkinghub....
2•bookofjoe•25m ago•0 comments

Surveillance of Cyclosporiasis

https://www.cdc.gov/cyclosporiasis/php/surveillance/index.html
2•bookmtn•25m ago•1 comments

We scaled PgBouncer to 4x throughput

https://clickhouse.com/blog/pgbouncer-clickhouse-managed-postgres
24•saisrirampur•29m ago•0 comments

Ginzburg-Landau equation simulation with various symmetries

https://symmhub.github.io/SymmHub/apps/symsim/ginzburg_landau/index.html
1•snorbleck•29m ago•0 comments

Economic Data Viewer

https://mesmeron.com/econ
1•rorkney•29m ago•0 comments

The early History of the Singular Value Decomposition (1993) [pdf]

https://www.math.ucdavis.edu/~saito/courses/229A/stewart-svd.pdf
2•wolfi1•31m ago•0 comments

A better Twitter alternative for readers

https://norotfeed.com/
1•namadaza•31m ago•0 comments

Show HN: Aether – Run Claude Code, Codex, or OpenCode in devboxes you can watch

https://www.runaether.dev/
1•pranav100000•32m ago•0 comments

I made AI agents play diplomacy

https://github.com/brendenehlers/diplomacy-ai
1•behlers99•32m ago•0 comments

Show HN: HoverSource – From pixel to source file in one keystroke

https://loerei.github.io/HoverSource/
1•Loerei•32m ago•0 comments

How to build a circular LCD clock

https://blinry.org/lcd-clock/
1•birdculture•33m ago•0 comments

Show HN: Aerial – DIY Orchestration and Agent Messaging

https://dcdeniz.github.io/aerial/
2•dcdeniz•34m ago•1 comments

The Prover, the Skeptic, and the Judge

https://insertchaos.bearblog.dev/prover-skeptic-and-judge/
1•snorbleck•35m ago•0 comments

1000 Iterations Beats One Perfect Plan

https://blog.trevormil.com/iterations
1•trevormil•35m 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.