frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Are Meta's smart glasses training AI for robots?

https://proton.me/blog/meta-smart-glasses-ai-robots
1•dgellow•20s ago•0 comments

Show HN: Shrewd – what I learned distilling LLM labels into local classifiers

https://github.com/sshah03/shrewd
1•sshah03•54s ago•0 comments

Show HN: Riftri – copy-on-write Git worktrees for running agents in parallel

https://twitter.com/KinfishT/status/2102093551601684897
1•kinfish•2m ago•0 comments

The JavaScript Midlife Crisis

https://maroun-baydoun.com/blog/javascript-midlife-crisis/
1•maroun-baydoun•2m ago•0 comments

Ask HN: Ideas for getting more GitHub stars?

2•NatalieTrono•4m ago•0 comments

Open source tool for building hierarchical agent loops

https://github.com/plasma-ai/fractal
1•NatalieTrono•6m ago•0 comments

How the Barcode Was Invented

https://worldofsystems.co/invention-of-the-barcode/
1•eawosika•8m ago•1 comments

I built a tool that reverse engineers competitors SEO

https://www.rankshawk.com
2•fanel•8m ago•1 comments

Egress Testing – Server that records inbound TCP and UDP packets

https://portleak.link/
1•Xtrato•12m ago•1 comments

A16Z is challenging Silicon Valley's love for drop-outs by launching a school

https://techcrunch.com/2026/09/22/a16z-is-challenging-silicon-valleys-love-for-drop-outs-by-launc...
2•wslh•13m ago•1 comments

Reading specs beats reading code

https://technative.eu/en/blog/specgetty-introduction/
1•mipselaer•16m ago•1 comments

Native apps written in TypeScript and CSS

https://github.com/geastack/examples
4•arbayi•19m ago•0 comments

Agent manager now with mouse support

https://agent-manager.dev/writing/mouse-support/
3•Michaelov•19m ago•2 comments

Obscura: The first VPN that can't log your activity

https://obscura.com/#faq-technical
10•Flimm•21m ago•2 comments

AI Leaders Are Standing on a Liability Landmine

https://www.wsj.com/tech/ai/ai-leaders-are-standing-on-a-liability-landmine-736a8060
5•JumpCrisscross•21m ago•1 comments

WebMCP Integration at Stripe

https://twitter.com/stevekaliski/status/2102452850391654512
1•aghilmort•23m ago•0 comments

Show HN: Which of your secrets did your coding agent send?

https://github.com/AGGIB/Stroq
1•Agybay•24m ago•1 comments

ShinyHunters hackers say they breached FBI

https://www.reuters.com/world/shinyhunters-hackers-say-they-breached-federal-bureau-investigation...
5•JumpCrisscross•26m ago•0 comments

Meta testing a 'human concierge' for its new personal AI agent, Muse

https://www.reuters.com/business/meta-testing-human-concierge-its-new-personal-ai-agent-muse-2026...
2•mfiguiere•26m ago•0 comments

Show HN: ClassD-VHF-Transmitter – Covert RF Transmission via Phone Speaker PWM

https://github.com/TA1EEI/ClassD-VHF-Transmitter
1•TA1EEI•26m ago•0 comments

The human brain is two separate organs, study finds

https://news.stanford.edu/stories/2026/09/human-brain-two-separate-organs
11•freediver•28m ago•2 comments

I built the Jev architecture one year ago and open-sourced it

https://www.reddit.com/r/LocalLLaMA/comments/1wijo3e/i_literally_built_the_jev_architecture_one_y...
5•htk•31m ago•0 comments

He Said AI? Sharpen the Pitchforks

https://forta.com/blog/he-said-ai-sharpen-the-pitchforks
1•rmason•32m ago•1 comments

Show HN: junkDrawer.ai – Browse eBay with AI Agent and Dynamic Filtering

https://www.junkdrawer.ai
1•junkDrawer_ai•32m ago•0 comments

DiscoBox: AI Coding Agents in Disposable Sandboxes

https://github.com/discobox-ai/discobox
1•TheIronYuppie•32m ago•0 comments

Why I'm deciding to go ad-free to support my product

https://trainmap.co.uk/
2•optionalltd•34m ago•1 comments

A Faster Shortest Path Algorithm

https://www.vals.ai/blogs/faster-shortest-path-algorithm
4•leumon•36m ago•0 comments

New time zone code: PCT for British Columbia

https://archive.news.gov.bc.ca/releases/news_releases_2024-2028/2026CITZ0009-001073.htm
1•emptybits•36m ago•1 comments

GPT-6 Sol and Luna push the cost-efficiency frontier

https://artificialanalysis.ai/articles/gpt-6-sol-and-luna-push-the-cost-efficiency-frontier
3•wertyk•39m ago•0 comments

How Scared Should We Be of A.I.?

https://www.nytimes.com/2026/09/05/opinion/ai-silicon-valley.html
3•unsignedchar•40m 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