frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ChatGPT accounts for 80% of identifiable House AI spending

https://www.cnbc.com/2026/08/03/openai-chatgpt-anthropic-congress-house-ai-spending.html
1•tosh•1m ago•0 comments

Funeral for Oscar-winning songwriter Glen Hansard

https://apnews.com/article/glen-hansard-funeral-dublin-bono-eddie-vedder-46b1d6ef619979afb5c0a031...
1•metabagel•3m ago•0 comments

Robotic Evals

1•andrewlyu•6m ago•0 comments

Why Paris Is Obsessed with Chartreuse Liqueur

https://www.bloomberg.com/news/articles/2026-08-05/how-chartreuse-conquered-paris-wine-bars-to-be...
1•petethomas•8m ago•0 comments

An AI Approach to Verified Production Cryptographic Libraries

https://arxiv.org/abs/2608.00965
1•sbulaev•12m ago•0 comments

The Labour Market Is a Network, Not an Auction

https://andrewmarritt.substack.com/p/the-labour-market-is-a-network-not
1•hunglee2•13m ago•0 comments

Why 70 of Website Replatforming Go over Budget

https://focusreactive.com/blog/why-70-of-website-replatforming-projects-go-over-budget-and-how-to...
1•katyadrozd•15m ago•0 comments

Show HN: CostClaw, a local CLI that finds your Claude Code spend leaks

https://www.costclaw.io/
1•ucsandman•17m ago•0 comments

Show HN: Lapse - a notes app. but also shared memory space for your agents (MCP)

https://lapse.in
2•hariprasd•18m ago•0 comments

Show HN: A file-based protocol for two AI agents to talk until they agree

https://agent-talk.reindent.com/
1•reindent•18m ago•0 comments

Scott Bessent's yen intervention signals new era of US 'currency activism'

https://www.ft.com/content/1be83506-b897-4c26-97cc-445d7354ee6f
1•petethomas•19m ago•0 comments

Israel Pays Trump's Ex-Campaign Chief $46M to Shape What ChatGPT Says About Gaza

https://www.ibtimes.co.uk/israel-ai-influence-campaign-chatbots-1812371
6•handfuloflight•21m ago•0 comments

Noorm – Schema and migrations as plain SQL files, no ORM

https://noorm.dev/
2•daniloa•24m ago•0 comments

Show HN: Emil: Emacs-style minimalist editor Beta test release

https://github.com/nicholascarroll/emil
1•emil_coder•24m ago•0 comments

The probabilistic quantum consensus is wrong. We just broke the timeline

https://prometheusdynamics.ca/
1•WilliamDenyer•25m ago•0 comments

Rust-lang/rust is adopting an LLM policy

https://blog.rust-lang.org/inside-rust/2026/08/05/rust-langrust-is-adopting-an-llm-policy/
6•afdbcreid•26m ago•2 comments

Show HN: Rever-browser – AI-agent browser for reverse-engineering

https://github.com/greekr4/rever-browser
1•taevirus•27m ago•0 comments

Pi-Msg: Drive Pi from XMPP

https://github.com/zachpmanson/pi-msg
1•handfuloflight•27m ago•0 comments

User Controlled Authorization Network (UCAN) Specification

https://github.com/ucan-wg/spec
1•luu•27m ago•0 comments

Samsung, SK Hynix test Chinese chip tools as hedge against US risks

https://www.reuters.com/world/china/samsung-sk-hynix-test-chinese-chip-tools-hedge-against-us-ris...
1•u1hcw9nx•27m ago•0 comments

Hollywood is entering its AI era

https://www.economist.com/business/2026/08/04/hollywood-is-entering-its-ai-era
3•petethomas•30m ago•0 comments

Nono: Sandbox any AI agent in seconds – zero setup, zero latency

https://github.com/nolabs-ai/nono
1•handfuloflight•30m ago•0 comments

/agent-talk

https://github.com/reindent/agent-talk
1•reindent•31m ago•0 comments

Shai Hulud campaign strikes NPM again

https://research.jfrog.com/post/shai-hulud-is-back-august/
2•cribwi•31m ago•0 comments

Bun: If you need a paragraph-long comment, the code is wrong

https://github.com/oven-sh/bun/pull/36928/files/d96fc582519a10419366c9d02f6149da4656c610
1•tomlockwood•32m ago•1 comments

July breaks drought and heat records in France

https://www.lemonde.fr/en/environment/article/2026/08/05/july-breaks-drought-and-heat-records-the...
1•geox•35m ago•0 comments

The Gelato Calculator

https://www.absurdlyoptimized.com/recipes/gelato/
2•bkazez•38m ago•0 comments

Google leaking unreleased indie game information through Google Docs (Reddit)

https://old.reddit.com/r/IndieDev/comments/1vfwuf5/a_player_found_out_the_actual_name_of_my_games/
2•greazy•39m ago•0 comments

Lidl Group stops buying company EVs:Why the Schwarz group is turning back to ICE

https://www.businessinsider.de/wirtschaft/warum-die-schwarz-gruppe-wieder-auf-verbrenner-statt-e-...
1•Markoff•40m ago•0 comments

Ask HN: Is there a duplex voice mode in Claude Code?

1•anoopbln•51m 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