frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Dank-AI – Ship production AI agents 10x faster

https://www.dank-ai.xyz/
1•deltadarkly•5m ago•0 comments

Call Center TransNusa

1•Agusmaulanana•7m ago•5 comments

Cara Menghubungi CS TransNusa

1•Agusmaulanana•8m ago•3 comments

Milkyway – Build gamedev projects and get prizes (for teens)

https://milkyway.hackclub.com?from=Irtaza
1•Irtaza1•9m ago•1 comments

Airborne: ProPublica Investigated a Bird Flu Outbreak in America's Heartland

https://www.propublica.org/article/methodology-bird-flu-outbreak-ohio-indiana
2•DrierCycle•9m ago•0 comments

Slug Should Be Impossible

https://www.youtube.com/watch?v=IH_uv4h2xYM
1•mudil•12m ago•0 comments

Nomor call Center AirAsia Indonesia 24 jam

1•aspevec•27m ago•0 comments

Trifold is a tool to quickly and cheaply host static websites using a CDN

https://www.jpt.sh/projects/trifold/
1•todsacerdoti•28m ago•0 comments

Agartha: History of a White Nationalist Meme

https://vishalblog.substack.com/p/agartha-history-of-a-meme
2•eatitraw•39m ago•0 comments

Introduction to radix (best cognate-tree grower, pre-α, dormant)

https://tsvibt.blogspot.com/2025/11/introduction-to-radix-best-cognate-tree.html
1•tbt•49m ago•0 comments

Show HN: Server Survival – Tower defense game for learning cloud architecture

https://github.com/pshenok/server-survival
5•pshenok•49m ago•2 comments

Misleading PDF: visual content differs from extracted text

https://czterycztery.pl/inne/zmylkowy_pdf/
1•fourgreen•53m ago•1 comments

Rust Isn't the Future of Systems Programming – It's Just the Hype Cycle

https://freedium-mirror.cfd/cachecowboy/rust-isnt-the-future-of-systems-programming-it-s-just-the...
3•RustSupremacist•1h ago•5 comments

New magnetic component discovered in the Faraday effect

https://phys.org/news/2025-11-magnetic-component-faraday-effect-centuries.html
4•f1shy•1h ago•0 comments

Ask HN: What are some cool useful AI Agents you have built

1•mraza007•1h ago•0 comments

Hardening the C++ Standard Library at scale

https://queue.acm.org/detail.cfm?id=3773097
2•ndesaulniers•1h ago•1 comments

Show HN: Wolfrominoes

https://demos.samgentle.com/wolfrominoes/
2•sgentle•1h ago•0 comments

First Human Victim of H5N5

https://komonews.com/news/local/h5n5-avian-influenza-cdc-grays-harbor-county-resident-dies-from-c...
4•pontifk8r•1h ago•0 comments

Advice for Workshop Attendees

https://vishalblog.substack.com/p/advice-for-workshop-attendees
1•eatitraw•1h ago•0 comments

Tracking AI Search Traffic: Why Google Analytics Fails

https://www.tryzenith.ai/blog/tracking-ai-search-traffic-server-logs
2•manveerc•1h ago•1 comments

Cryptographers Held an Election. They Can't Decrypt the Results

https://www.nytimes.com/2025/11/21/world/cryptography-group-lost-election-results.html
32•FabHK•2h ago•7 comments

Charter of Democratic Pansystemism:Replacing the Constitution with Cybernetics [pdf]

https://files.catbox.moe/raqnfv.pdf
1•ytisnotatube•2h ago•1 comments

Titanic Passenger's Watch Sells for Record £1.78M at Auction

https://vechron.com/2025/11/titanic-isidor-straus-watch-auction-record-1-78-million/
11•ashishgupta2209•2h ago•1 comments

The Definitive Classic Mac Pro (2006-2012) Upgrade Guide

https://blog.greggant.com/posts/2018/05/07/definitive-mac-pro-upgrade-guide.html
1•surprisetalk•2h ago•0 comments

Space Type Generator

https://spacetypegenerator.com/stripes
1•surprisetalk•2h ago•0 comments

How to make precise sheet metal parts (photochemical machining) [video]

https://www.youtube.com/watch?v=bR9EN3kUlfg
1•surprisetalk•2h ago•0 comments

How to Long Game

https://www.ystrickler.com/how-to-long-game/
2•surprisetalk•2h ago•0 comments

How Antidepressants Work [video]

https://www.youtube.com/watch?v=xyAoMtFb0Rg
1•ckw•2h ago•0 comments

Unusual circuits in the Intel 386's standard cell logic

https://www.righto.com/2025/11/unusual-386-standard-cell-circuits.html
42•Stratoscope•2h ago•7 comments

There are nine wolves inside of you

https://usefulfictions.substack.com/p/there-are-nine-wolves-inside-of-you
2•eatitraw•2h ago•0 comments
Open in hackernews

Show HN: Realistic Synthetic Conversations for Testing LLMs

https://github.com/Channel-Labs/synthetic-conversation-generation
2•otterk10•6mo ago
Testing multi-turn conversational AI is tough, especially when you lack large volumes of real user data. Existing synthetic data tools often generate conversations that lack diversity and are not statistically representative, leading models to overfit synthetic patterns.

To help with this problem, I'm open-sourcing a synthetic conversation generation library. This library generates more realistic multi-conversations than other synthetic data libraries by using the following techniques:

  1. Decoupling Persona & Conversation Generation: This library first create diverse user personas, ensuring each new persona differs from the last. This builds a wide range of user types before generating conversations, tackling bias and improving coverage.

  2. Modeling Realistic Stopping Points: Instead of arbitrary turn limits, the library dynamically assesses if the user's goal is met or if they're frustrated, ending conversations naturally like real users would.
You can generate user personas tailored to your AI's specs and then simulate user messages using those personas. The library calls your AI endpoint (via a configurable HTTP definition) for responses during the simulation.

I built this because I needed a better way to test conversational agents for my clients, and found existing tools lacking in generating high-fidelity dialogues. Would love to hear your feedback and any suggestions!

Comments

badmonster•6mo ago
How does the library handle hallucination or off-topic drift during user simulation, especially when simulating frustration or goal completion? Are there mechanisms to detect and constrain unrealistic turns during generation?