frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

TurnBench – a turn-taking benchmark for spoken conversation

https://turnbench.sesame.com
2•freemanjiang•1m ago•0 comments

China's daily AI token usage tops 500T as compute demand grows

https://technode.com/2026/08/28/chinas-daily-ai-token-usage-tops-500-trillion-as-compute-demand-g...
1•yogthos•1m ago•0 comments

Show HN: Nexora – Custom Automation and Data Pipeline Showcases

https://nexora-digital-rust.vercel.app/
1•a1yu•2m ago•0 comments

How do newly released 3D images explain the Gyirong mudslide?

https://news.cgtn.com/news/2026-08-28/3D-imagery-reveals-path-and-causes-of-Xizang-s-Gyirong-muds...
1•dredmorbius•2m ago•0 comments

Delivering Vera: Nvidia's First CPU Built for Agents Is Shipping Now

https://blogs.nvidia.com/blog/vera-cpu-delivery/
1•bcaulfield•2m ago•0 comments

The Uninvited Guest Who Crashed Our Family Vacation: My Mom's AI Chatbot

https://www.wsj.com/tech/ai/claude-family-ai-chatbot-vacation-boomers-b6b7b25e
2•bcaulfield•5m ago•0 comments

Police officer arrested after tracking ex-girlfriend on Flock over 2k times

https://www.cnn.com/2026/08/26/us/flock-kentucky-police-officer-arrest
1•cocacola1•7m ago•0 comments

PhoneLLM Alpha 1: Open-weight LLM for voice agent use cases

https://www.daily.co/blog/announcing-pipecat-phonellm-alpha-1/
1•tash_2s•10m ago•0 comments

Polytoken Is an AI Harness

https://polytoken.dev/
1•droidjj•11m ago•0 comments

Metriport (S22) raises $26M to give clinicians insight into any patient question

https://www.metriport.com/blog/metriport-series-a
5•dgoncharov•12m ago•0 comments

Chatgpt.com is down – all signups and logins are down as of

https://status.openai.com/incidents/01M0E7K87VJNMGW0QTMHPEQQ39
1•kyisaiah47•13m ago•0 comments

Omarchy Desktops on Cua Cloud Fleets

https://cua.ai/docs/how-to-guides/sandbox/run-omarchy-on-cloud-fleet
2•frabonacci•16m ago•0 comments

RL fries the models' brains on complex domains

https://jagilley.github.io/rl-is-not-enough.html
1•threevox•19m ago•0 comments

New AI tech considered to tackle wrong-way driving

https://www.rte.ie/news/ireland/2026/0828/1589622-ai-motorways/
1•austinallegro•19m ago•0 comments

DHS Proposal to eliminate 60 day grace period for H1B

https://news.bloomberglaw.com/daily-labor-report/h-1b-workers-to-lose-grace-period-in-white-house...
1•laxmena•20m ago•0 comments

A Deep Dive into LDS Optimizations on AMD Instinct MI450 GPUs

https://rocm.blogs.amd.com/software-tools-optimization/mi450-lds-optimization/README.html
1•ks6g10•20m ago•0 comments

I tested 47 news outlets: 16 block AI fact-checkers, incl. Reuters, WSJ and NYT

https://korniienko.dev/blog/news-outlets-ai-cannot-read/
1•skorniienko•21m ago•0 comments

Meet.hn

https://meet.hn/
1•janalsncm•23m ago•0 comments

Why Germany's military is betting on gamers

https://www.dw.com/en/why-germanys-military-is-betting-on-gamers/a-78536462
1•theanonymousone•25m ago•1 comments

Cut the spin. Read the facts. Suspicious of a headline? Check it

https://apps.apple.com/us/app/rubbish-talk-news/id6797190131
1•Mr_Kobayashi•26m ago•0 comments

GLM5.3 unsloth GGUFs are now up

https://huggingface.co/unsloth/GLM-5.3-GGUF
1•walrus01•30m ago•1 comments

Show HN: Colrows – Compile natural language to governed SQL instead of guessing

https://colrows.com/
1•Colrows•32m ago•0 comments

Show HN: AI Shipcheck – know if your AI-built app is ready to ship

https://github.com/sinceaihq/ai-shipcheck
1•rikulauttia•32m ago•0 comments

Project Scorpions – Hurricane Tracker

https://project-scorpions.net/
1•iccananea•32m ago•1 comments

Show HN: Agentify Chat – E2E-Encrypted Remote Chat for Codex, Claude, Grok CLIs

