frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: RowboatX – open-source Claude Code for everyday automations

https://github.com/rowboatlabs/rowboat
1•segmenta•26s ago•0 comments

Genetic Evolution of the Human Race and Consequences for Industrial Revolution

https://davidepiffer.com/p/the-genetic-evolution-of-the-human
1•paulpauper•1m ago•0 comments

What Trump Should Do for Fertility

https://www.nytimes.com/2025/11/17/opinion/ivf-cost-fertility-trump.html
1•paulpauper•2m ago•0 comments

Only Broken Vessels Prove the Clay

https://secondvoice.substack.com/p/only-broken-vessels-prove-the-clay
1•paulpauper•2m ago•0 comments

Hyperoptic: IPv6 and Out-of-Order Packets

https://blog.zakkemble.net/hyperoptic-ipv6-and-out-of-order-packets/
1•speckx•2m ago•0 comments

Three-party Diffie-Hellman in one shot

https://www.johndcook.com/blog/2025/11/17/three-party-diffie-hellman/
1•ibobev•2m ago•0 comments

RSA as a special case of pairing-baed cryptography

https://www.johndcook.com/blog/2025/11/18/rsa-as-a-pairing/
1•ibobev•2m ago•0 comments

AI for Thought

https://docs.google.com/document/d/1X6V_PuXr05bkB29N8FM9P8T6Jhz-xZ5NKhE8qAoJ4Nc/edit?usp=sharing
1•heyfoo•3m ago•0 comments

When the Debt Market Starts Whispering About AI, Who's Listening?

https://comuniq.xyz/post?t=535
1•01-_-•3m ago•0 comments

The Genius of Gaudí: Geometry and Architecture

https://www.tandfonline.com/doi/full/10.1080/00029890.2025.2572926
2•aanet•5m ago•0 comments

RealWorldProgrammer- the Hidden Engineering Behind Scalable Blockchain Workflows

https://realworldprogrammer.com/2025/11/18/overloading-the-node-the-hidden-engineering-behind-sca...
1•rwpdotcom•5m ago•0 comments

Meta Defeats FTC's Antitrust Case Alleging Social-Media Monopoly

https://www.wsj.com/us-news/law/meta-defeats-ftcs-antitrust-case-alleging-social-media-monopoly-5...
2•JumpCrisscross•6m ago•0 comments

The Most Joyless Tech Revolution Ever: AI Is Making Us Rich and Unhappy

https://www.wsj.com/tech/ai/the-most-joyless-tech-revolution-ever-ai-is-making-us-rich-and-unhapp...
2•thm•6m ago•0 comments

Insurance Data Extraction with LLMs

https://www.adaptional.com/blogs/making-llms-work-for-insurance-data
1•acesohc•7m ago•1 comments

DRAM errors and cosmic rays: space invaders or science fiction?

https://arxiv.org/abs/2407.16487
2•fanf2•8m ago•0 comments

Metaphors for Biology: Molecules to Organisms

https://www.asimov.press/p/metaphors-size
1•mailyk•8m ago•0 comments

Gemini 2.5 Pro system prompt

https://unbuffered.stream/gemini-system-prompt/
1•JakaJancar•8m ago•0 comments

Extra: The Pinterest team is making an email client

https://extra.email
2•azhenley•11m ago•0 comments

Germany Turns an X Post into a Police Raid at Dawn

https://reclaimthenet.org/germany-turns-an-x-post-into-a-police-raid-at-dawn
2•uyzstvqs•13m ago•0 comments

How we avoided side-channels in our new post-quantum Go cryptography libraries

https://blog.trailofbits.com/2025/11/14/how-we-avoided-side-channels-in-our-new-post-quantum-go-c...
2•tob_scott_a•15m ago•0 comments

Show HN: Aion-Torch – Adaptive residual scaling for deep Transformers

https://github.com/Croxus-Labs/aion-torch
1•Rioverde•19m ago•0 comments

Microsoft's Fabric IQ teaches AI agents to understand business operations

https://venturebeat.com/data-infrastructure/microsofts-fabric-iq-teaches-ai-agents-to-understand-...
1•slee425•21m ago•0 comments

Microsoft Makes Sysmon Native to Windows

https://pcper.com/2025/11/microsoft-finally-makes-sysmon-native-to-windows/
2•speckx•21m ago•0 comments

Alterations in colonic microbiota metabolism underlie murine ethanol consumption

https://onlinelibrary.wiley.com/doi/10.1111/acer.70165
1•PaulHoule•22m ago•0 comments

OpenAI engineer claims that Codex with /detectaibugs command outperforms Claude

https://10xunicorns.com/news/openai-engineer-claims-codex-with-detectaibugs-outperforms-claude-co...
1•SAustrie•23m ago•1 comments

DFS Guam closing in March 2026, ending an era of luxury shopping

https://www.guampdn.com/news/dfs-guam-closing-in-march-2026-ending-an-era-of-luxury-shopping/arti...
1•sipofwater•23m ago•1 comments

AI is bad at math, ORCA shows

https://www.theregister.com/2025/11/17/ai_bad_math_orca/
1•Bender•24m ago•0 comments

Show HN: Blazing-Fast CLI AI with Near-Instant Response (Powered by Groq)

https://github.com/JeelRajodiya/fast-ai
1•ZeelRajodiya•24m ago•0 comments

Zoomers are officially worse at passwords than 80-year-olds

https://www.theregister.com/2025/11/18/zoomer_passwords/
1•Bender•25m ago•1 comments

Oops. VMware admits it over-specced storage servers for years

https://www.theregister.com/2025/11/18/vsan_hardware_guidance_revised_down/
2•Bender•26m 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•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