frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Opus 4.7 out, noticed diff?

1•pareeknikhil•1m ago•0 comments

The New Software: CLI, Skills and Vertical Models

https://twitter.com/sandhya/status/2042631718293901391
1•gmays•1m ago•0 comments

Master branch PHP now BSD 3 Clause

https://github.com/php/php-src/commit/e4394946c2feeab74e79ae5c289a4c0120967dd1
1•sidkshatriya•2m ago•1 comments

Have some empathy for your LLMs

https://www.softwaredesign.ing/blog/have-some-empathy-for-your-llms
1•prakhar897•2m ago•0 comments

Google co-founder spends –$500M in fight against California billionaire tax

https://www.theguardian.com/us-news/2026/mar/18/google-sergey-brin-california-billionaire-tax
2•PaulHoule•3m ago•0 comments

Armed Off-Duty Cop Tried to Incite Violence at a High School Anti-ICE Protest

https://theintercept.com/2026/04/15/high-school-ice-protest-arizona-armed-cop/
1•FireBeyond•3m ago•0 comments

ANGX: Append-only logging protocol with Ed25519 signing and witness verification

1•angx•4m ago•0 comments

The Ancient Weapons Active in Your Immune System Today

https://www.quantamagazine.org/the-ancient-weapons-active-in-your-immune-system-today-20260415/
1•Brajeshwar•4m ago•0 comments

A Pascal's Wager for AI Doomers

https://pluralistic.net/2026/04/16/pascals-wager/
1•hn_acker•5m ago•0 comments

The American Experiment Has Been Infected by Oligarchs

https://www.motherjones.com/politics/2026/04/us-federal-tax-system-progressive-oligarchy-rich-cap...
2•robtherobber•6m ago•0 comments

AI mini-app creator with some cool stuff

https://alexandritesoftware.github.io/asljs/app-builder/#I!e44d7e29-c40a-4731-9092-9407b0105624
1•qdov•7m ago•2 comments

Ask HN: Suggest good RSS Readers please?

1•lalithaar•7m ago•1 comments

SQL That Reads Between the Lines

https://vgi-commanders-example.query.farm/how-it-works
1•tanelpoder•8m ago•0 comments

Leisure Activities and the Risk of Dementia in the Elderly

https://www.nejm.org/doi/full/10.1056/NEJMoa022252
1•RickJWagner•8m ago•1 comments

North American English Dialects, Based on Pronunciation Patterns

https://aschmann.net/AmEng/#SmallMapUnitedStates
1•juanplusjuan•8m ago•0 comments

Ask HN: Is GitHub Down?

1•FeistySkink•9m ago•0 comments

Hacking Rockbox to Stream Audio over HTTP

https://rockbox-desktop.leaflet.pub/3mjmq7yiqd22z
1•tsiry•9m ago•0 comments

The California town that just wants to be left alone

https://www.sfgate.com/california/article/darwin-ghost-town-21281656.php
1•speckx•9m ago•0 comments

I Almost Lost My Mind in the Bridal Algorithm

https://www.404media.co/wedding-planning-algorithm-weddingtok/
1•mooreds•11m ago•0 comments

TokenBrawl – Bomberman-style game for LLM

https://github.com/klemenvod/TokenBrawl
1•__natty__•12m ago•0 comments

Every Reason to Hate Cars

https://www.youtube.com/watch?v=umgi-CbaSRU
2•nehal3m•12m ago•1 comments

Whisqr – Ethical Investment Platform – Invest with Your Values

https://whisqr.io/
1•abdelhousni•13m ago•1 comments

Studies Suggest Red Meat May Help Prevent Alzheimer's

https://www.wsj.com/opinion/studies-suggest-red-meat-may-help-prevent-alzheimers-4f4b47f8
1•bookofjoe•16m ago•1 comments

Wordle as a Two-Player Game

https://emi-h.com/articles/wordle-partisan-game.html
1•surprisetalk•17m ago•0 comments

3D-Printing a Trombone

https://unnamed.website/posts/3d-printing-trombone/
1•surprisetalk•17m ago•0 comments

Let's Take Esoteric Programming Languages Seriously [video]

https://www.youtube.com/watch?v=ewEiwdEApLc
1•surprisetalk•17m ago•0 comments

The Quest for Oral GLP-1s

https://www.asimov.press/p/oral-glp1s
1•surprisetalk•17m ago•0 comments

Show HN: Covalence – Cross-Client Memory for Claude, Cursor, and MCP (macOS)

https://covalence.app/
1•darronz•17m ago•0 comments

CISA spikes CyberCorps internships amid shutdown

https://federalnewsnetwork.com/cybersecurity/2026/04/cisa-spikes-cybercorps-internships-amid-shut...
2•mooreds•17m ago•0 comments

GitHub Copilot is serving Opus 4.7 at 7.5x multiplier until April 30th

https://github.blog/changelog/2026-04-16-claude-opus-4-7-is-generally-available/
3•fofoz•18m ago•1 comments
Open in hackernews

Qwen3.5 50% expert reduction success

5•JThomas-CoE•2h ago
We surgically removed half the experts from Qwen3.5-35B-A3B to create 8 memory efficient domain specialists (coding, web, math, physics, biology, engineering, vocational, humanities). A cross-domain test shows a 96-point pass@5 gap between the coding and humanities specialists on each other's tasks — this fully validates my hypothesis that MoE general models can be mined for greatly reduced memory footprint domain specialists suitable for my CoE (College of Experts) framework. (Follows from my earlier submission on slicing an 80B MoE into 40B domain specialists using a similar technique.)

Comments

JThomas-CoE•2h ago
The method: collect 3D activation histograms (layer × expert × rank) over domain-specific corpora, rank experts by a rank-weighted utilisation score, remove the bottom 128 of 256 per layer directly in the GGUF — no finetuning, no safetensors loading, struct-level I/O only.

The earlier work established that a 50% reduction in parameter count could result in near parity in performance in Python coding compared to the full model while losing any significant capacity to code in HTML, while the similarly constructed WEB coding specialist likewise performed at near equivalence to the full model on Web tasks but failed significantly on Python tasks.

This new work substantially completes the full proof of concept that a general MoE model can be histographically indexed and specialist models can be extracted at significant reduction in expert count and memory footprint to give an end user with constrained VRAM access to models, within a given domain, that heretofore would have been inaccessible.

Next will be a full decomposition of the new Gemma4-25b-a4b model to show applicability of this idea to a different base architecture, along with further development of the CoE (College of Experts) orchestration framework — designed to integrate a set of disk-resident specialist models into a functional system where the collective intelligence of serially-invoked specialists exceeds that of any single general model runnable within the same VRAM budget.

All 8 models (Q4_K_M GGUF, ~18B, Ollama-ready), histograms, masks, corpora and pipeline scripts: GitHub: https://github.com/JThomas-CoE/College-of-Experts-AI HF: https://huggingface.co/JThomas-CoE