frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

FDD Uncovers Likely Chinese Intelligence Operation That Began 3 Years Ago

https://www.fdd.org/analysis/2025/09/11/fdd-uncovers-likely-chinese-intelligence-operation-that-b...
1•arunc•41s ago•0 comments

GuitarPie: Use Fretboard of Electric Guitar for Audio-Based Pie Menu Interaction [pdf]

https://andreasfender.com/publications/PDFs/GuitarPie_authorgenerated.pdf
1•bookofjoe•1m ago•0 comments

Show HN: RegulGPT – AI-powered compliance policy generator for startups

https://regulgpt.com
1•nawoda•1m ago•0 comments

Show HN: Binary artifact and release management, for everyone

https://buildstash.com
4•r0bbie•3m ago•0 comments

AI "Hyperbole and Silly Numbers"?

https://www.theregister.com/2025/09/24/bain_ai_costs/
1•DaveZale•5m ago•0 comments

The Growth of the Swift Server Ecosystem

https://www.swift.org/blog/swift-on-the-server-ecosystem/
1•pjmlp•5m ago•0 comments

New Agent Benchmark from Meta Super Intelligence Lab and Hugging Face

https://huggingface.co/blog/gaia2
1•clmnt•6m ago•1 comments

Show HN: Vibe Linking

https://vb.lk/
1•michaelstewart•7m ago•0 comments

Show HN: DoShare Personal Cloud

https://getcloud.doshare.me
1•vednig•7m ago•0 comments

Mixboard: Google Labs' new experiment to visualize ideas

https://blog.google/technology/google-labs/mixboard/
1•simonpure•9m ago•0 comments

Instagram hits 3B monthly users; testing defaulting to Reels in India

https://www.bloomberg.com/news/articles/2025-09-24/instagram-hits-3-billion-users-with-focus-on-v...
1•sc970•10m ago•1 comments

Results Only Jobs (ROWE) – Jobs for better work / life balance and productivity

https://results-only-jobs.com
1•JankoLagaly•11m ago•1 comments

Gaza medics describe hospital overwhelmed by casualties from Israeli strikes

https://www.bbc.com/news/articles/cgknzk46kz6o
1•belter•13m ago•0 comments

Waymo for Business

https://waymo.com/blog/2025/09/waymo-for-business
1•ra7•14m ago•0 comments

Terence Tao: The role of small organizations in society has shrunk significantly

https://mathstodon.xyz/@tao/115259943398316677
14•bertman•14m ago•0 comments

SquashFS Optimization Achieves 15,277x Performance in Developer Benchmark

https://www.phoronix.com/news/SquashFS-Faster-Sparse-Copy
1•Bender•18m ago•0 comments

How Nvidia Is Backstopping America's AI Boom

https://www.wsj.com/tech/ai/how-nvidia-is-backstopping-americas-ai-boom-875c1346
4•doener•18m ago•0 comments

Intel Moves Pre-Arc Graphics to "Legacy" Driver on Windows Linux Need Not Worry

https://www.phoronix.com/news/Intel-11th-14th-Gen-Legacy-Drv
1•Bender•18m ago•0 comments

EU ethics watchdog opens inquiry into von der Leyen's Mercosur text

https://www.euractiv.com/news/eu-ethics-watchdog-opens-inquiry-into-von-der-leyens-mercosur-text/
2•nickslaughter02•19m ago•1 comments

The AI Performance Benefit with AMX on Intel Xeon 6 "Granite Rapids"

https://www.phoronix.com/review/intel-xeon-6-granite-rapids-amx
1•Bender•19m ago•0 comments

Astrocytic response to stress alters activity patterns in male and female mice

https://www.nature.com/articles/s41467-025-61643-y
1•PaulHoule•19m ago•0 comments

CompileBench: Can AI Compile 22-year-old Code?

https://simonwillison.net/2025/Sep/22/compilebench/
2•speckx•19m ago•0 comments

A collaborative large language model for drug analysis

https://www.nature.com/articles/s41551-025-01471-z
1•bookofjoe•20m ago•0 comments

Writing Nothing but Docs for a Week

https://pgdog.dev/blog/writing-nothing-but-docs
1•levkk•20m ago•0 comments

Product Hunt Is Dead

https://sedimental.org/product_hunt_is_dead.html
3•mhashemi•23m ago•3 comments

Audited Interactive Sigma Proofs and Fiat-Shamir Transformation PoC

https://www.openzeppelin.com/news/interactive-sigma-proofs-and-fiat-shamir-transformation-proof-o...
1•wslh•25m ago•0 comments

Google Data Commons MCP Server

https://techcrunch.com/2025/09/24/google-makes-real-world-data-more-accessible-to-ai-and-training...
1•coloneltcb•27m ago•0 comments

Show HN: We built Atono because we kept losing context

https://atono.io/
1•troy55_yort55•28m ago•0 comments

Show HN: Snapser Starter Tier – modular back end with isolated K8s "own cluster"

https://snapser.com
1•aapte•28m ago•1 comments

Show HN: Galerion – Minimal app to organize and play your media

https://whichny.com/Galerion/
1•Zifnap•28m ago•0 comments
Open in hackernews

Show HN: A Python lib to create task-specific LLMs for NLP without training data

https://github.com/tanaos/artifex
2•rlucato•2h ago
I built Artifex, a Python library to create task-specific LLMs for NLP and Text Classification, without training data. At the moment, only Intent Classification and Guardrail models are supported, but I'll be adding more soon based on users' feedback. The reason I made this is that general-purpose LLMs are overkill for simple Text Classification tasks, and LLM APIs can get expensive quickly. On the other hand, fine-tuning an LLM for a specific task requires labelled data, which not everybody has.

That's why I created a library to train small, task-specific LLMs WITHOUT training data. You simply describe how the model should behave, and it will be trained on synthetic data generated for that purpose.

The models can run locally (without a GPU) or on small servers, offloading simple tasks and reducing reliance on third-party LLM APIs.

I am looking for any kind of feedback or suggestions for new model/tasks. Here is the GitHub repo: https://github.com/tanaos/artifex