frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NixOS Is the Endgame of Distrohopping

https://joshblais.com/blog/nixos-is-the-endgame-of-distrohopping/
2•todsacerdoti•2m ago•0 comments

I got a $7K offer using a Chrome extension I built

https://www.voicemeetai.com
1•maxdevai•4m ago•0 comments

Zola: One-stop static site engine

https://www.getzola.org/
1•thunderbong•6m ago•0 comments

Great Speeches from Movies and Drunks

https://medium.com/luminasticity/great-speeches-from-movies-and-drunks-4d4d72693445
1•bryanrasmussen•8m ago•0 comments

OpenAI Launches LinkedIn Competitor

https://www.cnbc.com/2025/09/05/openai-is-building-an-ai-jobs-platform-that-could-rival-microsoft...
2•unreal37•10m ago•1 comments

Tokyo has an unmanned, honor-system electronics and appliance shop

https://soranews24.com/2021/08/21/tokyo-has-a-completely-unmanned-honor-system-electronics-and-ap...
2•techdar42•10m ago•0 comments

Show HN: Liquid Lissajous – Create looping liquid gradient animations

https://pinsandcurves.app/tools/liquidlissajous/
1•martintrif•12m ago•0 comments

Building LangGraph: Designing an Agent Runtime from First Principles

https://blog.langchain.com/building-langgraph/
1•nfcampos•13m ago•0 comments

Tell HN: Top 3 GitHub Community Discussions of the Past Year Are Critical of AI

1•latexr•15m ago•0 comments

Hosting a hackathon as launching strategy. Is it a good idea?

https://first-danta.devpost.com/
1•samvillaf•15m ago•1 comments

IRHash: Efficient Multi-Language Compiler Caching by IR-Level Hashing

https://www.usenix.org/conference/atc25/presentation/landsberg
1•matt_d•17m ago•0 comments

AI code assistants make developers more efficient at creating security problems

https://www.theregister.com/2025/09/05/ai_code_assistants_security_problems/
1•cmsefton•18m ago•0 comments

Fs_usage: See filesystem activity on Mac OS X

https://til.simonwillison.net/macos/fs-usage
1•fanf2•18m ago•0 comments

Orchestrate multi agents in a single YAML file

https://github.com/docker/cagent
1•pploug•19m ago•0 comments

Ex Facebook CTO's Sierra raises $350M

https://techcrunch.com/2025/09/04/bret-taylors-sierra-raises-350m-at-a-10b-valuation/
1•warthog•21m ago•0 comments

Datastar Hypermedia Framework

https://data-star.dev/
1•dsego•27m ago•0 comments

Revolut to make over 200 employees paper millionaires with latest share sale

https://sifted.eu/articles/revolut-paper-millionaires
1•tommatsuda•29m ago•0 comments

A Guide to Thesis Writing That Is a Guide to Life (2015)

https://www.newyorker.com/books/page-turner/a-guide-to-thesis-writing-that-is-a-guide-to-life
2•bryanrasmussen•49m ago•1 comments

Awesome AI Agent Frameworks

https://github.com/axioma-ai-labs/awesome-ai-agent-frameworks
2•iamvladyashin•52m ago•3 comments

The Shifting Center of Capitalism: A Historical Map

https://medium.com/@ersinesen/the-shifting-center-of-capitalism-a-historical-map-5cc4a51ae5d0
4•ersinesen•57m ago•1 comments

Capitalization of Initialisms

https://www.teamten.com/lawrence/writings/capitalization_of_initialisms.html
2•todsacerdoti•58m ago•0 comments

Backdoors Could Become a Routine Problem for Open Source Projects Because of AI

https://www.techdirt.com/2025/09/04/why-powerful-but-hard-to-detect-backdoors-could-become-a-rout...
2•latexr•58m ago•0 comments

My friends spent thousands on engagement photos, so I built an AI alternative

https://www.engagement-photos.com
2•michaellzd0303•1h ago•2 comments

I bought the cheapest EV, a used Nissan Leaf

https://www.jeffgeerling.com/blog/2025/i-bought-cheapest-ev-used-nissan-leaf
15•calcifer•1h ago•3 comments

Cloud based ERP for Small and medium businesses

https://obsidyun.com/
1•ahmeddabdurahim•1h ago•0 comments

Search the Web Before AI

https://pregptsearch.com
5•jiayuanzhang•1h ago•2 comments

Agents to Do the Things Claude Can't (With Marimo and Bespoken)

https://elite-ai-assisted-coding.dev/p/agents-to-do-the-things-claude-cant
2•intellectronica•1h ago•0 comments

An Open Letter to Everyone I've Butted Heads With

https://andrewkelley.me/post/open-letter-everyone-butted-heads.html
3•weinzierl•1h ago•0 comments

Show HN: IssuePay Job Offers – Hire developers through their open-source work

https://issuepay.app
1•Mario10•1h ago•0 comments

Mycareerwise.ai – See your CV's role fit score and learning path

https://mycareerwise.ai
1•Farid_agha87•1h ago•1 comments
Open in hackernews

Where's the Shovelware? Why AI Coding Claims Don't Add Up

https://substack.com/home/post/p-172538377
2•flail•2h ago

Comments

measurablefunc•1h ago
I recently asked some of the SOTA models to generate a webGL application for the Hopf fibration. Most of them did ok but it wasn't clear to me if the code was actually correct or not & lacking any sensible structure there was no way for me to modify it to generate other kinds of visualization by basic geometric operations. The main reason stuff like this continues to be problematic even though all the mathematics & programming infrastructure is readily available & formally specified is that LLMs do not have any real understanding of basic logical & inductive constructions. Trying to "predict" the most plausible sequence of tokens given some context is not sufficient for logical understanding of what is involved in constructing the Hopf fibration & whether it can be deformed & mapped into a different space by base changes, surgeries, & homotopies.

So the shovelware won't happen until LLMs are combined w/ algorithms that deal w/ logical structures like abstract syntax trees & abstract interpreters for verifying & validating logical constraints & specifications.