frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

What if compiler errors were an API? (AI-native language demo)

https://asciinema.org/a/834560
1•hvoetsch•2h ago

Comments

hvoetsch•2h ago
Hey HN,

  I've been thinking about why AI agents struggle with code generation — it's not the models, it's the languages. Every
  compiler was designed to output human-readable errors. Agents have to regex-scrape them, which breaks constantly.

  So I built Valea: a minimal systems language where the compiler speaks JSON by default.

  $ valea check program.va --json
  [{"code":"E201","message":"Function 'foo' returns bool but declared int","span":{"start":4,"end":7}}]

  Stable error codes (E201, E202...) mean an agent can branch on the code, not fragile string matching. Canonical
  formatter means two agents generating the same program always produce identical output. Targets C as output.

  The demo shows Claude autonomously:
  - Writing a program → hitting E001 (negative literal not supported) → inventing a workaround within the language
  constraints → emitting valid C
  - Building Fibonacci via pure function chaining (no loops, no recursion)
  - All without human intervention

  https://asciinema.org/a/834560

  Repo: https://github.com/hvoetsch/valea

  Still MVP — only functions, int/bool, addition, and zero-arg calls. But the compiler infrastructure (lexer, parser,
  type checker, C emitter, JSON diagnostics) is solid. Looking for feedback on the design direction before expanding the
   language surface.

  What would you add first: parameters, variables, or conditionals?

SSL/TLS and PKI History

https://www.feistyduck.com/ssl-tls-and-pki-history/
1•fanf2•2m ago•0 comments

Virtual Scrolling: Rendering messages without lag

https://kreya.app/blog/using-virtual-scrolling/
1•CommonGuy•4m ago•0 comments

Pentagon AI chief praises Palantir tech for speeding battlefield strikes

https://www.theregister.com/2026/03/13/palantirs_maven_smart_system_iran/
1•jjgreen•7m ago•0 comments

Major Outage in Datadog Web Application

https://status.datadoghq.com
1•nzach•9m ago•0 comments

Meta Acquires Moltbook

https://www.nytimes.com/2026/03/10/technology/meta-moltbook-social-ai-bots.html
1•rakag•10m ago•0 comments

I hacked Perplexity Computer and got unlimited Claude Code

https://twitter.com/YousifAstar/status/2032214543292850427
1•tamnd•15m ago•0 comments

Gemini to Word exporter that preserves code blocks, tables, and headings

https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj
2•mounter•18m ago•1 comments

Silicon Valley is buzzing about this new idea: AI compute as compensation

https://www.businessinsider.com/ai-compute-compensation-software-engineers-greg-brockman-2026-3
3•arnon•19m ago•3 comments

How to Hire SaaS Developers in 2026?

1•Sword_Software•21m ago•0 comments

Void, the Vite-native deployment platform

https://void.cloud/
1•wildpeaks•22m ago•1 comments

Internet Intro – hand-curated discovery site for independent web projects

https://internetintro.com/
1•BarBoost•23m ago•1 comments

Show HN: Agile V Skills – Open skills for verifiable, traceable AI engineering

https://github.com/Agile-V/agile_v_skills
1•JoshuaWellbrock•23m ago•0 comments

Server managed SQLite for multi-tenant? Open-source idea

https://old.reddit.com/r/sqlite/comments/1rra3ln/comment/oa6xnvi/
2•websku•27m ago•1 comments

Five layers from writing code to writing companies

https://engineering.taktile.com/blog/five-layers-from-writing-code-to-writing-companies/
7•joostrothweiler•27m ago•0 comments

Hackable single-file console file manager powered by uv with S3/GCS support

https://github.com/begoon/xc
1•begoon•28m ago•0 comments

Show HN: Update] StocksAnalyzer – Compare two stocks side-by-side

https://www.stocksanalyzer.app/compare
1•JuGaDev•28m ago•0 comments

The Shape of the Thing

https://www.oneusefulthing.org/p/the-shape-of-the-thing
1•andyjohnson0•29m ago•0 comments

Invoice OCR API for Logistics Expense Tracking Automation

1•azapi_ai•30m ago•0 comments

Rust and LLMs: The Compiler Does What Code Review Shouldn't Have To

https://blog.rezvov.com/rust-and-llms-the-compiler-does-what-code-review-shouldnt-have-to
1•alexrezvov•31m ago•0 comments

SBOM Adoption on PyPI Is at 1.58%. We Can Do Better

https://sbomify.com/2026/03/12/pypi-sbom-analysis/
1•mvip•32m ago•0 comments

Blue-LIRIC in rabbit cornea: efficacy, effects, and repetition rate (2022)

https://pmc.ncbi.nlm.nih.gov/articles/PMC9045900/
1•tempestn•36m ago•0 comments

One of Our Credit Card

https://honeypot.net/2026/03/12/one-of-our-credit-card.html
2•speckx•36m ago•0 comments

Blader/humanizer: Claude Code skill to remove AI-generated tells from writing

https://github.com/blader/humanizer
1•fragmede•37m ago•1 comments

JSFX on Fedora Linux: an ultra-fast audio prototyping engine

https://fedoramagazine.org/jsfx-on-fedora-linux-an-ultra-fast-audio-prototyping-engine/
1•ycollet•38m ago•0 comments

Design-Driven AI Development

https://ambitious-hosta-5ce.notion.site/Design-Driven-AI-Development-32254f55890480e48d55d86970f5...
1•DevManCry•39m ago•1 comments

'Devastating blow': Atlassian lays off 1,600 workers ahead of AI push

https://www.theguardian.com/technology/2026/mar/12/atlassian-layoffs-software-technology-ai-push-...
3•birdculture•43m ago•0 comments

2026 State of SaaS Report

https://seedium.io/offers/saas-market-report-2026/
1•seedium_tech•50m ago•0 comments

Show HN: Outsmart – a 5-round betting game against the computer

https://labs.davidbauer.ch/outsmart/
2•davidbauer•54m ago•0 comments

Pi-Autoresearch

https://github.com/davebcn87/pi-autoresearch
2•tin7in•56m ago•0 comments

Show HN: A small macOS app to send push notifications to the iOS Simulator

https://github.com/gogson/ios-simulator-push-notifier
2•opafan•59m ago•0 comments