1•agentifysh•33m ago•0 comments

Show HN: Agentctl – Terraform for your agent harnesses

https://github.com/RomanVolkov/agentctl
1•roman-volkov•35m ago•1 comments

Postgres SELECT DISTINCT does not scale

https://www.dbos.dev/blog/postgres-select-distinct-does-not-scale
1•KraftyOne•35m ago•0 comments

Service Discontinued

https://twitterwebviewer.com/?rev=1
1•dredmorbius•35m ago•3 comments

ThingLoom – Build and verify ESP32 IoT projects from one prompt

https://github.com/emqx/thing-loom
1•eds_k•36m ago•0 comments

For self-learning LLMs, governance needs to improve

https://rakuensoftware.com/blog/aimee-recursive-self-learning
1•jbailes•37m ago•1 comments
Open in hackernews

Ask HN: AI writes better code than me. How to keep my identity?

5•jdw64•1h ago
Nowadays, almost everyone codes with AI, right? I am a freelancer, and the entire market is now setting deadlines based on AI-assisted coding speeds. If you don't use AI, you simply cannot meet the deadlines. Because of this, I completely transitioned to AI-driven coding at the beginning of this year (starting around GPT-5.3).

It's not that AI coding isn't fun. It is. But in the beginning, there were still many things AI couldn't do well. The community focus was on "Harness Engineering," attaching MCPs, or deep Prompt Engineering. I actually built and used quite a few custom AI tools during that phase.

In the past, you had to provide not just your intent and direction, but also detailed, step-by-step instructions to reach that goal. Lately, though, even if you skip the detailed instructions, both Claude and GPT-5.6 handle it perfectly. You don't even have to agonize over which model to use. "Graph engineering" is currently trending, but it seems the models have already learned those patterns natively—if you establish a high-level plan with them, they automatically embed the execution policies into it. Whenever I try to learn and apply a new AI engineering technique, the next model update already does it out of the box, making the effort feel pointless.

The real problem is that AI is now too good. It applies ADT patterns, immutability, Option/Maybe, Result patterns, functional programming patterns, monadic chaining, and architectural structures like MVC, MVVM, MVI, and Hexagonal architectures far better than I can. It's heavily demotivating.

All those years I spent memorizing GoF patterns, slowly applying them to my work, and tweaking them into my own style—it all feels meaningless now.

Honestly, the vast majority of freelance work revolves around simple CRUD apps. Sure, there is domain knowledge to memorize, but when it comes to structuring CRUD, using functional techniques for error and value handling, or writing boundary tests, AI is just far more meticulous and capable than I am.

It even feels like AI is better at domain modeling. I try to hypnotize myself into believing I'm still necessary, but realistically, I don't work in Big Tech. I'm a programmer who mostly assembles business logic on top of existing frameworks, and the truth is, AI does my job better. And faster. I don't think I can deny it anymore.

Top-tier developers might still outperform AI, but for the vast majority of us, including myself, that is no longer the reality. To write the kind of code AI generates, I used to have to keep documentation open on a second monitor, think deeply, and constantly Google better approaches. AI just generates it instantly, making my past efforts feel obsolete.

When AI writes better code than I do, how am I supposed to maintain my motivation and identity? I would especially love to hear from other freelance developers. With market deadlines getting tighter and tighter because of AI, how are you handling this transition?

Again, it's not that AI "vibe coding" isn't fun. It is. But entirely separate from that, the stark realization that I am losing my competitive edge is making me increasingly depressed.

Comments

minimaxir•59m ago
Writing code is only one part of software engineering. Making good engineering decisions is the other, and LLMs aren't optimal at that...yet.
diavelguru•57m ago
How long have you been working in this field? I ask as if you have numerous years you already know your worth and value irrespective of AI or any other system. If you are still questioning this it indicates to me that you are still in the process of finding yourself and are in the same boat many other folks are in - confronting the existencial crisis of identity as it pertains to work. I suggest do what is necessary to stay employed then on your own time write code by hand for personal or side projects. Be sure to not use AI and learn deployment, devops and infrastructure as much as is needed to be knowledgeable and able to speak to the technology. Then add that to your resume. Keep grinding.
insung3511•27m ago
The key to current AI-era software, IMO, is creating a new application and definition of how to maintain the product, which means how much of the code can be understood in terms of business logic and the real-world problem. They have already achieved code quality enough, they are going to absrub in development life style like people move from Sublime Text to VS Code, too, I think.