frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AgentVoy – The create-react-app for AI agents (7 frameworks, deploy anywhere)

https://github.com/agentvoy/agentvoy
1•cthecm•59s ago•0 comments

Publicly shame Montréal, Canada into fixing road

https://www.maville.club/
1•pob944•1m ago•0 comments

Skills for Testing Distributed Systems

https://github.com/shenli/distributed-system-testing
1•jinqueeny•1m ago•0 comments

Building a vintage recipe rolodex with Python, Pelican, and Markdown

https://iza.ac/posts/2026/05/pelican-cookbook-markdown-recipes/
1•infinitewalk•2m ago•0 comments

We've calculated your chances of winning money on Polymarket

https://www.washingtonpost.com/technology/interactive/2026/polymarket-online-gambling-winners-and...
1•surprisetalk•6m ago•0 comments

I'm making our documentation agent-friendly (and how I'm not)

https://buildwithfern.com/post/agent-friendly-docs
1•ivanech•7m ago•0 comments

CISA Admin Leaked AWS GovCloud Keys on GitHub

https://krebsonsecurity.com/2026/05/cisa-admin-leaked-aws-govcloud-keys-on-github/
2•eyberg•11m ago•0 comments

LLMs have no structural place for non-knowledge

https://terminallogic.substack.com/p/what-your-model-will-never-admit
1•kwojno•14m ago•1 comments

AI-generated code that works – and proves it

https://www.codemetal.ai/research/ai-generated-code-that-works-and-proves-it
1•normalform•14m ago•0 comments

Mexican government breached by solo user with Claude, 150 GB exfiltrated

https://konstantintkachuk.com/writing/the-floor-doesnt-exist/
3•Reaktornano•15m ago•0 comments

Syncthing over Tailscale

https://blog.fidelramos.net/es/software/tailscale-3-syncthing
1•fidelramos•17m ago•0 comments

What We Learned from One Year of Building Production Agents

https://strandsagents.com/blog/what-we-learned-from-one-year-of-building-production-agents/
1•siegers•20m ago•0 comments

Browse.sh, an open source catalog of browser skills

https://www.browserbase.com/blog/browse.sh
1•Kylejeong21•22m ago•0 comments

Images of Sylvester Stallone used to train models for recognizing stroke

https://retractionwatch.com/2026/05/18/kaggle-dataset-clinical-models-stroke-diabetes/
1•connorboyle•23m ago•0 comments

Inter Gravissimas

https://en.wikipedia.org/wiki/Inter_gravissimas
1•simonebrunozzi•24m ago•0 comments

European imaging companies step in to fill warzone gap

https://spacenews.com/european-imaging-companies-step-in-to-fill-warzone-gap/
1•defrost•25m ago•0 comments

Shangraw Gap 0.65

https://github.com/muffcruster420-bot/afterlife-workshop
1•muffcruster420•25m ago•1 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
2•pickleRick243•26m ago•1 comments

Does earning $500K in San Francisco mean you're in the 'permanent underclass?'

https://www.businessinsider.com/ai-permanent-underclass-500k-san-francisco-debate-2026-5
2•Cider9986•29m ago•0 comments

Reviewing so called Pull Requests at $dayjob

https://rkta.de/dayjob-pr-review.html
1•birdculture•31m ago•0 comments

micnik – 10s voice message anonymous microblogging

https://micnik.stagas.deno.net/
1•stagas•32m ago•0 comments

Understanding Data Collection, Brokerage, Spam in the Lead Marketing Ecosystem

https://arxiv.org/abs/2604.06759
1•ericpauley•38m ago•0 comments

Show HN: Better.ftp – cycling app for FTP tests without subscription

https://betterftp.cc/
2•niecore•41m ago•0 comments

Managing metadata is essential in LLM world

https://www.itbrew.com/stories/managing-metadata-is-essential-in-llm-world
1•mooreds•42m ago•0 comments

Ask HN: Are coding interview still relevant?

4•manidharv•43m ago•2 comments

Visual Studio Code for Education roadmap update

https://vscodeedu.com/whats-new/2645
1•acbart•43m ago•2 comments

Alignment pretraining: AI discourse creates self-fulfilling (mis)alignment

https://arxiv.org/abs/2601.10160
4•anigbrowl•45m ago•0 comments

Keeping the Cultural Uplands Alive

https://jaymollica.com/blog/keeping-the-cultural-uplands-alive/
1•thebigship•45m ago•0 comments

How to Start an AI Business as a Teenager in 2026 [video]

https://www.youtube.com/watch?v=X_lxuGsFu4M
1•botang1•45m ago•0 comments

Secret History of Silicon Valley [video]

https://www.youtube.com/watch?v=ZTC_RxWN_xo
2•gmays•47m ago•0 comments
Open in hackernews

Show HN: Tracecast – open-source generative data apps built on top of Marimo

https://github.com/tracecast/open_data_apps
1•malachyd•53m ago
Hi HN, I'm Malachy, the founder of Tracecast. This project lets you generate interactive data apps on top of your data, using a Cursor-style AI chat. It stitches together Marimo, LangGraph agents, and data warehouse query tools. It has an Apache 2.0 license.

The initial use case that spurred this project was business analytics, specifically generating product usage dashboards.

This project's main inspiration is Marimo, an open source python notebook that can be "queried with SQL, run as a script, and deployed as an app" [1]. The recent release of Marimo Pair [2] demonstrated the power of connecting AI agents like Claude Code to Marimo notebooks directly. This project seeks to build on that work by incorporating a LangGraph agent with two key abilities: (1) the ability to execute queries against a connected data warehouse (such as Snowflake); (2) the ability to write Marimo notebooks.

When prompted, the LangGraph agent will run exploratory data analysis using database query tools. Then, it creates a polished Marimo notebook that's presented to the user in read-only mode. This project intentionally hides the Marimo edit mode. That means that the end user only ever sees a finished, read-only data app. Ease of use and trust in AI output were the main drivers behind this decision.

4 data sources are currently supported: Snowflake, BigQuery, Postgres, and Metabase. The code for the database query tools was derived from Google's open source MCP Toolbox for Databases.

There is currently no support for MCP. Instead, data query tools are hardcoded. This decision was made to ensure high quality AI queries and limit tool bloat.

This is an early stage project, and is configured to only run locally at this time.

[1] https://github.com/marimo-team/marimo [2] https://news.ycombinator.com/item?id=47678844