frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: VeriContext – Preventing Stale Documentation for LLM Agents

https://github.com/amsminn/vericontext
1•amsminn•19s ago•0 comments

Xcode Copilot Code Assistant

https://github.com/mobile-ar/xcode-assistant-copilot-server
1•mobile-ar•44s ago•0 comments

Linum: The simple musical notation and synthesizer

https://linum-notation.org
1•foss-enjoyer•2m ago•0 comments

Amazon Busted for Widespread Scheme to Inflate Prices Across the Economy

https://www.thebignewsletter.com/p/amazon-busted-for-widespread-price
1•toomuchtodo•2m ago•1 comments

Show HN: I solo-validated Fed learning at 10M nodes with 50% Byzantine tolerance

https://github.com/rwilliamspbg-ops/Sovereign_Map_Federated_Learning/releases/tag/v1.0.0
1•rwilliamspbgops•2m ago•0 comments

Show HN: Free bartending school app – learn cocktails without paying for school

https://apps.apple.com/ca/app/bartending-school-by-gigz-labs/id6757450275
1•gigzlabs•3m ago•0 comments

Google 'deeply sorry' after N-word written out in alert about BAFTA Film Awards

https://ew.com/google-deeply-sorry-after-n-word-written-out-news-alert-11913141
1•longislandguido•3m ago•0 comments

Open-source AI execution management for test automation

https://github.com/isagawa-qa/platform
1•isagawa-co•3m ago•1 comments

Show HN: A fake AI face-matcher to test if people question surveillance

https://pleasejuststop.org
1•paperplant•3m ago•1 comments

CGIT 1.3 Web Front End for Git Released After Six Years

https://www.phoronix.com/news/CGIT-1.3-Released
1•anonymousiam•5m ago•0 comments

Traders Rush to Dump Software Loans That Began Year at 100 Cents

https://www.bloomberg.com/news/articles/2026-02-24/traders-rush-to-dump-software-loans-that-began...
1•petethomas•5m ago•0 comments

Show HN: JadeAI – Resume builder with AI parsing, 50 templates, and self-hosting

1•twwch•6m ago•0 comments

A.I. Is Not Going to Replace Software [video]

https://www.youtube.com/watch?v=Epp-Vz0FrPg
1•nradov•6m ago•0 comments

Five security lessons from the FBI's Washington Post raid

https://freedom.press/digisec/blog/wapo-raid-security-lessons/
1•ColinWright•8m ago•0 comments

How insurance became the lifeblood of private credit

https://www.ft.com/content/b6be87a9-0abf-4950-9060-2159aa547f3d
2•petethomas•10m ago•0 comments

Spec-Driven Development: From Vibe Coding to Structured Development

https://zarar.dev/spec-driven-development-from-vibe-coding-to-structured-development/
1•recroad•12m ago•0 comments

Open-source tool alerts when your agent starts looping,drifting,burning tokens

https://github.com/ThirumaranAsokan/Driftshield-mini
1•dev_developer•12m ago•1 comments

Show HN: We Gave an LLM Adventure Engine a Body, Now It Feels Exhausted

https://mycelialmirror.medium.com/we-gave-a-procedural-text-adventure-engine-a-body-and-now-it-kn...
1•oopismcgoopis•15m ago•0 comments

AI bot roasts any website URL you give it and it's scathingly mean

https://www.pcgamer.com/software/ai/this-ai-bot-roasts-any-website-url-you-give-it-and-its-hilari...
1•ohjeez•16m ago•0 comments

PageMaker pioneer Paul Brainerd, 1947-2026

https://www.geekwire.com/2026/pagemaker-pioneer-paul-brainerd-1947-2026-aldus-founder-devoted-his...
5•throw0101c•18m ago•1 comments

Thousand Year old experiment to find height of atmosphere [video]

https://www.youtube.com/shorts/2MjmO4bL4xw
1•lifeisstillgood•22m ago•0 comments

Steve was a leader, innovator, and friend

https://twitter.com/tim_cook/status/2026296056435138620
2•keepamovin•25m ago•0 comments

What keeps Japan's 1k-year-old companies alive?

https://www.japantimes.co.jp/business/2026/02/09/companies/japan-1000-year-old-business/
1•PaulHoule•26m ago•0 comments

Ask HN: Built an algorithmic forensic accounting tool

1•cd_mkdir•26m ago•0 comments

Stress testing Claude's language skills

https://vivsha.ws/blog/stress-testing-claudes-language-skills
2•nl•27m ago•0 comments

Ask HN: How do you find a cofounder for a game?

1•general_reveal•28m ago•1 comments

Democracy in 2025: on rising authoritarianism in the United States

https://www.hks.harvard.edu/faculty-research/policy-topics/democracy-governance/harvard-experts-d...
8•KnuthIsGod•33m ago•0 comments

The Price of American Authoritarianism What Can Reverse Democratic Decline?

https://www.foreignaffairs.com/united-states/american-authoritarianism-levitsky-way-ziblatt
3•KnuthIsGod•34m ago•0 comments

The Internet, nobody knows you're a dog (1993)

https://en.wikipedia.org/wiki/On_the_Internet,_nobody_knows_you%27re_a_dog
2•vismit2000•35m ago•0 comments

Go-Size-Analyzer

https://www.datadoghq.com/blog/engineering/agent-go-binaries/
1•vismit2000•38m ago•0 comments
Open in hackernews

Semantic Compiler: Natural language → LLVM IR, no programming language

https://semcom.ai
2•rightlane•2h ago

Comments

rightlane•2h ago
This is a pet project of mine that has taken on a life of its own in my head. It's still too early for me to tell if this is a good or terrible idea.

The idea is to have AI translate intent directly to LLVM IR and skip programming languages entirely.

I've gone through a few iterations starting with simple numerical operations, then I went a little crazy with it and decided to build a (mostly) self contained web server. The project site (semcom.ai) runs on a web server built this way. LLVM IR, raw Linux syscalls, no libc, static binary, scratch Docker container. IR generated by the semcom system with some interventions from Claude Code.

The system has four parts: intent layer (structured natural language), meaning compiler (intent → IR), semantic bridge (observes running system, produces behavioral model), and alignment engine (compares intent vs. behavior, outputs semantic deltas).

Me, and Claude constructed a white paper (it's on the site) with my thoughts on what this might look like. Check it out if interested!

chrisjj•1h ago
> The Semantic Compiler — from human intent to machine execution, no code required.

You don't need any compiler for that. Just type dir.

Better strapline needed.

rightlane•1h ago
Lol! Fair enough!
chrisjj•49m ago
Good luck!