frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I auto-published 2,300 AI articles and Google buried 90% of my traffic

https://martin-schenk.es/blog/2300-ai-articles-google-buried-my-traffic/
1•martin_schenk•48s ago•0 comments

What would a rainbow be like on Tatooine? [video]

https://www.youtube.com/watch?v=BO8rOs05v48
1•arbesman•1m ago•0 comments

Building a High Performance Order matching system from scratch

https://harshiyer.in/blog/farzi-exchange
1•proximuz•2m ago•0 comments

Yann LeCun on AMI Labs, JEPA, and the AI World of 2030

https://nebius.science/stories/meet-yann-lecuns-lab-and-the-ai-world-of-2030?shem=rimspwouohc,
2•natali_gray•3m ago•0 comments

Show HN: Token Gobbler – the goofy game where you're the LLM

https://tokengobbler.vercel.app/
1•dschwede•3m ago•0 comments

Launching vorfluxai: The autopilot for software engineering

https://twitter.com/myprasanna/status/2077069901546852688
1•samaysharma•4m ago•0 comments

Show HN: A commerce Network built on UCP for agents to discover and Pay

https://kifly.ai
1•roberttk1•5m ago•1 comments

Stateless API middleware to auto-throttle digital menus based on live POS volume

https://eighty6ai.onrender.com/index.html
1•jayaindran4•5m ago•0 comments

Filtering Secrets from Coding Agents with a Hook

https://crimede-coder.com/blogposts/2026/SecretHooks
1•apwheele•6m ago•0 comments

Show HN: Tmux tab markers for Claude Code, Grok, and pi sessions

https://github.com/jhickner/tmux-agent-tabs
1•jhickner•6m ago•0 comments

Show HN: Sentinel – open-source QA agent that reads your code before it clicks

https://blog.simbastack.com/announcing-sentinel/
3•asenna•7m ago•0 comments

Show HN: Docs.dev Your Own Hosted Docs Platform in Minutes

https://docs.dev
2•linktothenew•8m ago•0 comments

AI Was Supposed to Save Companies Money. Instead, It's Blowing Up Budgets

https://www.inc.com/chris-morris/ai-was-supposed-to-save-companies-money-instead-its-blowing-up-b...
2•1vuio0pswjnm7•9m ago•0 comments

Immersive Linear Algebra Book with Interactive Figures

https://immersivemath.com/ila/
2•srean•10m ago•0 comments

ArsDigita University: Five Years Later (2006)

https://tomhickerson.com/en/archives/en/2006/2006-07-03-aduni-five-years-later/
2•tomh•10m ago•0 comments

Learn by Building

1•csacademy•10m ago•0 comments

The curious case of Elias Thorne – and what he tells us about AI inbreeding

https://www.theguardian.com/commentisfree/2026/jun/17/elias-thorne-ai-generated-stories
1•Tomte•12m ago•0 comments

10x Is a Lot

https://www.quarter--mile.com/10x-Is-a-Lot
3•surprisetalk•12m ago•1 comments

Phlox-GW – A new open-source LLM gateway with free enterprise features

https://robert-mcdermott.medium.com/introducing-phlox-gw-llm-gateway-10f5b693ca0f
1•mcdermott•12m ago•0 comments

OpenAI won't let you "escape" freely in JSON mode

https://research.giskard.ai/blog/structured-output/
1•mattbit•12m ago•0 comments

PicoCAD v2 Release, a lowpoly 3D modeler

https://picocad.net/
1•scanny•13m ago•1 comments

Show HN: A spectral live stream of NYC sunlight

https://nyc-stream.enody.lighting
2•carterpeterson•13m ago•0 comments

AMD Releases Lemonade 11.0 Local AI Server with Text-to-Speech and New Features

https://github.com/lemonade-sdk/lemonade/releases/tag/v11.0.0
1•DemiGuru•13m ago•0 comments

Schema Harness Achieves ~99% on Arc‑AGI‑3 Public

https://schema-harness.github.io/
1•jasondavies•13m ago•0 comments

Vital Signals puts continuous blood pressure monitoring into a ring

https://www.engadget.com/2216390/vital-signals-blood-pressure-ring/
1•jawns•15m ago•0 comments

In-N-Out Animation using sibling-index()

https://master.dev/blog/in-n-out-animation-using-sibling-index/
1•ibobev•15m ago•0 comments

Alerting Parents If Teens Show Signs of Distress in Conversations with Meta AI

https://about.fb.com/news/2026/07/keeping-parents-informed-teens-distress-conversations-meta-ai/
1•jawns•16m ago•0 comments

Trump to Limit Student Visas to Four Years in Latest Crackdown

https://www.bloomberg.com/news/articles/2026-07-16/trump-to-limit-student-visas-to-four-years-in-...
3•helsinkiandrew•16m ago•1 comments

Lessons Learned Rewriting a Sticky Detector

https://master.dev/blog/lessons-learned-rewriting-a-sticky-detector/
1•ibobev•16m ago•0 comments

Who you gonna believe: Grok or the docs?

https://www.johndcook.com/blog/2026/06/29/who-you-gonna-believe/
2•ibobev•16m 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