frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New Zealand at wild frontier of AI superhacking

https://www.rnz.co.nz/news/science-and-technology/596203/nz-at-wild-frontier-of-ai-superhacking
2•billybuckwheat•39s ago•0 comments

The Race Is on (AI)

https://www.reloadnyc.com/the-race-is-on/
1•smesser•56s ago•0 comments

A new suite of modern tools coming for editing and publishing RFCs

https://www.ietf.org/blog/new-tools-coming-for-editing-and-publishing-rfcs/
2•shpat•3m ago•0 comments

A decades-old forest planting practice from Japan is gaining traction in the US

https://text.npr.org/nx-s1-5734482
2•mooreds•6m ago•0 comments

Why I Sacrificed a Goat to AWS Gods

https://blog.light-cloud.com/cloud/rethinking-infrastructure
2•julia-kafarska•6m ago•0 comments

Show HN: CRED-1 – Open domain credibility dataset for on-device pre-bunking

https://github.com/aloth/cred-1
2•xlth•8m ago•0 comments

Australia Four-Day Work Week Study Data Shows Boosted Productivity

https://scienceaim.com/australia-just-proved-the-four-day-work-week-works-here-is-what-the-data-a...
3•randycupertino•9m ago•0 comments

White House Approves $9B for Spy Agencies to Catch Up on A.I

https://www.nytimes.com/2026/05/22/us/politics/spy-agencies-ai-chips-shortage.html
2•01-_-•13m ago•0 comments

Measuring LLMs' ability to develop exploits

https://red.anthropic.com/2026/exploit-evals/
2•allenleee•13m ago•0 comments

Google CEO Sundar Pichai says booing graduates will shape AI's future

https://www.businessinsider.com/sundar-pichai-google-graduation-speech-stanford-ai-backlash-eric-...
1•01-_-•15m ago•0 comments

I ran 7 Claude Code instances as an adversarial research collective

https://paragraph.com/@adversarial-auditor/i-ran-7-claude-code-instances-as-an-adversarial-resear...
1•adv-auditor•15m ago•0 comments

The 'Vibecession' Is Over. The 'Permacession' Is Here

https://www.theatlantic.com/ideas/2026/05/americans-depressed-economy/687278/
2•paulpauper•16m ago•0 comments

Show HN: TalkTimer, a micro-SaaS run by an AI agent team

https://talktimer.co
1•a3e7•16m ago•0 comments

Dad Books Are a Dying Breed

https://www.wsj.com/business/media/dad-books-are-a-dying-breed-d9a28b49
2•paulpauper•16m ago•0 comments

Robert Wright's the God Test

https://marginalrevolution.com/marginalrevolution/2026/05/robert-wrights-the-god-test.html
2•paulpauper•17m ago•0 comments

BSDCan 2025 Trip Report – Mark Johnston

https://freebsdfoundation.org/blog/bsdcan-2025-trip-report-mark-johnston/
1•jruohonen•18m ago•1 comments

Defeating Git Rigour Fatigue with Jujutsu

https://ikesau.co/blog/defeating-git-rigour-fatigue-with-jujutsu/
2•ikesau•26m ago•0 comments

"Fixing" My HomeAssistant Install on FreeBSD – Brnrd – Bernard Spil

https://brnrd.eu/misc/2026-05-20/fixing-my-homeassistant-install-on-freebsd.html
1•rodrigo975•27m ago•0 comments

Countries scored on government promises vs. reality using official sources

https://www.sworndata.org/
1•cukhaj•27m ago•1 comments

Jailed Zigbee and HomeAssistant on FreeBSD – Brnrd – Bernard Spil

https://brnrd.eu/misc/2026-02-07/jailed-zigbee-and-homeassistant-on-freebsd.html
1•rodrigo975•27m ago•0 comments

Understanding WebAuthn credential protection policy

https://pilcrowonpaper.com/blog/16
2•mooreds•27m ago•0 comments

2009 Aftonbladet Israel Controversy

https://en.wikipedia.org/wiki/2009_Aftonbladet_Israel_controversy
3•hggh•27m ago•0 comments

Show HN: Trickster's Table – 20 free trick-taking card games with AI opponents

https://tricksterstable.playagame.app
1•dbravender•30m ago•1 comments

Pi Subagents

https://github.com/amosblomqvist/pi-subagents
1•sauravmaheshkar•30m ago•0 comments

Zero Dependency clock time awareness for Claude Code

https://substack.com/@arielsakin/note/c-264381241
1•asakin•30m ago•0 comments

Solo tabletop role-playing games

https://en.wikipedia.org/wiki/Solo_role-playing_game
2•Antibabelic•31m ago•0 comments

Dr. Demento, the DJ Who Brought America Weird Al, Tom Lehrer, and Cows with Guns

https://reason.com/2026/05/24/the-dj-who-brought-america-weird-al-tom-lehrer-and-cows-with-guns/
2•leephillips•32m ago•0 comments

Notes on Incidents

https://www.seangoedecke.com/notes-on-incidents/
2•blenderob•32m ago•0 comments

Migrating from Go to Rust

https://corrode.dev/learn/migration-guides/go-to-rust/
2•jabits•34m ago•0 comments

The Rise of the Backwards Deployed Engineer

https://sagivo.com/blog/the-rise-of-the-backwards-deployed-engineer
2•sagivo•36m 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