frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

When First Amendment free speech protections came up against the Red Scare

https://theconversation.com/first-amendment-in-flux-when-free-speech-protections-came-up-against-...
1•hn_acker•1m ago•1 comments

Color Palette Pro: A Synthesizer for Color

https://ryanfeigenbaum.com/color-palette-pro/
2•interpol_p•3m ago•0 comments

Spiral Development for Hardware Programs

https://www.asbuilt.pub/p/spiral-development-for-hardware-programs
2•bharbr•3m ago•0 comments

World Bank Published about Artificial Intelligence in Bulgarian

https://wbginstitute.nouswise.com/c/fcd839f7-c91c-412f-baef-32e4842064f3
1•kaven1234•4m ago•0 comments

Fired techie admits sabotaging ex-employer, causing $862K in damage

https://www.theregister.com/2025/11/20/it_contractor_sabotage/
1•Bender•5m ago•0 comments

Show HN: UsageFlow – API usage metering, rate-limits and usage reporting

1•ronenalbagli•7m ago•0 comments

I made a voice agent to call my internet provider

https://www.businessinsider.com/scammed-internet-provider-lower-my-bill-deepfakes-ai-2025-11
1•indigodaddy•8m ago•0 comments

Stop Paying for Kubernetes Load Balancers: Use Cloudflare Tunnel Instead

https://vinta.ws/code/stop-paying-for-kubernetes-load-balancers-use-cloudflare-tunnel-instead.html
1•gibuloto•8m ago•1 comments

Rewiring Mozilla: Doing for AI what we did for the web

https://blog.mozilla.org/en/mozilla/rewiring-mozilla-ai-and-web/
3•soheilpro•12m ago•0 comments

US Citizens and Chinese Nationals Arrested for Exporting AI Technology to China

https://www.justice.gov/opa/pr/us-citizens-and-chinese-nationals-arrested-exporting-artificial-in...
6•737min•13m ago•0 comments

We present Olmo 3, our next family of open, leading language models

https://twitter.com/natolambert/status/1991508141687861479
1•ljosifov•13m ago•0 comments

The Droid Wars: Breaking up an AI‑orchestrated cyber fraud campaign

https://factory.ai/news/droid-neutralizing-fraud
1•janpio•14m ago•0 comments

Elon Musk says: money will be irrelevant soon thanks to AI and robotics

https://fortune.com/2025/11/20/elon-musk-tesla-ai-work-optional-money-irrelevant/
4•iamtech•15m ago•1 comments

The new Grok on X is aligned to favor Elon Musk over anyone else when asked

6•kranke155•16m ago•0 comments

Does AI-Assisted Coding Deliver? A Difference-in-Differences Study

https://arxiv.org/abs/2511.04427
2•airstrike•20m ago•0 comments

Making Fast-Paced Multiplayer Networked Games Is Hard (2015)

https://www.codeproject.com/articles/Making-Fast-Paced-Multiplayer-Networked-Games-is-H
1•indigodaddy•20m ago•0 comments

Elon Musk's Grokipedia cites a neo-Nazi website 42 times, researchers say

https://www.nbcnews.com/tech/elon-musk/elon-musk-grokipedia-wikipedia-neo-nazi-grok-42-encycloped...
4•tastyface•21m ago•0 comments

Dell Now Shipping Laptop with Qualcomm NPU on Linux Ahead of Windows 11

https://www.phoronix.com/news/Dell-Pro-Max-With-Qualcomm-NPU
2•Bender•24m ago•0 comments

Show HN: TDS Compass – AI prompt for your communication style

https://resonantlabsai.github.io/tds.compass/index.html
1•relationalai•25m ago•0 comments

US troops invade Mexico in dramatic escalation

https://www.dailymail.co.uk/news/article-15310923/US-troops-Mexican-beach-invasion-fentanyl.html
5•Bender•27m ago•4 comments

PHP 8.5 Released with New Pipe Operator, New URI Extension and Clone With

https://www.phoronix.com/news/PHP-8.5-Released
1•mikece•28m ago•1 comments

Show HN: Premortem, a coding-agent-powered airplane blackbox

https://github.com/tilework-tech/nori-premortem
2•theahura•28m ago•1 comments

Dropout CEO on launching superfan tier as streamer crosses 1M subscribers

https://variety.com/2025/tv/news/dropout-superfan-tier-price-explained-sam-reich-1236564699/
1•PaulHoule•28m ago•0 comments

Reversing the Construction of the View-Projection Matrix (Game Engine Reversing)

https://zero-irp.github.io/ViewProj-Blog/
1•davikr•29m ago•0 comments

Show HN: Cursor Usage Stats – simple dashboard for your Cursor usage

https://goldfish-app-in4yd.ondigitalocean.app/
2•elban•29m ago•1 comments

Cutting LLM Batch Inference Time by Half with Dynamic Prefix Bucketing

https://www.daft.ai/blog/cutting-llm-batch-inference-time-in-half-dynamic-prefix-bucketing-at-scale
2•DISCURSIVE•31m ago•0 comments

Bandage-like device brings texture to touchscreens

https://news.northwestern.edu/stories/2025/11/bandage-like-device-brings-texture-to-touchscreens
3•geox•34m ago•0 comments

The Right-wing schism over property taxes

https://progressandpoverty.substack.com/p/the-right-wing-schism-over-property
3•WillDaSilva•34m ago•0 comments

Who is OpenAI's auditor? (Update: it's Deloitte)

https://www.ft.com/content/3cff198e-25e5-481a-bd34-e26941e1d12d
3•naves•34m ago•0 comments

AI Is Writing Its Own Kernels, and They Are 17x Faster

https://adrs-ucb.notion.site/autocomp
25•accheng•34m ago•13 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