frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Just Send the Prompt

https://justsendtheprompt.com/
16•medalblue•9m ago•5 comments

Show HN: My AI hires humans for physical tasks, calls them biological units

https://crawde.com/hire
2•crawde•10m ago•0 comments

Extending the Demo: Destruction Derby

https://32bits.substack.com/p/extending-the-demo-destruction-derby
1•farmerbb•10m ago•0 comments

News Corp, Meta in AI Content Licensing Deal Worth Up to $50M a Year

https://www.wsj.com/business/media/news-corp-meta-in-ai-content-licensing-deal-worth-up-to-50-mil...
1•bookofjoe•12m ago•2 comments

Show HN: A visual sitemap generator that maps any website's full navigation tree

2•epic_ai•12m ago•1 comments

CIA working to arm Kurdish forces to spark uprising in Iran, sources say

https://www.cnn.com/2026/03/03/politics/cia-arming-kurds-iran
5•vinnyglennon•17m ago•0 comments

MoneyCollect provides warm and human-centered payment protection for merchants

https://www.moneycollect.com/
1•jerryoverwrite•17m ago•0 comments

Current state of OpenClaw and bot protections

https://proxybase.xyz/blog/openclaw-bot-protections
1•m00dy•18m ago•0 comments

LLMs can unmask pseudonymous users at scale with surprising accuracy

https://arstechnica.com/security/2026/03/llms-can-unmask-pseudonymous-users-at-scale-with-surpris...
4•Gagarin1917•23m ago•0 comments

LexisNexis confirms React2Shell powered data breach

https://www.bleepingcomputer.com/news/security/lexisnexis-confirms-data-breach-as-hackers-leak-st...
4•esaym•24m ago•0 comments

New Python library by Guido van Rossum

https://github.com/microsoft/typeagent-py
1•tzury•25m ago•1 comments

YGG, Largest French Torrent Tracker, Hacked

https://yggleak.top/fr/home/ygg-dossier
1•TechSquidTV•25m ago•0 comments

Stop Trying to Hand Trump a Censorship Weapon

https://www.techdirt.com/2026/03/03/ron-wyden-is-begging-his-colleagues-to-stop-trying-to-hand-tr...
5•HotGarbage•26m ago•0 comments

We are now on Substack Give us a follow

https://substack.com/profile/387803331-pcg-inc/note/c-222710211
1•CCK80LLC•38m ago•0 comments

An AI Just Did Everything I Do on a Computer – Written by the AI Itself

https://coasty.ai/
1•PrateekJ17•40m ago•1 comments

Mac external displays for designers and developers, part 2

https://bjango.com/articles/macexternaldisplays2/
9•fragmede•40m ago•2 comments

New Launch Workshops and Masterclasses

https://www.pretium-inc.com/workshops
1•CCK80LLC•41m ago•0 comments

Oscar Six Radar – vulnerability scanner with native A2A (agent-to-agent) support

1•oscarsixsecllc•43m ago•0 comments

Show HN: Lip Flip Before and After – Real Results and AI Preview

https://lipflip.ai/
1•ovelv•44m ago•0 comments

Yes... and...

https://htmx.org/essays/yes-and/
2•rammy1234•45m ago•1 comments

Show HN: Term-CLI – interactive terminals for AI agents (for SSH/TUI/REPL flows)

https://github.com/EliasOenal/term-cli
3•eliasoe•46m ago•0 comments

The secret green shelters that feed London's cabbies (2018)

https://www.bbc.com/travel/article/20180430-the-secret-green-shelters-that-feed-londons-cabbies
2•1659447091•46m ago•0 comments

Show HN: Hanaco Garden – A Calm iOS Garden

https://apps.apple.com/us/app/hanaco-garden/id6759095190
3•tsuyoshi_k•49m ago•1 comments

Number Research Inc

https://numberresearch.xyz/
2•eieio•49m ago•0 comments

Show HN: Docker pulls more than it needs to

https://dockerpull.com
2•a_t48•52m ago•2 comments

Show HN: Schelling Protocol – Where AI agents coordinate on behalf of humans

https://github.com/codyz123/schelling-protocol
2•codyz123•52m ago•1 comments

We built high speed threat hunting for email security

https://sublime.security/blog/how-we-built-high-speed-threat-hunting-for-email-security/
2•jkamdjou•56m ago•0 comments

MrBeast Is Getting into Financial Services. Parents Should Pay Attention

https://www.nytimes.com/2026/03/03/business/mrbeast-step-banking-crypto.html
12•sigwinch•59m ago•3 comments

Graphics Programming Resources

https://develop--gpvm-website.netlify.app/resources/
9•abetusk•1h ago•0 comments

Show HN: Upload test cases and get automated Playwright tests back

https://instantqa.ai/
2•ksurace•1h ago•0 comments
Open in hackernews

QuarterBit – Train 70B LLMs on a single GPU

https://quarterbit.dev
3•quarterbit•1h ago

Comments

quarterbit•1h ago
I built QuarterBit because AI training costs are insane. A 70B model needs 840GB of memory — that's 11 A100 GPUs at $30+/hour.

QuarterBit AXIOM compresses training memory 15x. Same model. Same quality. Fraction of the hardware.

RESULTS:

  Llama 70B: 840GB → 53GB (11 GPUs → 1 GPU) = 90% savings
  Llama 13B: 156GB → 9GB (FREE on Kaggle T4) = 100% savings
91% energy reduction vs standard training. 100% trainable weights (not LoRA/adapters). 3 lines of code.

HOW IT WORKS:

  from quarterbit import axiom
  model = axiom(model)
  model.cuda()
TRY IT:

  pip install quarterbit
Demo (FREE): https://www.kaggle.com/code/kyleclouthier/quarterbit-axiom-1...

Benchmarks: https://quarterbit.dev

AXIOM uses a novel weight representation combining lossless compression with a built-in optimizer. Weights stored at 0.62 bytes/param vs 4 bytes FP32. Gradient updates happen directly in compressed space.

Not quantization-aware training or LoRA — every parameter fully trainable, convergence matches AdamW.

Solo founder from Canada. Self-taught CUDA/ML. Applying to YC S26.

Happy to answer questions.

smallerize•1h ago
Put two spaces at the beginning of a line for monospace.

  Like this
quarterbit•1h ago
Thanks for the tip! It won't let me edit it. I think I will hide and repost it does look sloppy.