frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Swift-Gigatoken

https://github.com/1amageek/swift-gigatoken
1•frizlab•6m ago•0 comments

The Idea of an Immutable Social Media

https://citizendot.github.io/articles/the-idea-of-immutable-social-media/
3•CITIZENDOT•11m ago•0 comments

Maryland Closes More of Cunningham Falls State Park After Second Beaver Attack

https://news.maryland.gov/dnr/2026/08/05/dnr-closes-additional-areas-of-cunningham-falls-state-pa...
3•bookofjoe•12m ago•1 comments

Pneumatic tube mail in New York City

https://en.wikipedia.org/wiki/Pneumatic_tube_mail_in_New_York_City
2•gkaemmer•15m ago•0 comments

MacGregor the Bridge Builder

https://www.astralcodexten.com/p/macgregor-the-bridge-builder
1•Ariarule•16m ago•0 comments

I gave Claude complete ownership over a website

https://freebot.dev/
2•BenediktHolm•18m ago•1 comments

Attack Techniques: Fake Captive Portals

https://textslashplain.com/2026/08/03/attack-techniques-fake-captive-portals/
2•rowbin•20m ago•0 comments

Improving Heuristics

https://www.redblobgames.com/pathfinding/heuristics/differential.html
2•ingve•24m ago•0 comments

Microsoft Tells Engineers 'Tokenmaxxing Is Not What We Are Optimizing For'

https://www.404media.co/microsoft-tells-engineers-tokenmaxxing-is-not-what-we-are-optimizing-for/
2•doener•26m ago•0 comments

How to write production-quality code with AI

https://curtispoe.org/paad/
3•Ovid•28m ago•1 comments

YouTube Mistakenly Penalizes Kurzgesagt for AI-Generated Slop

https://kotaku.com/youtube-mistakenly-penalizes-popular-science-channel-kurzgesagt-for-ai-generat...
7•guilamu•31m ago•0 comments

Instagram's AI Rewards Human Attention

https://ai-updates.net/instagram-ai-human-attention-content/
2•ashurandi•31m ago•0 comments

Show HN: Live beach data for Nova Scotia

https://whenshouldigotothebeach.ca/
1•recvonline•31m ago•0 comments

Is Justified True Belief Knowledge? [pdf]

https://courses.physics.illinois.edu/phys419/sp2021/Gettier.pdf
3•jsLavaGoat•32m ago•1 comments

You have to do above average

https://kipsmiling.com/you-have-to-do-above-average-actions/
2•imsurajkadam•33m ago•0 comments

Understanding std:counting_semaphore and std:binary_semaphore from C++20

https://www.cppstories.com/2026/semaphore/
1•jandeboevrie•34m ago•0 comments

Reservation Apps Have Made Getting into a Restaurant a Nightmare

https://www.wsj.com/business/restaurant-reservation-apps-30a29e6b
2•pseudolus•34m ago•2 comments

The Right Harness Is All You Need

https://hkinsley.com/reflections/right-harness-is-all-you-need
1•bjclark•36m ago•0 comments

OpenSSH Key Structure Guide

https://sshref.dev/
1•fanf2•37m ago•0 comments

A game made of sine waves (YouTube)

https://www.youtube.com/watch?v=Qr3VsZYQy4s
1•hanifbbz•37m ago•0 comments

Abolish the Top Ten Books List

https://thewalrus.ca/abolish-the-top-ten-books-list/
2•pseudolus•38m ago•0 comments

The Unreasonable Effectiveness of Mathematics in the Natural Sciences [pdf]

https://web.njit.edu/~akansu/PAPERS/The%20Unreasonable%20Effectiveness%20of%20Mathematics%20(EP%2...
3•pseudolus•41m ago•0 comments

One of China's Most Powerful AI Models Has Also Escaped Containment

https://www.wired.com/story/moonshot-kimi-k3-ai-model-escape-sandbox/
1•gpi•42m ago•0 comments

Show HN: Per-module tags and releases for Terraform monorepos

https://github.com/techpivot/terraform-module-releaser
1•virgofx•43m ago•0 comments

Kim Jong Un Flouted Sanctions to Amass $22B Windfall

https://www.bloomberg.com/graphics/2026-north-korea-windfall/
4•paulpauper•44m ago•0 comments

AI-written pieces that have won literary awards

https://twitter.com/jamesjyu/status/2085335285726900646
2•paulpauper•46m ago•0 comments

Kam remake (knights and merchants remake) Pascal into WASM on the web by AI

https://yohimik.github.io/kam_remake/
1•yohimik•47m ago•1 comments

Korea's AI-driven chip boom reorders country's society from careers to culture

https://www.bloomberg.com/news/features/2026-08-06/ai-sk-hynix-samsung-rewire-south-korea-s-caree...
5•thoughtpeddler•50m ago•1 comments

Trump-linked oil firm prepares to drill in Greenland but lacks permits

https://www.upi.com/Top_News/World-News/2026/08/08/greenland-trump-oil-drilling/2831786218141/
9•amarcheschi•51m ago•0 comments

Show HN: BotsArgue – Google Meet for AI Agents

https://botsargue.com/
1•avetiszakharyan•52m 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