frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CPAN Uploads Are Up 50% Year-over-Year

https://www.olafalders.com/2026/09/04/cpan-uploads-up-50-percent-year-over-year/
1•Amorymeltzer•1m ago•0 comments

Watch Los Angeles get built, one building at a time (1880–2026)

https://lax-skyline.parcelscope.net/
1•rustywasm•1m ago•0 comments

"Twenty years of brand building froze in time": How coding agents select tools

https://thenewstack.io/coding-agents-tool-choice/
1•theanonymousone•1m ago•0 comments

The Context Engine

https://productnow.ai/blogs/the-context-engine
1•kadhirvelm•1m ago•1 comments

Agentic Coding in the Wild

https://kstark007.github.io/blog/agentic-coding-in-the-wild/
1•maknee•2m ago•0 comments

All 32 NFL stadiums ranked by total game day cost

https://visityourteam.com/nfl/rankings/game-day-costs
1•brambleworks•14m ago•0 comments

Volkswagen to convert German car plant to produce Israeli defense equipment

https://www.timesofisrael.com/volkswagen-to-convert-german-car-plant-to-produce-israeli-defense-e...
3•Betelbuddy•15m ago•0 comments

Senate Considers Letting Contractors Hack Computers for Military

https://www.bloomberg.com/news/articles/2026-09-03/senate-considers-allowing-contractors-to-condu...
1•_____k•15m ago•0 comments

OSB Runs locally on Mobile Devices, now we are Fundraising

https://whydonate.com/fundraising/seeking-startup-funding
1•opensb•17m ago•1 comments

The Appeal

https://sunilpai.dev/posts/the-appeal/
1•tosh•17m ago•0 comments

Show HN: MobileCode – OpenCode with React Native Previews

https://github.com/hsandhu/mobilecode
1•rsandhu•17m ago•0 comments

Does diet and activity lead to difference in energy expenditure in obese women?

https://pmc.ncbi.nlm.nih.gov/articles/PMC10290800/
1•paulpauper•20m ago•0 comments

Hail, Orchestrator

https://webtwoboomer.com/hail-orchestrator-655001b91bc2
1•bendtheblock•20m ago•1 comments

California Forever meets further setbacks

https://www.nytimes.com/2026/09/05/business/economy/california-forever-shipyard-newsom.html
1•paulpauper•24m ago•0 comments

What Is VOD? Video on Demand Streaming and Delivery Explained

https://www.red5.net/blog/what-is-vod/
1•mondainx•24m ago•0 comments

Tech websites remove articles after failing to verify journalists exist

https://pressgazette.co.uk/news/tech-websites-remove-articles-after-failing-to-verify-journalists...
2•bookofjoe•24m ago•0 comments

Taking on Tyler's Challenge

https://www.ciaranmarshall.co.uk/p/taking-on-tylers-challenge
1•paulpauper•24m ago•0 comments

Show HN: OpenLivery – open-source multi-tenant WhatsApp agents for agencies

https://github.com/sarrazola/openlivery
1•sarrazola00•25m ago•0 comments

Thinking about Software Freedom

https://blog.liw.fi/posts/2026/software-freedom/
1•naves•25m ago•0 comments

Show HN: Apecs – A fast TypeScript ECS without the low-level footguns

https://github.com/diffusionstudio/apecs
1•K9-P5•25m ago•0 comments

Albert: A fast, plugin-based keyboard launcher for Linux and macOS

https://albertlauncher.github.io/gallery
1•theanonymousone•25m ago•0 comments

The AI Shift Turning Everyday Investors into Mini Quant Funds

https://www.wsj.com/tech/ai/the-ai-shift-turning-everyday-investors-into-mini-quant-funds-ebe4d45f
1•7777777phil•26m ago•0 comments

Datalevin 1.1.0: Top Performance Across Data Models

https://yyhh.org/blog/2026/09/datalevin-1-1-0-performance/
1•huahaiy•26m ago•0 comments

Minimax releases Sol-H3: 5 second video with audio generated in 1.653s

https://xcancel.com/antibot/captcha
4•upupupupup•27m ago•0 comments

Parent and Child Screen Use and the Effects of Phubbing

https://www.jpeds.com/article/S0022-3476(24)00330-5/fulltext
1•theanonymousone•28m ago•0 comments

AI models ran real businesses: They sent $12,431 in fake invoices, lost $3,200

https://www.bottlenecklabs.com/blog/benchmarking-7-autonomous-businesses
40•Areibman•29m ago•35 comments

Show HN: HomeCat – Design your backyard office

https://myhomecat.com
1•dearilos•30m ago•0 comments

Another Heart Drug Fails Cardiologists

https://www.nytimes.com/2026/09/04/science/heart-drug-fails-novartis-pelacarsen.html
1•apparent•32m ago•0 comments

Show HN: Can you tell a real tweet of a certain user from an AI one?

https://socialsimbench.com/
1•ruggsea•32m ago•0 comments

Adobe ends an 18-year era as AI pressure mounts

https://sg.finance.yahoo.com/news/adobe-ends-18-era-ai-191300355.html
2•healsdata•35m ago•1 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