frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Rriftt_ai.h – A bare-metal, dependency-free C23 tensor engine

https://github.com/Rriftt/rriftt_ai.h
4•Rriftt•2h ago
Hi HN, I built rriftt_ai.h because I hit my breaking point with the modern deep learning stack.

I wanted to train and run Transformers, but I was exhausted by gigabyte-sized Python environments, opaque C++ build systems, and deep BLAS dependency trees. I wanted to see what it actually takes to execute a forward and backward pass from absolute scratch.

The result is a single-header, stb-style C library written in strict C23.

Architectural decisions I made: - *Zero dependencies:* It requires nothing but a C compiler and the standard math library. - *Strict memory control:* You instantiate a `RaiArena` at boot. The engine operates entirely within that perimeter. There are zero hidden `malloc` or `free` calls during execution. - *The Full Stack:* It natively implements Scaled Dot-Product Attention, RoPE, RMSNorm, and SwiGLU. I also built the backprop routines, Cross-Entropy loss, AdamW optimizer, and a BPE tokenizer directly into the structs.

It is currently public domain (or MIT, your choice). The foundation is stable and deterministic, but it is currently pure C math. I built this architecture to scale, so if anyone wants to tear apart my C23 implementation, audit the memory alignment, or submit SIMD/hardware-specific optimizations for the matmul operations, I'm actively reviewing PRs.

Show HN: I built a sub-500ms latency voice agent from scratch

https://www.ntik.me/posts/voice-agent
423•nicktikhonov•13h ago•123 comments

Show HN: Govbase – Follow a bill from source text to news bias to social posts

https://govbase.com
193•foxfoxx•17h ago•76 comments

Show HN: Pianoterm – Run shell commands from your Piano. A Linux CLI tool

https://github.com/vustagc/pianoterm
52•vustagc•14h ago•18 comments

Show HN: Rriftt_ai.h – A bare-metal, dependency-free C23 tensor engine

https://github.com/Rriftt/rriftt_ai.h
4•Rriftt•2h ago•0 comments

Show HN: uBlock filter list to blur all Instagram Reels

https://gist.github.com/shraiwi/009c652da6ce8c99a6e1e0c86fe66886
114•shraiwi•15h ago•35 comments

Show HN: Omni – Open-source workplace search and chat, built on Postgres

https://github.com/getomnico/omni
158•prvnsmpth•1d ago•43 comments

Show HN: Visual Lambda Calculus – a thesis project (2008) revived for the web

https://github.com/bntre/visual-lambda
46•bntr•3d ago•7 comments

Show HN: Timber – Ollama for classical ML models, 336x faster than Python

https://github.com/kossisoroyce/timber
188•kossisoroyce•1d ago•32 comments

Show HN: Giggles – A batteries-included React framework for TUIs

https://github.com/zion-off/giggles
19•ajz317•8h ago•7 comments

Show HN: Web Audio Studio – A Visual Debugger for Web Audio API Graphs

https://webaudio.studio/
64•alexgriss•23h ago•7 comments

Show HN: wo; a better CD for repo management

https://github.com/anishalle/wo
2•itsagamer124•4h ago•0 comments

Show HN: Trade Stocks and Crypto On-Chain with Full Transparency

https://www.aulico.com
2•rendernos•4h ago•0 comments

Show HN: PHP 8 disable_functions bypass PoC

https://github.com/m0x41nos/TimeAfterFree
27•m0x41nos•9h ago•10 comments

Show HN: PantheonOS–An Evolvable, Distributed Multi-Agent System for Science

https://pantheonos.stanford.edu/
2•PantheonOS•6h ago•0 comments

Show HN: Cortexa – Bloomberg terminal for agentic memory

https://cortexa.ink
8•PrateekRao01•6h ago•1 comments

Show HN: Gapless.js – gapless web audio playback

https://github.com/RelistenNet/gapless.js
34•switz•16h ago•9 comments

Show HN: Starcraft2 replay rendering engine and AI coach

https://www.starcraft2.ai/en/replay/72228e2b-569e-440d-9fcc-93e4a1f5a4b9
4•tomkit•6h ago•0 comments

Show HN: Try Archetype 360 – AI‑powered personality test, 3× deeper than MBTI

https://archetype360.app/
9•ddesposito•19h ago•5 comments

Show HN: A Puzzle Game Based on Non-Commutative Operations

https://commutators.games
3•alius•7h ago•0 comments

Show HN: GitHub Commits Leaderboard

https://ghcommits.com
3•GustyCube•7h ago•0 comments

Show HN: An Auditable Decision Engine for AI Systems

https://maelstrom.ghostlogic.tech
3•adamscottthomas•8h ago•0 comments

Show HN: Punch card simulator and Fortran IV interpreter

https://punch.ehrlich.dev/
4•behrlich•16h ago•0 comments

Show HN: ApplyPilot – AI Agent that applies to jobs for you

https://github.com/Pickle-Pixel/ApplyPilot
3•pickle-pixel•9h ago•1 comments

Show HN: Writing App for Novelist

https://novelos.studio/
9•oknoorap•14h ago•5 comments

Show HN: OctopusGarden – An autonomous software factory (specs in, code out)

https://github.com/foundatron/octopusgarden
6•foundatron•10h ago•5 comments

Show HN: OmniGlass – Executable AI screen snips with kernel-level sandboxing

https://github.com/goshtasb/OmniGlass
2•goshtasb•11h ago•0 comments

Show HN: Open-Source Postman for MCP

https://github.com/baristaGeek/open-source-postman-for-mcp
6•baristaGeek•11h ago•0 comments

Show HN: Audio Toolkit for Agents

https://github.com/shiehn/sas-audio-processor
57•stevehiehn•1d ago•9 comments

Show HN: We filed 99 patents for deterministic AI governance(Prior Art vs. RLHF)

2•genesalvatore•11h ago•0 comments

Show HN: Logira – eBPF runtime auditing for AI agent runs

https://github.com/melonattacker/logira
24•melonattacker•1d ago•3 comments