frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Race to bottom in Indias voice AI market (0.15 cents/min)

https://twitter.com/rajananandan/status/2092952143078490550
1•kinj28•54s ago•0 comments

PyDPainter: A usable pixel art program written in Python

https://pydpainter.org/
1•doener•1m ago•0 comments

Show HN: Hybrids – a daily flower logic puzzle

https://hybrids.rudyp.dev
1•rudyp_dev•2m ago•0 comments

What's the best way to label speakers in a transcript? I measured every option

https://lyonesse.app/blog/speaker-diarization-benchmark.html
1•get-inscribe•4m ago•0 comments

Show HN: Nos4.fun – A functional iOS 4 recreation in the browser

https://github.com/1etu/nos4
2•1etu•5m ago•0 comments

Show HN: A dedicated hub to find, test, and serve LLM adapters

https://aptai.dev
1•ab613•5m ago•0 comments

Show HN: Decispher – persistent engineering context and memory for coding agents

5•iamalizaidi•6m ago•0 comments

For a Thirsty American West, It's Either Cows or Humans

https://www.bloomberg.com/opinion/articles/2026-08-31/colorado-river-cuts-will-force-southwest-to...
1•littlexsparkee•7m ago•1 comments

EU Commission Designates ChatGPT, Reddit and Roblox Under the DSA

https://digital-strategy.ec.europa.eu/en/news/commission-designates-chatgpt-reddit-roblox-under-d...
5•lumannnn•7m ago•1 comments

The Cast-Iron Company That Has Been Controlled by the Same Family for 130 Years

https://www.wsj.com/business/the-cast-iron-company-that-has-been-controlled-by-the-same-family-fo...
1•bookofjoe•8m ago•1 comments

Getting the Steam Deck LCD Working on a Raspberry Pi

https://www.jeffgeerling.com/blog/2026/steam-deck-lcd-pi-hat/
1•metrofun•9m ago•0 comments

AI in Education Knowledge Base

https://edtechdev.github.io/aied/
2•edtechdev•12m ago•1 comments

Unpack

https://www.unpack.fm/
1•mijokaliger•12m ago•0 comments

A new class of memory-based AI (MIRaS) published this week

https://academic.oup.com/nar/article/54/16/gkag833/8769250
2•CTBI_WUSTL•12m ago•0 comments

AI and Employment: So Far, So Good

https://marginalrevolution.com/marginalrevolution/2026/08/ai-and-employment-what-the-firms-say.html
2•garrickvanburen•12m ago•0 comments

We swapped Zed's storage layer for Dagr

https://gist.github.com/mzaks/8d0bd41e50cc547ce33c759c397fad4f
1•mzaks•14m ago•0 comments

Nvidia to Invest $3.5B in Chipmaker MediaTek

https://www.bloomberg.com/news/articles/2026-08-31/nvidia-to-invest-3-5-billion-in-chipmaker-medi...
1•zinekeller•14m ago•0 comments

The actually useful SaaS agents no one is building

https://pulkitsharma.substack.com/p/the-actually-useful-saas-agents-no
1•pulkitsh1234•16m ago•0 comments

Are we any closer to the Quantum Apocalypse?

https://neilmadden.blog/2026/07/02/are-we-any-closer-to-the-quantum-apocalypse/
2•mooreds•16m ago•0 comments

Remembering the Apple II and IIGS from High School

https://www.goto10retro.com/p/remembering-the-apple-ii-and-iigs
2•rbanffy•17m ago•0 comments

Let's build a digital clock [video]

https://www.youtube.com/watch?v=3XDH-fZKnQk
1•surprisetalk•18m ago•0 comments

Show HN: Words to Worlds - world build in 100 words or less

https://wordstoworlds.com
3•realizer_kevin•18m ago•0 comments

Apple Caught Off Guard by AI Demand for Mac Mini and Mac Studio

https://www.macrumors.com/2026/08/30/apple-unexpected-mac-mini-and-studio-demand/
4•thm•19m ago•0 comments

Show HN: agix – addresses and messaging for agents working for their humans

https://agixlink.com/
2•populuxe•22m ago•1 comments

Trivium 30 aug 2026

https://leahneukirchen.org/trivium/2026-08-30
2•swah•23m ago•0 comments

The new Go JSON API: twice as fast, or 1.5x slower? – Daniel Lemire's blog

https://lemire.me/blog/2026/08/29/the-new-go-json-api-twice-as-fast-or-1-5x-slower/
1•ncruces•24m ago•0 comments

Dataloupe – turn any CSV, Parquet, or Excel file into an offline HTML explorer

https://github.com/aurelio-nakamura/dataloupe
2•aurelionakamura•24m ago•0 comments

Historical Discoveries That Reshaped Modern Historical Understanding

https://thehistoricalinsights.page/2026/08/historical-discoveries.html
2•thunderbong•24m ago•0 comments

Guido van Rossum on Parallel Python: "Personally I wish we'd stuck with the GIL"

https://discuss.python.org/t/pep-805-safe-parallel-python/108670?page=4
1•pansa2•27m ago•1 comments

Show HN: Astral – Astro.js, but in Elixir

https://github.com/elixir-volt/astral
1•dannote•28m ago•0 comments
Open in hackernews

AI-Written Code Is Still *Your* Code. Are You OK with That?

