frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

FPS Challenge

https://www.platinumgames.com/official-blog/article/13977
1•frevib•7s ago•0 comments

Microsoft integrates Copilot with the Taskbar on Windows 11

https://www.windowscentral.com/microsoft/windows-11/microsoft-integrates-copilot-with-the-taskbar...
1•01-_-•41s ago•0 comments

AI has a cargo cult problem

https://www.ft.com/content/f2025ac7-a71f-464f-a3a6-1e39c98612c7
1•cs702•1m ago•0 comments

What Happened to My Traffic?

https://tomtunguz.com/chegg-aio/
1•djha-skin•2m ago•0 comments

Exceptions vs. Status Returns (2003)

https://nedbatchelder.com/text/exceptions-vs-status.html
2•todsacerdoti•2m ago•0 comments

Over $3M in Prizes Offered at Pwn2Own Automotive 2026

https://www.securityweek.com/over-3-million-in-prizes-offered-at-pwn2own-automotive-2026/
1•Bender•2m ago•0 comments

Show HN: I automated the "hey is this done yet?" Slack message from PMs

2•stow_run•2m ago•0 comments

Organizations Warned of Exploited Adobe AEM Forms Vulnerability

https://www.securityweek.com/organizations-warned-of-exploited-adobe-aem-forms-vulnerability/
1•Bender•4m ago•0 comments

Show HN: OpenSCAD Studio – AI-assisted OpenSCAD editor (macOS alpha)

https://github.com/zacharyfmarion/openscad-studio
1•zacharyfmarion•4m ago•0 comments

Prosper Data Breach Impacts 17.6M Accounts

https://www.securityweek.com/prosper-data-breach-impacts-17-6-million-accounts/
1•Bender•6m ago•0 comments

Why the White House is convinced it's winning the shutdown

https://www.axios.com/2025/10/16/trump-polls-government-shutdown-democrats
1•zerosizedweasle•6m ago•0 comments

Show HN: LLM In-Browser Fuzzer Finds Hidden Prompt Injection in AI Browsers

https://browsertotal.com/demos/agentic-browser-fuzzer
2•minche•6m ago•0 comments

Apple Said to Cut iPhone Air Production Amid Underwhelming Sales

https://www.macrumors.com/2025/10/17/iphone-air-production-to-be-cut-amid-lower-sales/
3•mfiguiere•7m ago•0 comments

You think you have data lineage, but you probably don't

1•immortan_dag•7m ago•0 comments

I built an AI receptionist for plumbers

https://www.supacalls.com
1•aminekh•9m ago•0 comments

Old school AI isn't dead: How we achieved a 12× speedup on an NP hard problem

https://www.assembled.com/blog/np-hard-scheduling-optimization
9•johnjwang•9m ago•3 comments

Credit Markets Wobble as Loan Losses Revive Bank Crisis Fears

https://www.bloomberg.com/news/articles/2025-10-17/credit-markets-wobble-as-loan-losses-revive-ba...
1•zerosizedweasle•9m ago•0 comments

Tiny nanoparticles conquer the big trilemma of polymer glasses

https://phys.org/news/2025-09-tiny-nanoparticles-conquer-big-polymer.html
1•PaulHoule•10m ago•0 comments

Show HN: Podcasts – embedded auto ad skipping

https://www.hypercastapp.com/
2•ruchirp•10m ago•0 comments

Show HN: Skreeb – Governance and AI Blueprint White Paper (With DOI)

https://github.com/speykye/skreeb-whitepaper/releases/tag/1.0.1
1•Speykey•10m ago•0 comments

AI Agents Are Quietly Taking over Project Management

2•trustedit•11m ago•0 comments

Clojure semantic approach to core/def partially based on clojure.core.spec/def

https://tangrammer.codeberg.page/on-the-clojure-move/output/posts/semantic-namespace-contract.html
1•tangrammer•12m ago•0 comments

Show HN: HardView – Python library for Windows hardware monitoring

https://github.com/gafoo173/HardView
3•manfo19•12m ago•0 comments

Google's $1,800 foldable phone is first smartphone to explode in durability test

https://fortune.com/2025/10/16/google-pixel-10-pro-fold-durability-test-jerryrigeverything-zack-n...
2•HiroProtagonist•14m ago•0 comments

Amazon-backed, nuclear facility for Washington state

