frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CLI that gives AI agents structured SEO data for any URL – SGNL

https://github.com/stoyan-koychev/sgnl-cli
1•koychev•27s ago•0 comments

Show HN: A social feed with no algo where communities decide what gets seen

https://veridonia.com
1•smnkgv•30s ago•0 comments

Show HN: An open source CI/CD action to audit and fix AI generated UI code

1•heisen_berg•1m ago•0 comments

Copilot CLI can now ask a second model to critique the first

https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-combines-model-families-for-a-sec...
1•summarity•2m ago•0 comments

Software Bonkers

https://craigmod.com/essays/software_bonkers/
1•theshrike79•2m ago•0 comments

A Fire Sale Has U.S. Office Buildings Going for 90% Off

https://www.wsj.com/real-estate/commercial/a-fire-sale-has-u-s-office-buildings-going-for-90-off-...
2•blinding-streak•2m ago•0 comments

AI agents that teach, debate and quiz you in real time

https://github.com/THU-MAIC/OpenMAIC
1•steveharing1•3m ago•0 comments

Scriba – an open source agent that turns your voice into a knowledge base

https://github.com/giovannialberto/scriba
1•giovannialb•3m ago•0 comments

Extended Thinking Is Load-Bearing for Senior Engineering Workflows

https://gist.github.com/benvanik/e6c610997e4b06b82385622048079818
1•gmays•5m ago•0 comments

Show HN: The AI Software Factory

https://gethuman.sh/
1•KingOfCoders•6m ago•0 comments

Sora2 API

https://sora2-api.com
1•Mehedy2026•6m ago•0 comments

Facebook account hijacked, attackers use AI photos of victims to promote crypto

https://twitter.com/i/status/2041271005285601621
1•lando2319•8m ago•0 comments

Show HN: Cova – Finds and fixes monitoring blind spots across your stack

https://getcova.ai
1•Paulo75•9m ago•0 comments

Show HN: I built an MCP for finding SWE jobs

https://grepjob.com/mcp-setup
1•kylem866•10m ago•0 comments

Some human written nuance and perspective on the rates situation

https://old.reddit.com/r/ClaudeAI/comments/1scdilx/some_human_written_nuance_and_perspective_on_the/
1•begemotz•12m ago•1 comments

Show HN: Letting an LLM write robot programs

https://boesch.dev/posts/llm-trajectory/
2•encrux•13m ago•0 comments

Show HN: I built a local first web-app that builds 3D maps of your knowledge

https://cognir.netlify.app/
1•Sahil-Das•14m ago•1 comments

I ran an AI pentester on a vibe-coded quiz app and found 22 vulnerabilities

https://github.com/FrancescoStabile/numasec
2•francesco_sta•15m ago•1 comments

Stewart Brand on How Progress Happens

https://www.newyorker.com/books/book-currents/stewart-brand-on-how-progress-happens
1•bookofjoe•15m ago•1 comments

10 Enduring Lessons from Adam Smith

https://thedailyeconomy.org/article/the-wealth-of-nations-at-250-ten-profound-quotations-from-ada...
1•RickJWagner•15m ago•0 comments

Scraping Ecommerce Data with Cloudflare Browser Rendering APIs

https://browserflare.xyz/blog/scraping-walmart-ecommerce-data-with-cloudflare-browser-rendering/
1•hgarg•16m ago•0 comments

Don't Write Like AI (1 of 101): "It's Not X, it's Y"

https://www.blakestockton.com/dont-write-like-ai-1-101-negation/
1•croemer•17m ago•1 comments

Show HN: Factagora API – Before your AI hallucinates, Factagora verifies

https://enterprise.factagora.com/en/api
1•ttlcc13•17m ago•0 comments

I get wanting to test models on CTFs but lame to do this at our university event

https://twitter.com/_sy1vi3/status/2041379985114411379
2•da_grift_shift•17m ago•0 comments

New chip survives 1300°F (700°C) and could change AI forever

https://openyourmindabretumente.blogspot.com/2026/04/this-new-chip-survives-1300f-700c-and.html
1•ericzapata•18m ago•0 comments

Is It Possible That the Oldest Stone Tools on Earth Were Not Made by Humans?

https://www.thecollector.com/lomekwian-oldest-stone-tools/
1•Tomte•19m ago•0 comments

Show HN: Skrun – Deploy any Agent Skill as an API (open source)

https://github.com/skrun-dev/skrun
2•frizull•21m ago•0 comments

ESP32 Intelligent Fire Detection System Using ML/CV for Safety in Indian MSME

https://www.techrxiv.org/doi/full/10.36227/techrxiv.174857955.53524830/v1
3•hellic07•24m ago•4 comments

Greyline: We Built a Counter-Agent to Stop AI Agents from Looting Your API

https://themeridianlab.com/signals/your-api-has-no-idea
2•mmayberry•24m ago•0 comments

Why social change is so excruciatingly difficult

https://www.volts.wtf/p/why-social-change-is-so-excruciatingly
1•speckx•24m 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•11mo ago

Comments

ss-13•11mo 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