frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How a Startup Is Collapsing a 200-Year-Old Supply Chain

https://www.carryology.com/insights/how-a-startup-is-collapsing-a-200-year-old-supply-chain/
1•surprisetalk•38s ago•0 comments

A Photographer in Canada Found a Toad with Eyes in Its Mouth

https://www.thetravel.com/photo-of-toad-with-eyes-in-mouth-found-in-canada/
1•amichail•1m ago•0 comments

Vulnerability report written by AI hacker agent

https://blog.tenzai.com/one-endpoint-zero-credentials-eight-confirmed-vulnerabilities/
1•gk1•1m ago•0 comments

Language of the Unreal

https://indianphilosophy.substack.com/p/language-of-the-unreal
1•aditgupta•1m ago•0 comments

Would You Ride the Ordinary's Skin-Care Bus?

https://www.thecut.com/article/why-is-the-ordinary-launching-a-bus.html
1•mooreds•2m ago•1 comments

Netherlands Seizes 800 Servers, Arrests 2 for Aiding Cyberattacks

https://krebsonsecurity.com/2026/05/netherlands-seizes-800-servers-arrests-2-for-aiding-cyberatta...
2•jruohonen•4m ago•0 comments

2026 HIPAA Security Rule Update

https://medcurity.com/hipaa-security-rule-2026-update/
2•mooreds•5m ago•0 comments

Repolog – website audit for SEO, performance, security, and AI readiness

https://repolog.io/
1•petersas•7m ago•0 comments

SpaceX IPO: Nice Try Though [video]

https://www.youtube.com/watch?v=IHD8BDFYyGI
1•yogthos•7m ago•0 comments

China's Response to Rolls-Royce: Maextro S800

https://www.wsj.com/business/autos/its-chinas-answer-to-a-rolls-royceand-its-stuffed-with-gadgets...
1•bookofjoe•7m ago•1 comments

A Good Reason to Stop Me from Pasting Passwords

https://ciamweekly.substack.com/p/a-good-reason-to-stop-me-from-pasting
1•mooreds•7m ago•0 comments

The Making of SINGULARITY (the Blender Open movie for 2026) [video]

https://www.youtube.com/watch?v=6qKZw8oPoiE
1•justinclift•7m ago•0 comments

An AI-generated film premiered at Cannes

https://tech.yahoo.com/ai/article/a-fully-ai-generated-film-premiered-at-cannes-this-week-1503366...
1•leopoldj•7m ago•0 comments

2026 Carolina Code Conference Speakers Announced

https://blog.carolina.codes/p/announcing-our-2026-speakers
1•brightball•8m ago•1 comments

Marathons and ultramarathons may be linked to colon cancer

https://www.washingtonpost.com/wellness/2026/05/21/marathons-ultramarathons-may-be-linked-colon-c...
2•wslh•9m ago•1 comments

The uncritical adoption of AI in science is alarming – We need guard rails

https://www.nature.com/articles/d41586-026-01557-x
3•b-man•9m ago•0 comments

Haskell: Introduction

https://wiki.haskell.org/Introduction
1•tosh•10m ago•0 comments

Microsoft just banned its own engineers from using AI

https://twitter.com/Ric_RTP/status/2058546401483653236
3•choam•11m ago•0 comments

GOES16 – Water World [video]

https://www.youtube.com/watch?v=OTnJyARSqL4
2•cainxinth•13m ago•0 comments

I built a self-calibrating financial signal engine that reads 70 sources

https://trigger-bot-production.up.railway.app
2•orenka•13m ago•0 comments

The Most Unlikely School Bag

https://www.carryology.com/insights/carry-culture/the-tale-of-the-worlds-most-unlikely-school-bag/
4•surprisetalk•15m ago•1 comments

Knowledge Graphs over Two Decades – Queue

https://spawn-queue.acm.org/doi/10.1145/3806227
2•rbanffy•15m ago•0 comments

TypeScript Security from Back End to Browser

https://jsdev.space/typescript-security-guide/
2•javatuts•15m ago•0 comments

Ask HN: How will you manage your digital assets when you die?

4•chistev•15m ago•2 comments

SmithDB, the data layer for agent observability

https://www.langchain.com/blog/introducing-smithdb
2•tanelpoder•16m ago•0 comments

Back In Time: Call for testing – new SSH and gocryptfs mount subsystem

https://fosstodon.org/@backintime/116635499945145372
2•buhtz•16m ago•0 comments

AI Economics Part 2

https://twitter.com/sriramkri/status/2054594308494229882
3•gmays•17m ago•0 comments

Pope Leo denounces 'culture of power' driving rise of AI

https://www.theguardian.com/world/2026/may/25/pope-leo-encyclical-ai-artificial-intelligence-slavery
5•igortru•18m ago•0 comments

I built a free zero-knowledge memory layer for AI agents (<5ms local recall)

https://github.com/sovseal/core
2•radebe49•18m ago•0 comments

Show HN: Volt – front end tooling for Phoenix that runs inside the BEAM

https://github.com/elixir-volt/volt
3•dannote•21m 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