https://www.geekwire.com/2025/a-first-look-at-the-amazon-backed-next-generation-nuclear-facility-...
2•stikit•15m ago•0 comments

West Berkely sheet metal shop closing after 116 years

https://www.berkeleyside.org/2025/10/16/walter-mork-company-closing
1•iancmceachern•15m ago•0 comments

Teachers get an F on AI generated lesson plans

https://theconversation.com/ai-generated-lesson-plans-fall-short-on-inspiring-students-and-promot...
1•datadrivenangel•15m ago•0 comments

Inside NORAD's Cheyenne Mountain Combat Center, C.1966

https://flashbak.com/norad-cheyenne-mountain-combat-center-478804/
2•bookofjoe•16m ago•0 comments

Chapter 5: The New Star

https://analog-antiquarian.net/2025/10/10/chapter-5-the-new-star/
1•doppp•17m ago•0 comments

WASM, client side only, anon gift swop

https://ignition.github.io/anon-gift-swop/
1•ignition•19m ago•0 comments
Open in hackernews

The next AI breakthrough: learning on the job

https://medium.com/@rviragh/the-next-ai-breakthrough-learning-on-the-job-fc20fba4d906
2•logicallee•1h ago

Comments

logicallee•1h ago
(The above is a medium link, the text is below in case you'd prefer to read it here.)

Who this is for: AI researchers and enthusiasts

I recently deployed a small application (Go server, in-memory database, streaming video, webrtc), while developing it with AI. It's not ready for users yet, so I can't link it yet unfortunately, but progress was solid. Amazingly, AI was able to build a dockerized test framework for it, running end-to-end tests using Chrome headless and mocking up video feeds. That's a huge task that would take weeks to do, if indeed I could ever get it done at all, and I was blown away at the fact that AI could complete it. The tests don't pass yet, so that's how I know the application I'm building definitely isn't ready for users yet.

One thing that struck me is that as I iterated with the AI, there were sometimes regressions. It forgot how it solved something it had already struggled with, and then solved. This tracks with people's experience of AI as an intern with a lot of knowledge of different technologies, little experience handling large codebases by itself, and who doesn't learn anything throughout its internship. What they mean is that the only knowledge the AI has is what is included in its context. It doesn't learn from its "experience" thinking through, writing and developing a codebase, unless it is asked to write the experiences down to read right before its next answer. It would be like being an amnesiac who remembers the contents of the entire Internet and every open source codebase, but doesn't remember anything about the project it's working on except any short note it wrote itself and the current codebase, which it has to read right before its next step. It's like being President by waking up every morning as an amnesiac who has to first reread the entire history of your country, since you don't know anything about it, you only just know about every other country in the world, but never learned your own. (Here "your own" country represents your codebase that you wrote yourself.) Except instead of having to do that every morning, you have to do that after every single step you take.

It would be absurd to expect AI's to reread all of their original training data between every prompt, yet this is what's done for the codebases they themselves write. They don't write them and learn them, they write them and forget them.

Some exciting developments that could be expected in the near future are:

* AI agents that remember or learn from their previous thinking (which they express in chains of thought), and definitely learn the codebase and system they're working on, without having to explicitly write it into their context. It can just become part of the model. Maybe this is why humans sleep each night to integrate their experiences? Do humans retrain their brains while they sleep each night?

* AI agents that ask questions, experiment, and learn and explore the systems they're building, just as humans do. Humans don't just think and then type out a complete application without any experimentation, it would be an absurd way to code. Yet, AI's are expected to do just that, having access only to what they've already written, and none of their "experiences" or conclusions from experiments they run to try to undestand what they're working on.

logicallee•1h ago
When presented a piece of code to iterate on, the main difference between a human coder and an AI right now is that the human coder says:

"I know this. I just coded it yesterday, and remember how I did it, too. Here's how to add to it or make this specific change I want to add next."

and the AI says:

"Great question. I just read this codebase for the first time so just give me a minute and (thought for 1 minute) here's the answer"

"Great question. I just read this codebase for the first time so just give me a minute and (thought for 1 minute) here's the answer"

"Great question. I just read this codebase for the first time so just give me a minute and (thought for 1 minute) here's the answer"

"Great question. I just read this codebase for the first time so just give me a minute and (thought for 1 minute) here's the answer"

I look forward to when AI's learn on the job, and I think we're not far off from that period.

What exciting developments do you look forward to in the future?

email the author at: rviragh@gmail.com