frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Lteee gives you a little thing to spark joy every day

https://lteee.app/
1•niklasmerz•2m ago•0 comments

A harness for long-term memory that suppresses context window saturation

https://zenodo.org/records/21990589
1•NegativeAbsence•4m ago•0 comments

Chess but in a box. [X,Y,Z]

https://www.chesss.xyz
1•niksda•5m ago•0 comments

Ask HN: Part of your job LLMs replaced and which part got harder?

1•shymaple•5m ago•0 comments

Show HN: UniFi OS Server in Docker

https://github.com/unihosted/unifi-os-server-docker
1•Steen3S•5m ago•0 comments

Context Engineering Is a Data Problem

https://davidgasquez.com/context-engineering-is-a-data-problem
2•alexmolas•9m ago•0 comments

Frasier Fantasy: The Director's Cut by Edward La Barbera

https://edward-la-barbera.itch.io/frasier-fantasy
2•rcarmo•11m ago•0 comments

Show HN: I built an M2M payment loop where AI Agents pay for data via x402

https://github.com/tianzizhiming-svg/agentbridge
3•manniusl•11m ago•0 comments

Ask HN: Should we regulate first party ads?

3•figassis•15m ago•0 comments

Nvidia discloses $21B stake in SpaceX

https://arstechnica.com/information-technology/2026/08/nvidia-discloses-21b-stake-in-spacex/
3•joozio•16m ago•0 comments

US diesel crack surpasses $100 a barrel for the first time on supply disruptions

https://www.reuters.com/business/energy/us-diesel-crack-surpasses-100-barrel-first-time-supply-di...
2•doener•16m ago•0 comments

Show HN: AiJarvi – 80 free AI tools for creators in one workspace

https://aijarvi.com
2•aijarviofficial•16m ago•0 comments

Shading Motion

https://blog.maximeheckel.com/posts/shading-motion/
2•tobr•19m ago•0 comments

Qutis Health

https://qurtis.tech
3•witstorms•24m ago•1 comments

Coin size device can hack Boeing airplanes

https://ia.acs.org.au/article/2026/coin-sized-device-could-hack-boeing-airplanes.html
3•asdefghyk•26m ago•1 comments

Blocking prompt injection deterministically costs 40% false positives

https://github.com/vineetpant/customhouse/blob/main/docs/false-positives.md
2•vineetpant•27m ago•0 comments

Xdvc [pdf]

https://ia903104.us.archive.org/30/items/travelocirt1/tripo1.pdf
2•hsbdfh•27m ago•0 comments

DSHPlugin – DeepSeek Harness plugins with install, compatibility and repo data

https://dshplugin.app/
2•yanng404•29m ago•0 comments

Why the Same iPhone Photo Looks Worse Every Time You Touch It

https://iphone-photo-tips.netlify.app/
1•suolex•30m ago•1 comments

You shouldn't let agents talk to each other

https://trpevski.com/blog/multi-agent-orchestration-routing-and-failure-recovery/
1•dzugumot•32m ago•0 comments

How the proposed Australian gambling advertising opt-out register will work

https://www.abc.net.au/news/2026-08-18/federal-politics-how-will-gambling-ad-opt-out-work-online/...
1•milderworkacc•32m ago•0 comments

I made a crazy difficult logic puzzle generator

https://bossfeed.fun/games/morning-mystery/dual-category-logic-puzzle
1•el_boss•34m ago•0 comments

Show HN: Anql is offline workspace for notes, math, and structured work

https://github.com/anqlproject/anql
3•anqluser•35m ago•2 comments

The Enemy of Art

https://www.dgtlgrove.com/p/the-enemy-of-art
1•atan2•36m ago•0 comments

An agent readiness checker tool

https://ora.ai
1•botacode•36m ago•0 comments

Show HN: Code and Sea – Building privacy-first apps without subscriptions

https://codeandsea.com
1•Sharanxxxx•38m ago•0 comments

DeepSeek Harness

https://deepseek-code.com
1•gscott•40m ago•1 comments

Show HN: Convex clients in 100 programming languages

https://github.com/mikecann/the-convex-100-language-challenge
2•mikeyseee•44m ago•0 comments

Writing your own Linux debugger in Rust

https://ogghostjelly.github.io/slog/debugger.html
1•ingve•46m ago•0 comments

Zotero 10.0

https://www.zotero.org/support/changelog#changes_in_100_august_17_2026
2•y1zhou•47m ago•1 comments
Open in hackernews

The End of Programming

https://cacm.acm.org/opinion/the-end-of-programming/
14•cumo•1y ago

Comments

