frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GPT-5.1 Prompting Guide

https://cookbook.openai.com/examples/gpt-5/gpt-5-1_prompting_guide
1•JnBrymn•42s ago•0 comments

Stop All

https://seths.blog/2025/11/stop-all/
1•herbertl•3m ago•0 comments

Ask HN: How do you contact Meta's biz support if your biz page gets restricted?

1•gemmy•6m ago•0 comments

The first liquid-cooled smartphone launches Nov 18 for $749 and up

https://liliputing.com/the-first-liquid-cooled-smartphone-launches-nov-18-for-749-and-up-redmagic...
1•PaulHoule•7m ago•0 comments

Vowel- and Diphthong-Like Spectral Patterns in Sperm Whale Codas

https://pmc.ncbi.nlm.nih.gov/articles/PMC12594577/
1•c420•9m ago•0 comments

The Picture Theory of Language

https://www.type1type2.com/p/the-picture-theory-of-language
1•eatitraw•9m ago•0 comments

The Offshoring of America's Retirement Savings

https://www.bloomberg.com/graphics/2025-america-insurance-part-1/
1•petethomas•9m ago•0 comments

Genetic Associations with Educational Fields

https://www.nature.com/articles/s41588-025-02391-z
2•bookofjoe•10m ago•0 comments

'Unremovable Israeli spyware' on your Samsung phone?

https://www.androidauthority.com/samsung-appcloud-spyware-controversy-3616325/
3•srameshc•10m ago•0 comments

Godbolt's Rule

https://corecursive.com/godbolt-rule-matt-godbolt/
1•birdculture•12m ago•0 comments

Archaeologists May Have Found the Lost Iron City of the Silk Road

https://www.smithsonianmag.com/history/archaeologists-may-have-found-the-lost-city-of-the-silk-ro...
1•xhevahir•12m ago•0 comments

Caching Playwright on CI [video]

https://www.youtube.com/watch?v=_BcCHW6OgQ4
1•adellsworth•15m ago•0 comments

Microsoft Patch Tuesday, November 2025 Edition

https://krebsonsecurity.com/2025/11/microsoft-patch-tuesday-november-2025-edition/
2•Bender•17m ago•1 comments

Logitech Confirms Data Breach Following Designation as Oracle Hack Victim

https://www.securityweek.com/logitech-confirms-data-breach-following-designation-as-oracle-hack-v...
2•Bender•17m ago•0 comments

DCFlight: Render native UI in Flutter with declarative component architecture

https://github.com/DotCorr/DCFlight
1•ryeights•17m ago•1 comments

XWiki bug actively exploited by multiple threat actors

https://www.scworld.com/news/xwiki-bug-actively-exploited-by-multiple-threat-actors
2•Bender•18m ago•0 comments

White nationalist talking points and racial pseudoscience: welcome to Grokipedia

https://www.theguardian.com/technology/2025/nov/17/grokipedia-elon-musk-far-right-racist
8•devonnull•18m ago•1 comments

There Are No Upsides to Object Oriented Programming

https://maldus512.medium.com/there-are-no-upsides-to-object-oriented-programming-7ba965786894
1•todsacerdoti•19m ago•2 comments

Show HN: Secret Santa draw without bloat

https://www.wichtle.com
1•nidegen•20m ago•0 comments

NetChoice sues Virginia to block its one-hour social media limit for kids

https://www.theverge.com/news/822475/netchoice-virginia-lawsuit-social-media-time-limit-law
2•pseudolus•20m ago•0 comments

Worries about Open Source in the age of LLMs

https://www.jvt.me/posts/2025/11/17/llm-oss/
1•laurex•23m ago•0 comments

'Buy now, pay later' is expanding fast, and that should worry everyone

https://techcrunch.com/2025/11/16/bnpl-is-expanding-fast-and-that-should-worry-everyone/
3•pseudolus•24m ago•1 comments

Symposium on the Platonic Space – Patterns of Form and Behavior Beyond Emergence

https://thoughtforms.life/symposium-on-the-platonic-space/
1•daralthus•26m ago•0 comments

xAI's new experimental model can encourage suicide, unlike Grok 4

https://old.reddit.com/r/singularity/comments/1ozjro5/xais_soontobereleased_model_is_severely
1•7moritz7•31m ago•0 comments

Best Practice for Supply-Side Reform

https://inflectionpoints.work/articles/best-practice-for-supply-side-reform
1•sebast_bake•32m ago•0 comments

We built SyncForge – tools for working musicians to get sync placements fast

https://trysyncforge.xyz
1•artskyinc•33m ago•1 comments

Adrian AI – Logistics Meets AI

https://ai.ride-link.com
1•amonte•33m ago•0 comments

I took the "Crusty Interpreter" class!

https://decomposition.al/blog/2025/11/17/i-took-the-crusty-interpreter-class/
2•chmaynard•39m ago•0 comments

Terrible experience working with Mozilla Foundation

https://old.reddit.com/r/mozilla/comments/1o7qs9m/terrible_experience_working_with_mozilla/
8•g-b-r•39m ago•1 comments

Middlemen Are Eating the World (and That's Good, Actually)

https://inchpin.substack.com/p/middlemen-are-eating-the-world-and
2•LinchZhang•42m ago•3 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•7mo ago

Comments

ss-13•7mo 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