frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mdspec.dev – let us heavylift your cluttering md files

https://mdspec.dev
1•zameermfm•57s ago•1 comments

Ask HN: Use-Cases for an Operating System with a Custom Kernel

1•ayush_xeneva•1m ago•0 comments

Exploring the ocean with Raspberry Pi–powered marine robots

https://www.raspberrypi.com/news/exploring-the-ocean-with-raspberry-pi-powered-marine-robots/
1•Brajeshwar•2m ago•0 comments

It Depends

https://idiallo.com/blog/it-depends-experts-never-give-straight-answers
1•Brajeshwar•2m ago•0 comments

AI Engineer will be the LAST job

https://www.latent.space/p/ainews-ai-engineer-will-be-the-last
1•Brajeshwar•3m ago•0 comments

5 Years of Founder's Grind

https://twitter.com/byanhtho/status/2024863500468629584
1•jdenquin•3m ago•0 comments

I Built: Visualize Your AI Chat Context

https://99helpers.com/tools/visual-contextual-chat
1•nickk81•4m ago•0 comments

Show HN: Adversa – Monitor competitor websites with AI summaries

https://adversa.io/
1•robinweller•4m ago•0 comments

Interview with Marc Vilanova – hidden frequencies of embodied sound experiences

https://www.creativeapplications.net/project/interview-with-marc-vilanova-the-hidden-frequencies-...
1•bryanrasmussen•4m ago•0 comments

A Moment of Peace and Tranquility

https://greenville.substack.com/p/a-moment-of-peace-and-tranquility
1•andytratt•5m ago•0 comments

IBM unveils first ever "half-Möbius" molecule aided by quantum computing

https://www.scientificamerican.com/article/ibm-scientists-unveil-the-first-ever-half-moebius-mole...
1•stevenjgarner•6m ago•0 comments

Worried about LLM-written modules

https://discuss.pixls.us/t/worried-about-llm-written-modules/56430
1•patrakov•7m ago•0 comments

Elon Musk's Sci-Fi Hyperloop Failed

https://washingtonian.com/2026/02/12/how-elon-musks-sci-fi-hyperloop-failed/
4•raattgift•10m ago•0 comments

Procraste: Pay R$5 via Pix to watch an AI procrastinate in a terminal for 1 hour

https://procraste.com.br
2•arthurborgesdev•10m ago•1 comments

AI is a Mood, Not A Method essay

https://robmealey.substack.com/p/ai-is-a-mood-not-a-method
1•vorkosigan•13m ago•0 comments

Climate breakdown is putting the food in peril – in maps and charts

https://www.theguardian.com/environment/ng-interactive/2025/dec/18/how-climate-breakdown-is-putti...
1•bryanrasmussen•13m ago•0 comments

Building a Licensing System from First Principles

https://seg6.space/posts/software-protection-system/
2•seg6•15m ago•0 comments

I built a site to browse and vote on LLMs across N dimensions

https://llm-matrix.vercel.app/
2•nagi_builds•18m ago•0 comments

Show HN: WebXR AI 3D Showroom for E-commerce (Three.js Demo)

https://shop-webplikacija.pages.dev
1•mmsoftstudio•18m ago•1 comments

Show HN: GovConToday – Daily SAM.gov contract digest matched to your NAICS codes

https://govcontoday.com
1•watsoft•18m ago•0 comments

Addicted to Claude Code–Help

5•aziz_sunderji•20m ago•2 comments

Show HN: AI agents built this – paste one line into Claude, AI team in 5 min

https://github.com/reflectt/reflectt-node
2•reflectt•20m ago•1 comments

The Gathering, an open standards effort for human and machine-readable content

https://tg.community
2•doguabaris•20m ago•1 comments

Skills-Maxxing with Agent Harness Engineering

https://blog.yen.chat/p/skills
1•saddington•22m ago•1 comments

The Aria EV Shows the Potential of EV Battery Swapping

https://spectrum.ieee.org/ev-battery-swapping-aria-ev
1•rbanffy•23m ago•0 comments

Verification debt: the hidden cost of AI-generated code

https://fazy.medium.com/agentic-coding-ais-adolescence-b0d13452f981
6•xfz•24m ago•1 comments

Usage Specification

https://usage.jdx.dev/spec/
1•todsacerdoti•25m ago•0 comments

DiVine Web – Short-Form Looping Videos on Nostr

https://divine.video/discovery/classics
1•janandonly•25m ago•0 comments

Asteroid defense mission shifted the orbit of more than its target

https://arstechnica.com/science/2026/03/nasas-dart-mission-shifted-the-orbits-of-two-asteroids/
1•rbanffy•27m ago•0 comments

Building a Project with AI: My Experience with Agentic Development

https://swedq.se/building-a-project-with-ai-my-experience-with-agentic-development/
1•ardacetinkaya•27m ago•0 comments
Open in hackernews

LLM-cpp: 26 single-header C++17 libraries for LLM integration

https://github.com/Mattbusel/llm-cpp
2•Shmungus•1h ago

Comments

Shmungus•1h ago
Built this over a weekend because every C++ project I worked on needed LLM features and the options were either "wrap the Python SDK somehow" or "write the curl SSE parsing yourself again."

26 libraries across four categories — Core, Data, Ops, App. Each one is a single .hpp file. Drop in what you need, define one implementation macro, ship. No Python runtime, no package manager, no build system changes beyond linking libcurl where needed.

llm-stream has 83 unique clones already with zero promotion. Figured the rest of the suite was ready to share. Happy to answer questions on design decisions, the single-header pattern, or anything else.

mondainx•1h ago
Very cool, thanks for sharing. I'm sure this will come in handy!
Shmungus•1h ago
100%, I hope you get some good use out of it!