frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

RNDA: A data architecture where raw data is permanently discarded after encoding

https://rnda.io/
1•ziggytech•1m ago•0 comments

Continuous Collision Detection as a Visual Effect

https://adamheins.com/blog/ccd-visual
1•adamheins•1m ago•0 comments

Why the Amish Have Never Needed a Gas Station [video]

https://www.youtube.com/watch?v=jl9peJKkf1M
1•user20180120•2m ago•1 comments

The AI Revolution in Math Has Arrived

https://www.quantamagazine.org/the-ai-revolution-in-math-has-arrived-20260413/
1•lschueller•2m ago•0 comments

Lerd, an open source Herd-like PHP development environment for Linux and macOS

https://github.com/geodro/lerd
1•geodro•3m ago•1 comments

Enterprises power agentic workflows in Cloudflare Agent Cloud with OpenAI

https://openai.com/index/cloudflare-openai-agent-cloud/
1•surprisetalk•4m ago•0 comments

US companies not going public because of hostile litigation environment

https://www.washingtonpost.com/opinions/2026/04/13/lawyers-class-action-lawsuits-public-companies/
1•dryadin•5m ago•0 comments

Transistor Runs on Air and Used in a DIY Digital Clock [video]

https://www.youtube.com/watch?v=E1BLGpE5zH0
1•arttaboi•6m ago•0 comments

Open Letter Opposing the Paramount-Warner Bros. Discovery Merger

https://blockthemerger.com/openletter
1•ChrisArchitect•7m ago•0 comments

The tool is not the author

https://resolve.works/articles/the-tool-is-not-the-author/
2•monneyboi•7m ago•0 comments

Show HN: NRC nuclear licensing RAG pipeline and regulatory embeddings dataset

https://huggingface.co/datasets/davenporten/nrc-regulatory-embeddings
1•davenporten•7m ago•0 comments

Show HN: Git-native solution for documenting software architecture

https://app.maniok.io
1•salzaverde•8m ago•0 comments

Show HN: MOS Tech 6502 emulated in pure Postgres

https://github.com/lasect/pg_6502
1•heywinit•8m ago•0 comments

Web scraping tarpits are catching legitimate data teams, not just AI crawlers

https://foura.ai/blog/web-scraping-tarpits-collateral-damage
1•angelhadjiev•9m ago•0 comments

Economic Software Testing (2019)

https://baatz.ch/2019/economic-software-testing/
1•rzk•9m ago•0 comments

OpenCode vs. Claude Code vs. Copilot

1•pjmalandrino•10m ago•0 comments

Joaquin Phoenix, Ben Stiller, Other Hollywood Names Oppose Paramount-Warner Deal

https://variety.com/2026/film/news/hollywood-open-letter-paramount-warner-bros-deal-1236720249/
1•randycupertino•10m ago•1 comments

Sam Altman reportedly targeted in second attack

https://www.theverge.com/ai-artificial-intelligence/910890/openai-sam-altman-second-home-attack-s...
2•Brajeshwar•10m ago•1 comments

Categorization Is 'Baked' into the Brain

https://www.nature.com/articles/s41583-026-01036-2
2•XzetaU8•12m ago•1 comments

Did NFTs leave a lasting mark or was it purely speculative?

1•Heyhum•14m ago•0 comments

Show HN: I built a tool that automatically turns tickets into design doc and PRs

3•rajivprab•16m ago•0 comments

Paris Court Issued Site Blocking Orders Against ISPs, DNS Resolvers and VPNs

https://torrentfreak.com/paris-court-issued-simultaneous-site-blocking-orders-against-isps-dns-re...
1•speckx•16m ago•0 comments

Philippines Asks Facebook to Curb Fake News, Warns of Legal Move

https://www.bloomberg.com/news/articles/2026-04-12/philippines-asks-facebook-to-curb-fake-news-wa...
3•1vuio0pswjnm7•16m ago•0 comments

Unmasking the Creator of Bitcoin

https://www.nytimes.com/2026/04/09/podcasts/the-daily/satoshi-nakamoto-bitcoin-creator.html
2•brandonb•17m ago•0 comments

