frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Egocentric and Exocentric Body Caputre from iPhones only

https://app.rerun.io/version/0.25.1/index.html?url=https%3A%2F%2Fhuggingface.co%2Fdatasets%2Fpabl...
1•pablovelagomez•22s ago•0 comments

Apple Newsroom on the Immersive Vision Pro Lakers Broadcasts

https://www.apple.com/newsroom/2025/10/spectrum-brings-nba-games-in-apple-immersive-to-apple-visi...
1•Bogdanp•1m ago•0 comments

Instagram Hack

1•rebii•3m ago•0 comments

Social media prank using AI home invader 'bluntly stupid,' police warn

https://globalnews.ca/news/11473482/ai-home-invader-police-warning/
1•rolph•3m ago•0 comments

Instagram Hack

https://www.instagram.com/accounts/login/?next=https%3A%2F%2Fwww.instagram.com%2F_eszty%2F&is_fro...
1•rebii•3m ago•0 comments

Neural Networks from Scratch in Python: Simpler Than You Think

https://www.hamza.se/blog/neural-networks
1•hamza512b•4m ago•0 comments

VLLM Predicted Outputs

https://cascadetech.ai/blog/vllm-predicted-outputs/
1•alvion427•6m ago•0 comments

Intermolecular photoinduced charge separation in organic semiconductors

https://www.nature.com/articles/s41563-025-02362-z
2•bookofjoe•12m ago•0 comments

Show HN: OpenAI hasn't released their Apps SDK so we did

https://github.com/fractal-mcp/sdk
3•mercury24aug•16m ago•0 comments

Telegram now supports threads and streaming responses for AI bots

https://telegram.org/blog/comments-in-video-chats-threads-for-bots
1•vladoh•19m ago•1 comments

Debugging Humidity: Lessons from deploying software in the physical world

https://physical-ai.ghost.io/debugging-humidity-lessons-from-deploying-code-to-a-factory-floor/
1•boulevard•21m ago•1 comments

Help! We Found a Hidden Camera in the Bathroom of Our Airbnb.

https://www.nytimes.com/2025/10/09/travel/airbnb-refund-camera-bathroom.html
2•mitchbob•23m ago•1 comments

Claude Imagine

https://claude.ai/imagine/
2•dotmanish•24m ago•0 comments

Show HN: SQL with AI Operators on Text, Images, and Sound Files

https://github.com/itrummer/thalamusdb
1•itrummer•25m ago•0 comments

Apple Decides ICE Agents Are a Protected Class

https://www.techdirt.com/2025/10/10/apple-decides-ice-agents-are-a-protected-class-because-appare...
5•BallsInIt•26m ago•1 comments

The artificial complexity of OOXML files (the PPTX case)

https://blog.documentfoundation.org/blog/2025/10/10/the-pptx-case/
1•mikece•28m ago•0 comments

No bullshit guide to statistics prerelease

https://minireference.com/blog/nobsstats-prerelease/
5•ivan_ah•30m ago•1 comments

Wikipedia: Ship of Thesus: Edit Analytics

https://xtools.wmcloud.org/articleinfo/en.wikipedia.org/Ship_of_Theseus
2•shervinafshar•31m ago•1 comments

Tron: Ares is so bad it makes you wish AI would hurry up and destroy Hollywood

https://www.telegraph.co.uk/films/0/tron-ares-review/
8•artninja1988•36m ago•1 comments

Tell HN: CrowdStrike Falcon users, check for excess KernelModuleArchiveExt files

2•CaliforniaKarl•36m ago•0 comments

Salamander - Your Terminal's AI Agent, Now In Your Pocket

https://salamander.space/
2•Jawnnypoo•38m ago•0 comments

Edit Back in Windows

1•9front•38m ago•0 comments

Show HN: An open-source starter kit for implementing OWASP ASVS 5.0

https://github.com/Kaademos/asvs-compliance-starter-kit
1•kirumachi•39m ago•0 comments

Picking an AI Code Reviewer

https://markmarkoh.com/post/picking-an-ai-code-reviewer/
1•dimarco•41m ago•0 comments

InferenceMAX – open-source Inference Frequent Benchmarking

https://github.com/InferenceMAX/InferenceMAX
3•simonpure•41m ago•0 comments

Ask HN: Why aren’t leaky abstractions considered bad practice in mathematics?

1•amichail•41m ago•1 comments

Building the Reasoning Engine at Axiom

https://axiommath.ai/blog/
1•measurablefunc•44m ago•0 comments

FM Synths Explained with Memes [video]

https://www.youtube.com/watch?v=IxbS5S7sNYs
1•omnibrain•44m ago•0 comments

RFK Jr pushes fringe claim linking autism to circumcision

https://www.france24.com/en/live-news/20251009-rfk-jr-pushes-fringe-claim-linking-autism-to-circu...
13•geox•47m ago•0 comments

Administration begins layoffs of federal workers amid government shutdown

https://www.cnbc.com/2025/10/10/trump-russ-vought-layoffs-government-shutdown.html
6•rntn•50m ago•0 comments
Open in hackernews

AI receptionist that answers real phone calls

1•kaansarac•2h ago
We’re building an AI receptionist that answers real phone calls, captures leads, books appointments, and sends 5‑minute follow‑ups. Our first niche is wedding venues. I’m one of the founders.

What might be interesting to HN:

Conversation loop: telephony → streaming ASR → LLM tools → calendar/email → TTS, with turn‑taking and barge‑in control. Calendar booking: buffer‑time logic + double‑booking prevention; we expose a minimal function API for “OfferSlots/BookSlot/Confirm.” Multi‑channel capture: unify phone, email, and form leads into one record with transcript + fields (name, date, guest count, budget). Spam filtering: block patterns (e.g., 1‑800s / robocalls) before they hit staff; safe pass‑through rules for VIPs. Evaluation harness: scripted call scenarios (availability, pricing, policy) → check for grounding (answers must be in your docs) → score for correctness, safety, and escalation timing.

What didn’t work:

Over‑eager answers before knowledge ingestion; we now hard‑gate answers on verified sources and otherwise take a message or escalate. Elevenlabs; Latency is way too much to build a human like experience. Confusion on edge cases (“What’s your cancellation policy if…”). We added doc‑first retrieval + fallback to “collect info + route.”

Numbers so far (early, only 6 customers and improving):

Target answer time: sub‑second pickup; 5‑minute first reply on email. Reduction in missed calls and faster tour scheduling are the main wins; happy to share more once data matures.

Privacy/ethics:

Customer content is not used to train our models. Clear consent and recording policies; PII is encrypted at rest and in transit. What I’d love feedback on:

Better offline evaluation for voice agents (beyond happy‑path scripts). Turn‑taking and barge‑in strategies you’ve found to work well. Failure‑mode handling you’d want before trusting an AI with calls.

Link: https://mikla.ai

Comments

mkrishnan•2h ago
Interesting. Congratulations on the launch. How do you differentiate from other solutions?
kaansarac•1h ago
thanks! we are building multi-platform agent that connects all channels to the same agent. phone, email, webforms, marketplace leads and soon to be social media and chat apps. So it's an all-around agent managing all channels. what do you think about it? is it a good strategy?
kaansarac•1h ago
thanks! we are building multi-platform agent that connects all channels to the same agent. phone, email, webforms, marketplace leads and soon to be social media and chat apps. So it's an all-around agent managing all channels. what do you think about it? is it a good strategy?