frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Apple Neural Engine: Architecture, Programming, and Performance

https://arxiv.org/abs/2606.22283
77•Jimmc414•1d ago

Comments

carbocation•1h ago
This scans very much as AI-written.
dkdcdev•1h ago
why?
hbn•1h ago
Cmd-F for "AI" has 1000+ hits!
thomspoon•1h ago
The burden of proof should be with the beholder. Must be so easy to scream AI when you don’t want to read an article.
thx67•54m ago
You obviously haven't read it, because it is clunky garbage.

> 19.4 Pacing compiles after a failure

> A failed compile is not free of side effects on the shared compile service. A compile that fails restarts the service, which takes a few seconds to come back, and failures that keep arriving faster than the service can restart between them keep it from making progress, so unrelated compiles slow down until the failures stop. The effect is a function of how fast failures arrive, not how many occur: failures spaced out past the restart interval cause no degradation at all. On detecting a failed compile, wait at least one restart interval, roughly 15 seconds, before the next compile, so a burst of failures cannot accumulate. No hard failure-count cap is needed.

The whole document is less nutritious than a wonderbread miracle whip sandwich.

labcomputer•27m ago
1. It uses non-idiomatic terminology in several places.

2. It repeats the same finding over and over (141 flops per byte, for example), without going deeper.

3. I stopped reading about a quarter of the way through because it felt like it was never going to stop teasing me about what it was going to tell me and actually tell me it.

4. It seems to assume the reader has a lot of context that isn't explicitly laid out (and which the reader wouldn't get just from reading the prior work, which is cited).

For example, I understand some of what it is saying because I used some similar techniques to benchmark things in the past (running at multiple scales to estimate overhead + marginal gains with a linear regression), but I wouldn't expect anyone who hasn't personally done that to follow the prose.

dylan604•8m ago
> 4. It seems to assume the reader has a lot of context that isn't explicitly laid out (and which the reader wouldn't get just from reading the prior work, which is cited

I've had this complaint well before LLMs were used. People writing about topics they have a lot of knowledge in the subject tend to make the assumption only other subject knowledgeable readers will read it. Or that it never edited by a real editor that would enforce rules like spelling out acronyms on first use. Or forcing additional information when too many details have been left out on the assumption it would already be known.

There's plenty of this type of writing to have trained the bots that way

thx67•1h ago
This is obvious Claude slop writing, the author would be advised to use vale [1] with samples of their own writing as a guide.

> Performance begins with the roofline. On the M1 the engine holds about 12 fp16 TFLOP/s of compute against a DRAM-bandwidth ceiling. The roofline has a ridge point near 141 FLOP per byte, a 2 MB working-set threshold, a 0.23 ms floor under any single dispatch, and efficiency near 0.37 picojoules per FLOP at the compute optimum. On a 256-channel 3x3 convolution it runs about 3.8 times faster than the same chip’s GPU and 9 times more energy-efficient. The roofline pairs the engine’s throughput ceilings with its measured power.

> Reaching the engine is not the same as running an arbitrary graph on it. The operations the engine executes are distinct from the ones a capability bit only advertises. A feature attested in the hardware tables or accepted by the compiler frontend counts only once a compile-and-run confirms it, and several advertised operations, three-dimensional convolution among them, never lower to the engine at all. Weight compression on the direct path cuts bandwidth, not only stored size. On the unentitled engine, int4 lookup-table weights run about 2.37 times faster than fp16, and structured sparsity 1.55 to 1.64 times faster at 0.43 times the bytes.

https://vale.sh/

throwa356262•19m ago
Is there a non-slop version of this information available?

I am reading up on GPU / ML micro architecture and am looking for some good sources.

.self: A new top-level domain designed to support self-hosting

https://hccf.onmy.cloud/2026/06/21/reclaiming-our-digital-selves-hccfs-vision-for-a-human-centere...
203•HumanCCF•3h ago•131 comments

Qwen 3.6 27B is the sweet spot for local development

https://quesma.com/blog/qwen-36-is-awesome/
509•stared•5h ago•446 comments

Free the Icons

https://weblog.rogueamoeba.com/2026/06/26/free-the-icons/
75•zdw•2d ago•12 comments

Is It Out Yet?

https://outyet.ai
26•partsch•1h ago•11 comments

Rocketlab acquires Iridium

https://investors.rocketlabcorp.com/news-releases/news-release-details/rocket-lab-acquire-iridium...
332•everfrustrated•8h ago•203 comments