kartik_malik•1y ago
This era is for vibe coders
cumo•1y ago
At the end, AI can replace coders ...
zombiwoof•1y ago
Interesting the last decade of interviews has been leetcode bullshit which is utterly obsolete now given AI can do all that

So what is a software engineer? An SRE?

smallnix•1y ago
Someone who can translate an ambiguous business need into a computer system that solves it.
Supermancho•1y ago
Just assign an eng manager to the AI to handle that and be responsible, is the thinking. It's juvenile.
sathomasga•1y ago
I think Cory Doctorow described said eng manager as a "human crumple zone" that serves to absorb the blame for failures.
goatlover•1y ago
I guess we're still in the peak of inflated expectations.
smallnix•1y ago
> Posted Jan 1 2023
voidfunc•1y ago
Looking forward to rise of artisinal programming where we only use 100% AI free software. I can finally be a hipster of something!

I'm not sold on the demise of software engineering. But if it's truly going to die I'll still be programming but just for my hobby purposes.

thdhhghgbhy•1y ago
Unconvinced. I believe we'll go the other way, further into the theoretical aspects, in particular program verification.
aquafox•1y ago
> most software, as we know it, will be replaced by AI systems that are trained rather than programmed

The problem with this are all the edge cases. There are more ways unforseen circumstances can arise as you can train for. That's why you should do a lot of input checks in production.

yalok•1y ago
Last 1 year I’ve been working full time on an integration layer between an end-user service and a few realtime LLM models that are part of that service.

The amount of code needed to achieve stability/predictability and address all kinds of edge cases is huge, and I have yet to see at least 1 use case where we can rely on LLMs answer 100% if it concerns any fixed state machine implementation etc.

Yes, these models are really good (just amazing!) at what classical CS approach can’t do around media and text processing, but they have such a hard time playing by specific strict rules…

So, CS focus will change, but it’s not going away… it’s more like we will end up with a better abstraction layer - like in 50-60s it was all in pure machine codes, then assembly, then C/etc, OOP, etc - here we will probably figure out even more elegant way to express unambiguous algorithm in a very succinct and very readable/maintainable way - and let LLM-based compilers convert it deterministically into some c++ code… (and those compiler may end up still having tons of classical code for speed/reliability/etc)

01100011•1y ago
I'm pretty skeptical based on my experiences so far but still believe we'll get there eventually. AI seems to work fine for folks who hate programming and prefer describing their problem in imprecise english in an iterative fashion as long as their problem can ultimately be implemented with high level libraries written by competent programmers.

At some point AI will have some conceptual model of software and that's when I think things start to change. How we get there is anyone's guess. I think we're heading in the right direction by using the AST and not simply tokenizing source code. I'm not an AI engineer though. I just help those sorts of things run faster.

justinnk•1y ago
Reminds me a bit of Isaac Asimov‘s novel „I, Robot“ where they rely on positronic brains to do things. In the story, mathematics seems to have caught up and developed a framework to analyse the behavior of an AI system. I wonder if something similar will happen if CS becomes an empirical science, i.e., will we try to infer laws from empirical AI behavior measurements so that we can reason about it more effectively? This would then turn CS into Physics somewhat, but based on an artificial system. Very strange times.

> these AI systems will be flying our airplanes, running our power grids, and possibly even governing entire countries.

I guess we should figure out how to include the three laws of robotics in connectionist models asap…

rich_sasha•1y ago
It's a bit like the efficient market hypothesis and the rise of passive funds. The EMH says, if there is any inefficiency in the market, a well-resourced arbitrageur can close it and make a lot of money, so all such inefficiencies are closed before they even arise, so actually there are no inefficiencies. But if there are truly no inefficiencies, then there are no arbitrageurs, as they cannot support themselves! And thus no one to keep the markets efficient.

Passive investment management works really well, but also sort of depends on someone actually reading annual reports and firing incompetent management. Without it, if everyone just invests passively and thinks not one bit what they are doing, management will pay themselves stupid money and run their businesses to the ground.

So... Sure, LLMs learned a lot on from humans, and will eat a lot, maybe 90%+ of programming jobs - which in itself is a little scary. But I'm not sure what a 100% LLM software world looks like. I can imagine, rather, where a lot of mundane stuff that now requires the skills will be shifted to LLMs - like, dunno, a neighbourhood making its own parking app from a prompt. But is the field of software going to stop in its current shape?

TFA makes the point that most SEs these days have no idea how CPUs actually work. There was a time where this was all crucial knowledge, and you could say high level languages like Java make SEs redundant. Well they didn't, and employment in software has only been going up in the long run.

pragmatic•1y ago
Needs a 2023 tag in title.