frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aztec Codex

https://en.wikipedia.org/wiki/Aztec_codex
2•soupspaces•2m ago•0 comments

RNA-triggered cell killing with CRISPR-Cas12a2

https://www.nature.com/articles/s41586-026-10466-y
2•manuelr-t•2m ago•0 comments

Show HN: Disputron – AI small claims court for petty disputes

https://disputron.ai
2•etaheri•4m ago•0 comments

Show HN: Built a Public Journal for Builders

https://joinserendipity.co/
2•ldang•7m ago•1 comments

US launches new strikes on Iran

https://www.ft.com/content/21131ff4-35e1-4e5c-b827-1e07c9153e8e
3•JumpCrisscross•8m ago•0 comments

French prosecutors seek charges against Musk/X over child sexual abuse images

https://apnews.com/article/france-x-grok-deepfakes-child-sexual-abuse-charges-cac04b1869201bb4c9d...
3•afavour•10m ago•0 comments

Cybercrime group crashes Penn's Canvas system

https://www.thedp.com/article/2026/05/penn-canvas-shinythunters-data-breach-hack-second
2•bgschulman31•14m ago•0 comments

Family Deserves a Lasting Legacy

https://kleinlegacywealth.pro/
2•misterthp•14m ago•0 comments

Not fight, flight or freeze, but fawn

https://psyche.co/notes-to-self/not-fight-flight-or-freeze-this-is-what-fawning-looks-like
2•herbertl•14m ago•0 comments

blink-dev: Intent to Ship: Prompt API

https://groups.google.com/a/chromium.org/g/blink-dev/c/iR6R7-nQeHI?pli=1
2•xg15•14m ago•0 comments

We built autoresearch for browser agents

https://www.browserbase.com/blog/autobrowse
2•Kylejeong21•15m ago•0 comments

Show HN: No More Deepfakes – A Ramanujan 1/π and Nvidia B200 Architecture

https://zenodo.org/records/20065581
2•Prakash_1•16m ago•0 comments

Left-Right Handedness Asymmetry in Snail Shells (2004)

https://www.sciencedirect.com/science/article/pii/S0960982204005901
1•bookofjoe•16m ago•0 comments

My Claude dreams at night and remembers everything. Better than mempalace

https://github.com/CodeAbra/iai-mcp
2•CodeAbra•17m ago•0 comments

Fire at Dutch NorthC data center, all personnel evacuated in time

https://www.techzine.eu/news/infrastructure/141131/fire-at-northc-data-center-all-personnel-evacu...
2•notorandit•17m ago•1 comments

What do AI based layoffs say about their ability to scale?

https://www.elliotcsmith.com/what-do-ai-based-layoffs-say-about-tam/
2•smitec•19m ago•0 comments

How many of us are evaling our skills?

https://github.com/BintzGavin/apastra
2•GavinBintz•19m ago•0 comments

Attacking your competitors online is dumb

https://posthog.com/blog/why-attacking-competitors-is-dumb
3•herbertl•23m ago•0 comments

Reality emerges: What is the Universe made of?

https://aeon.co/essays/why-reality-is-more-than-the-sum-of-its-particles
2•herbertl•27m ago•0 comments

Ask HN: Are we observing the death of social networks?

4•fullstacking•27m ago•2 comments

thoughts on Gen AI's frontier of individuality

3•audreyfei•28m ago•0 comments

US trade court rules against Trump's 10% global tariffs

https://www.reuters.com/world/us-trade-court-rules-against-trumps-10-global-tariff-2026-05-07/
6•JumpCrisscross•30m ago•0 comments

Marc Andreessen Egg Game

https://marc-egg.eieio.games/
3•HotGarbage•30m ago•0 comments

Structured Procrastination

https://www.structuredprocrastination.com/
3•biscuits1•31m ago•1 comments

Ask HN: What will happen as AI costs increase?

3•MetaWhirledPeas•33m ago•0 comments

David Attenborough's 100 Years on Planet Earth

https://www.royalalberthall.com/tickets/events/2026/david-attenboroughs-100-years-on-planet-earth
2•smusamashah•33m ago•0 comments

cuda-oxide: a custom rustc backend for compiling GPU kernels in pure Rust

https://github.com/NVlabs/cuda-oxide
2•matt_d•34m ago•0 comments

Anthropic donates Petri open-source alignment tool

https://www.anthropic.com/research/donating-open-source-petri
2•dragonstyle•35m ago•0 comments

Qualcomm Hexagon V81 HMX Programmer's Reference Manual [pdf]

https://docs.qualcomm.com/doc/80-N2040-62/80-N2040-62_REV_AA_Qualcomm_Hexagon_V81_HMX_Programmers...
2•my123•39m ago•0 comments

Agent readability for the web (lightspeed benchmark for agents)

https://a14y.dev/
2•ghuntley•40m ago•0 comments
Open in hackernews

Show HN: Integrating Local Open LLMs (LLM-Jp) with MLflow Prompt Engineering UI

https://github.com/suzuki-2001/mlflow-llm-jp-integration
1•ss-13•1y ago

Comments

ss-13•1y ago
I’ve been experimenting with MLflow’s Prompt Engineering UI, which lets you do no-code prompt tuning across multiple LLMs. While it officially supports models like OpenAI out of the box, I wanted to try it with Japanese open-source models from the LLM-jp project.

This repo shows how to serve these models locally using MLflow’s pyfunc model interface, expose them via the MLflow AI Gateway, and compare prompt performance through the UI.

It includes a working setup with: - Hugging Face LLM-jp models (e.g. llm-jp-3-3.7b-instruct) - MLflow Model Serving - MLflow Gateway - Prompt Engineering UI - Streamlit UI for experiment tracking

GitHub: https://github.com/suzuki-2001/mlflow-llm-jp-integration Japanese article explaining the project: https://zenn.dev/shosuke_13/articles/21d304b5f80e00