frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic Fix Your Auth

https://github.com/anthropics/claude-code/issues/79808
1•afterfiveguy•1m ago•1 comments

Google's anti-nausea Motion Assist dots rolling out on Android

https://arstechnica.com/gadgets/2026/08/google-begins-rolling-out-anti-motion-sickness-feature-on...
1•Bluestein•1m ago•0 comments

The people, the money and the ownership behind China's leading AI companies

https://wirescreen.ai/briefings/china-ai
1•chvid•3m ago•0 comments

My software development workflow is AI now & it feels exhausting and soulless

https://old.reddit.com/r/cscareerquestions/comments/1vi1i7m/my_entire_software_development_workfl...
2•bundie•9m ago•1 comments

Kalshi Partner Puts Parlay Loss Data Behind $40k Paywall

https://www.sportico.com/business/sports-betting/2026/kalshi-parlay-data-research-dune-access-123...
1•Bluestein•10m ago•0 comments

Sharedsky.app

https://sharedsky.app
1•rapttor_agency•10m ago•0 comments

Quantum Computing Failure Now Obvious [video]

https://www.youtube.com/watch?v=DX_oIQ-tA6M
1•mpweiher•11m ago•0 comments

Thinking Machines Lab Co-Founder Barret Zoph Joins Google

https://www.wsj.com/tech/ai/thinking-machines-lab-co-founder-barret-zoph-joins-google-49f594e6
2•tosh•15m ago•0 comments

Dante and the Tuscan Vernacular Gave Birth to the Italian Language

https://www.thecollector.com/dante-tuscan-vernacular-italian-language/
2•theanonymousone•17m ago•0 comments

CUDA Python 1.0: Stable APIs, One Foundation, Full Platform Access

https://developer.nvidia.com/blog/cuda-python-1-0-stable-apis-one-foundation-full-platform-access/
1•elashri•18m ago•0 comments

Ed Zitron on DOAC [video]

https://www.youtube.com/watch?v=Lf5oqGOCRCM
1•dhruv3006•18m ago•0 comments

LangChain-AI/deepagents: agent harness

https://github.com/langchain-ai/deepagents
1•OutOfHere•19m ago•0 comments

Nvidia NVLink Fusion Brings Nvhbm to Next-Generation AI Infrastructure

https://developer.nvidia.com/blog/nvidia-nvlink-fusion-brings-nvhbm-to-next-generation-ai-infrast...
1•elashri•19m ago•0 comments

SoundCloud will let artists sell music directly, without fees

https://dataconomy.com/2026/08/27/soundcloud-will-let-artists-sell-music-directly/
1•giuliomagnifico•20m ago•0 comments

Futurism Is Always Extreme

https://borretti.me/article/futurism-is-always-extreme
2•varjag•24m ago•0 comments

Mind sharing Google Colab pro or a VM?

1•mzubairtahir•24m ago•0 comments

Show HN: A 67-point scorer for engineers considering Canada

https://fswcalculator.com/
1•Sherry9695•25m ago•0 comments

How to Use DuckDB for Local Data Analysis

https://visualeaf.com/blog/how-to-use-duckdb-for-local-data-analysis/
2•kyle_mongo•26m ago•0 comments

Qwen3.8-Flash-Next Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/qwen3-8-flash-next
2•theanonymousone•27m ago•0 comments

I computed 4M real compatibility connections between 2,886 AI tools

https://www.gateonai.com/
1•gateonai•28m ago•0 comments

Twitter: The square is back. And this time, it's yours

https://twitter.now/
4•akyuu•29m ago•0 comments

Vigorish is a classic item of current American slang

https://www.worldwidewords.org/qa-vig1.html
1•Bluestein•30m ago•0 comments

Planet Crisis Response – Bhote Koshi-Trishuli Outburst Flood, Nepal (2026)

https://source.coop/planet/disasterdata/nepal-flash-flood-2026-08-26
1•marklit•30m ago•0 comments

The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
6•Labo333•34m ago•0 comments

Ask HN: What happens to code review process when using LLMs?

1•ethanr2000•35m ago•0 comments

Show HN: Reconstruct distributed LLM training traces

https://trace.vladsavinov.com/
1•vsavinov•35m ago•0 comments

Show HN: I built one interface for generating video with multiple AI models

https://imgveo.com
1•Jasonleo•38m ago•0 comments

Prisma rebranded, with big changes for Prisma ORM users

https://www.prisma.io/blog/building-the-stack-for-the-next-million-products
6•ankur_007•39m ago•0 comments

Show HN: I built an interactive astrocartography map from birth chart data

https://astrochart.co
1•Jasonleo•39m ago•0 comments

Dev snapshot: Godot 4.8 dev 4

https://godotengine.org/article/dev-snapshot-godot-4-8-dev-4/
1•__natty__•41m 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