frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Reason Data Center Gas Power Plants Are So Dirty

https://www.wired.com/story/real-reason-data-center-gas-power-plants-are-so-dirty/
1•beardyw•3m ago•0 comments

Building a practical path to post-quantum cryptography

https://www.technologyreview.com/2026/08/13/1141041/building-a-practical-path-to-post-quantum-cry...
1•theanonymousone•4m ago•0 comments

There Is Still No Silver Bullet

https://cekrem.github.io/posts/there-is-still-no-silver-bullet/
1•theanonymousone•5m ago•1 comments

Predictions for the Era of Continual Learning

https://www.dwarkesh.com/p/era-of-continual-learning
1•ronfriedhaber•8m ago•0 comments

ECS Lua

https://nidorx.github.io/ecs-lua/
1•kqr•8m ago•0 comments

How much time do you spend collecting invoices from websites? WICG proposal

https://github.com/WICG/proposals/issues/196
1•collimarco•11m ago•1 comments

Multi-Player Snake

https://multi-snake.michielborkent.nl/
1•Borkdude•12m ago•0 comments

OpenAI's Rumored Speaker Belongs on Keychains

https://ryanspahn.substack.com/p/openais-rumored-speaker-belongs-on
1•paul7986•12m ago•0 comments

Ableton Live and Push can now run on Linux, unofficially

https://cdm.link/ableton-live-on-linux/
1•dyzone•13m ago•0 comments

Working on Economics with Fable 5

https://wilsoniumite.com/2026/08/03/working-on-economics-with-fable-5/
1•Wilsoniumite•14m ago•0 comments

Critical theory engaging with discourse about nervous systems (2025)

https://www.reddit.com/r/CriticalTheory/comments/1oe78lz/critical_theory_engaging_with_current_me...
1•toilet•19m ago•0 comments

Ironic-Python-Agent: Container HardwareManager Security Model Misimplemented

https://seclists.org/oss-sec/2026/q3/488
1•runningmike•24m ago•0 comments

Show HN: I turned X's ranking algorithm into a game video

https://x-algorithm-weights.vercel.app
1•lime66•26m ago•0 comments

Are You Using AI? Do Not Forget Your Whip

https://skyecleary.substack.com/p/are-you-using-ai-do-not-forget-your
1•plastic-enjoyer•28m ago•0 comments

Roadmaps to Unicode Plane 1: Supplementary Multilingual Plane

https://www.unicode.org/roadmaps/smp/
1•Bluestein•30m ago•0 comments

OpenRouter: Unified LLM API with Routing and Fallbacks

https://trpevski.com/blog/openrouter-unified-llm-api-with-routing-and-fallbacks/
1•dzugumot•31m ago•1 comments

Multi-model chatbot back ends: contracts, routing, and fallbacks

https://medium.com/@CometAPI_/choose-the-best-backend-api-for-a-multi-model-ai-chatbot-b1e843f9cbf4
1•WavyPeng•33m ago•0 comments

Beyond Source: An Empirical Study of Python Bytecode Security Risks

https://arxiv.org/abs/2608.12853
1•runningmike•35m ago•0 comments

Of felt hats, feathers, macaroni, and weasels

https://languagelog.ldc.upenn.edu/nll/?p=24590
1•Bluestein•35m ago•0 comments

NASA Swift Boost Spacecraft Prepares to Continue Mission

https://science.nasa.gov/blogs/swift/2026/08/11/nasa-swift-boost-spacecraft-prepares-to-continue-...
2•croes•39m ago•0 comments

Show HN: Security scanner for SaaS build with AI

https://sentrint.com/sample
1•Gourabdg•40m ago•0 comments

Not Even Taste Would Be Left (Probably)

https://sebastian.graphics/blog/not-even-taste-would-be-left-probably.html
1•kasumispencer2•40m ago•0 comments

DeepSeek Harness developer preview: Everything is a plugin

https://www.deepseek.com/harness/en/
2•fernvenue•45m ago•0 comments

Spain extends Almaraz nuclear plant operations through 2030

https://www.reuters.com/business/energy/spain-extends-almaraz-nuclear-plant-operations-through-20...
4•mpweiher•45m ago•0 comments

Gitlawb Node, Federated Git server in Rust

https://github.com/Gitlawb/node
2•amrit_mirch•48m ago•0 comments

Noviz AI open source code launched for ERP agent architecture

2•tajdink•49m ago•0 comments

Using agents to create 3Blue1Brown-style visual explanations of research papers [video]

https://www.youtube.com/watch?v=nWOWlb0596o
3•yllberisha•51m ago•0 comments

From assistance to execution: How enterprises put AI to work

https://openai.com/index/how-enterprises-put-ai-to-work/
2•vismit2000•52m ago•0 comments

Why Not Always OCR?

https://bankstatementconverter.com/blog/posts/2026-08-14-why-not-always-ocr/
2•4pkjai•53m ago•1 comments

Ask HN: Move AI news from Hacker News to somewhere else?

4•thomasfl•58m ago•2 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