Ornith-1.0: self-improving open-source models for agentic coding

https://github.com/deepreinforce-ai/Ornith-1
125•danboarder•5h ago•27 comments

Scientists find molecular-level evidence for two structures in liquid water

https://phys.org/news/2026-06-scientists-molecular-evidence-liquid.html
9•wglb•42m ago•1 comments

A native graphical shell for SSH

https://probablymarcus.com/blocks/2026/06/28/native-graphical-shell-for-SSH.html
211•mrcslws•7h ago•96 comments

WATaBoy: JIT-Ing Game Boy Instructions to WASM Beats a Native Interpreter

https://humphri.es/blog/WATaBoy/
163•energeticbark•7h ago•24 comments

Wallace the 6 inch f/2.8 telescope, building it, and hiking with it

https://lucassifoni.info/blog/hiking-with-wallace/
90•chantepierre•3d ago•13 comments

JumpServer: Open-Source Privileged Access Management

https://github.com/jumpserver/jumpserver
44•neitsab•3h ago•11 comments

US Supreme Court rules geofence warrants require constitutional protections

https://www.theguardian.com/us-news/2026/jun/29/supreme-court-geofence-warrants-case-decision
374•cdrnsf•7h ago•174 comments

Micro-Agent: Beat Frontier Models with Collaboration Inside Model API

https://vllm.ai/blog/2026-06-29-micro-agent-frontier-models
40•matt_d•4h ago•11 comments

South Korea to spend $1T on more memory chip production and humanoid robots

https://arstechnica.com/ai/2026/06/south-korea-to-spend-1t-on-more-memory-chip-production-and-hum...
17•jnord•39m ago•0 comments

What happens when you run a CUDA kernel?

https://fergusfinn.com/blog/what-happens-when-you-run-a-gpu-kernel/
190•mezark•9h ago•24 comments

Apple Neural Engine: Architecture, Programming, and Performance

https://arxiv.org/abs/2606.22283
77•Jimmc414•1d ago•9 comments

Working With AI: A concrete example

https://htmx.org/essays/working-with-ai/
61•comma_at•8h ago•23 comments

Kb – Prolog Knowledge Base

https://github.com/mat-mgm/kb-prolog
4•triska•2d ago•0 comments

30-year sentence for transporting zines is a five-alarm fire for free speech

https://theintercept.com/2026/06/26/daniel-sanchez-estrada-zines-prairieland-free-speech/
160•xrd•1d ago•64 comments

Ornith-1.0: Self-scaffolding LLMs for agentic coding

https://deep-reinforce.com/ornith_1_0.html
47•kordlessagain•1d ago•6 comments

European ISPs Want Rightsholders Held Accountable for Overblocking Damage

https://torrentfreak.com/european-isps-want-rightsholders-held-accountable-for-overblocking-damage/
319•Brajeshwar•6h ago•83 comments

Dark Sky Lighting

https://www.savingourstars.org/darkskylighting#whatisdarkskylighting
118•alexandrehtrb•4d ago•16 comments

One million passports leaked online

https://cambridgeanalytica.org/data-breaches-scandals/passports-driver-licenses-exposed-public-in...
81•jruohonen•1d ago•54 comments

Sandia National Labs SA3000 8085 CPU

https://www.cpushack.com/2026/06/03/sandia-national-labs-sa3000-8085-cpu/
151•rbanffy•12h ago•38 comments

You Don't Know Jack About Formal Verification

https://queue.acm.org/detail.cfm?id=3819084
84•eatonphil•8h ago•37 comments

Font-Family Recommendations

https://chrismorgan.info/font-family
41•birdculture•3d ago•12 comments

Venetian Bridge Brawls in 17th and 18th Century Art

https://publicdomainreview.org/collection/venice-bridge-fights/
50•pepys•3d ago•28 comments

Rebuilding the Computer Room

https://alexwlchan.net/2026/computer-room/
87•ingve•11h ago•45 comments

Is sunscreen the new margarine? (2019)

https://www.outsideonline.com/health/wellness/sunscreen-sun-exposure-skin-cancer-science/
57•markgavalda•17h ago•56 comments

Samsung, SK Hynix, Micron Sued in US over Memory Price Fixing

https://en.sedaily.com/international/2026/06/29/samsung-sk-hynix-micron-sued-in-us-over-memory-pr...
323•donohoe•11h ago•156 comments