https://martiansoftware.com/articles/ai-written-code-is-still-yours
32•martylamb•52m ago

Comments

tyleo•19m ago
I keep getting downvoted for saying this but I still review all of my AI generated code. I feel like I’m sufficiently sped up.

Of course you can go faster if you don’t read the code at all, that’s always been true. But it seems like the ability to emit large quantities of text is already a huge leap in productivity. I don’t think these tools are good enough yet to offload all or our thinking into them.

Hugsbox•15m ago
IMO human-verifying will always be a must, no matter how good the LLMs get. If I'm shipping code that I don't understand and it ends up having major problems, I'm still the one who's responsible for it, not the LLM.
mortalapeman•11m ago
Where it really shines for me is when the best solution is explicit and obvious code, but really tedious to write. Now I'll choose to have AI write it instead of me, where before I might have tried to write a bad abstraction. Things like generating a TypedDict for a JSON A document I'm returning as a convenience from a postgres query.
eterm•18m ago
Yes I'm more than okay. AI has enabled a scale of personal ambition I could only previously have dreamed of.

I've never been the kind of coder who could sit down and get their thoughts out from mind to written lines. I've seen that happen in a few gifted individuals, and AI might be frustrating them, because for them, coding was never the bottleneck, but for me, I would always get stuck in analysis paralysis, and just writing the first line of a project was a daunting prospect.

With AI I'm able to construct an entire ecosystem of programs I've always wanted.

The code isn't perfect, but I understand enough to fix architectural mistakes and to guide the AI to a good enough solution.

majorbugger•16m ago
Way to completely miss the point of the article.
phoghed•11m ago
> point of the article

Nth iteration of pointless AI navel gazing?

altern8•16m ago
Is this a bot, or real..?
lirolero•11m ago
> I've never been the kind of coder

Looks like you were never really a coder, to be honest.

luxuryballs•17m ago
it's the best keyboard extension I've ever used
syndacks•16m ago
Yes.
altern8•16m ago
I'm not OK with it, but I have no choice besides maybe quitting my job.

I've also tried to understand the code that AI writes, but it's often insane and untangling it would slow me down so much that it would nullify the gains in speed that AI brings.

To me, either companies realize they're spending a lot more money to ship crappier code and AI becomes a niche, or we'll just stop looking at code. I don't think there's any other option because I don't see AI getting better at it. It seems to actually be getting worse and more annoying to use.

trvz•16m ago
For most people employed as programmers, inheriting code from previous people has been a thing.

Also relevant: including libraries written by others in your own software.

As always it comes down to finding a healthy balance.

daveguy•7m ago
I've inherited plenty of code bases. AI generated code is a special kind of foobar. With a code base inherited from a human you can at least be assured at least one human has understood each portion for a brief period. With agentic slop all bets are off.
nullbio•16m ago
I'm fine with it. I'm just as liable or likely to write bugs in my own handwritten code as I am in generating code via AI, if not more likely.
josefritzishere•15m ago
That's not OK. It's so convoluted I don't want my name on it.
croes•14m ago
My code if you mean responsibility, not my code if you mean authorship.
Retr0id•14m ago
> It’s crystal clear that AI can be a complexity factory.

> I’ve been thinking a lot lately about what software would look like if we made keeping software understandable to humans a first-class design goal in the age of AI.

I agree, and I've been thinking similarly. But I don't think there's anything "new" about what understandable and well-factored code should look like. It's the same principles as ever.

A lot of agent-written code looks like what you'd get if you gave an enthusiastic human slightly too many stimulants and asked them to take the shortest path to reach the goal. Plausibly this is just a result of the LLMs not being "smart enough" to do any better, but I think there's also an incentives problem. How do you reward human-understandability in benchmarks and unsupervised training?

prometheus1992•14m ago
I find it incredibly difficult to contribute to code files that were initiated by LLMs. Need to dig deeper to understand why but I just don't like it. I end up prompting my way out of any issues I see, sometimes it works out sometimes it doesn't.
delijati•13m ago
we will go full circle "what software would look like if we made keeping software understandable to humans" maybe we invent a pseudo programming language so we get deterministic results ;)
alasano•6m ago
Some guy posted that project like a week ago on HN, no joke. Circle has been circled.
gwbas1c•5m ago
I honestly have a vision of a database of .md files that fully describes an application in human-readable, (ok, engineer-readable), text. Making a change is committing a change to the human-readable text, and then AI comes and figures out the rest and/or suggests edits to the human-readable text. (Or asks questions.)
phoghed•13m ago
> when you build software, you own it

No, I specifically don’t. My company owns it, and that bastard will lay me off without a second thought.

lerp-io•8m ago
And since AI is trained on your code and my code. Your code is now my code and my code is now your code :)
Verdex•8m ago
I don't believe that AI is the 'higher level of abstraction[1]' that it is often claimed to be. However I wonder if it's possible to work with a codebase when other developers are treating AI as a higher level of abstraction.

Analogously, people can write in assembly, but can you write in assembly when the codebase is frequently altered by someone with an optimizing compiler?

[1] - Do higher levels of abstractions even exist? By my way of thinking that's called not an abstraction. C isn't a higher level of abstraction; it's a different abstraction implemented by assembly. There are more powerful abstractions and more ergonomic abstractions, but that doesn't make them 'higher level'.

rob•5m ago
[delayed]