The Harness Tax: The dead weight in your coding agent

https://twitter.com/siddhxrth10/status/2043703343453987133
1•siddhxrth•18m ago•0 comments

How Healthy Are Oats?

https://www.nytimes.com/2026/04/13/well/eat/oats-health-benefits-recipes.html
2•brandonb•18m ago•0 comments

The Graveyard of Unabsorbed Knowledge

https://verificationbottleneck.substack.com/p/the-graveyard-of-unabsorbed-knowledge
1•Giwwi•18m ago•1 comments

We May Be Living Through the Most Consequential Hundred Days in Cyber History

https://ringmast4r.substack.com/p/we-may-be-living-through-the-most
15•laurex•21m ago•0 comments

Show HN: I built a sandboxed agent that writes JSON rules to avoid repeat errors

1•grimm8000•22m ago•1 comments

Live Streaming from Space: Infrastructure Challenges Behind Video Beyond Earth

https://www.red5.net/blog/live-streaming-from-space-infrastructure-challenges/
1•mondainx•23m ago•0 comments
Open in hackernews

Show HN: Remy, an AI agent that compiles annotated Markdown into full-stack apps

https://remy.msagent.ai/
4•sthielen•1h ago
Hi HN! Sean from MindStudio here. I wanted to share something we've been working on that I think introduces some new ideas into the "AI coding agent" space.

Remy is an AI agent that builds full-stack TypeScript apps from a spec written in a new flavor of annotated markdown. The spec has two layers: prose describing what the app does, and annotations that carry the technical precision (data types, edge cases, validation rules, code snippets). The agent then "compiles" this into code: backend methods, typed schemas, frontends, test scenarios, and everything else are derived artifacts of the spec.

The idea is that this isn't no-code, and it isn't a shortcut for people who can't code. It's a step toward a new kind of higher-level programming language, one that happens to look like annotated prose instead of syntax with semicolons. The spec isn't a requirements document that generates code. It is the program. Code is compiled output, the same way nobody writes assembly by hand anymore but it's still running underneath. The spec and code stay in sync bidirectionally, and the same spec compiles into different interfaces (web app, REST API, conversational AI agent, MCP server, etc.) depending on what you need. We're obviously stretching the word "compile" here - the same spec isn't going to produce character-identical code each run. But we think it's an interesting mental model for thinking about where software is headed, and we think the gap between "functionally equivalent" and "effectively deterministic" is only going to continue narrowing with each generation of model.

At their core, the apps Remy builds are git repos and markdown files, but we've also built a browser-based sandbox around them - editor, live preview, terminal, chat, and all the other bells and whistles - with managed infrastructure underneath: SQLite with automatic schema migrations, auth primitives (sms/email verification codes, sessions - you build your own UI and define your own user table), 200+ AI models and 1000+ integrations as SDK calls, deploy-on-push. Standard TypeScript, any npm package, any frontend framework.

It's been really fun to see what is possible with all of these pieces connected. We're opening up in public alpha this morning. You can watch some demo videos, see some more details, and sign up to try it at: https://remy.msagent.ai (sign up for a free MindStudio account and then use "showhn" as the code to join the alpha without needing a paid account)

There are also some more demo videos on YouTube: https://www.youtube.com/watch?v=2QJvBcAqQqA&list=PL1gRZlpf9_...

As well as a tour of the interface: https://www.youtube.com/watch?v=ar724yPXgwU

Would love to know what you think. Feel free to drop me an email at sean at mindstudio.ai too

Comments

elllyphant•24m ago
One thing I'd add from the product side is that the reason we went spec-driven is because we observed (and personally experienced) desire to build FAST but then hit a wall trying to make it better.

The problem stems from nobody sharing a good document of "what this is what the app is supposed to do." The codebase became the only record of intent, and it was written by AI.

Spec-driven development fixes that. You can hand it to a new teammate, read & understand it, and actually understand the system. The agent reads the same document and generates from it. When something needs to change, you change the spec, not a pile of files you didn't write that become messy later.

We're really early and want feedback from people actually building things. If you try it, please share your experience!