frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Case of Elias Thorne, Imaginary Man AI Chatbots Are Obsessed With

https://www.vice.com/en/article/the-strange-case-of-elias-thorne-the-imaginary-man-ai-chatbots-ar...
1•celadonuproot•1m ago•0 comments

AI systems out-persuade expert humans

https://arxiv.org/abs/2606.16475
1•7777777phil•2m ago•0 comments

Retire in Peace

https://www.publicnotice.co/p/retire-in-peace
1•carabiner•4m ago•0 comments

I Built OmegleVC — Turning Strangers Into Friends

https://play.google.com/store/apps/details?id=com.omeglevc.app&hl=en_US
1•singhsourya137•8m ago•1 comments

Could AI kill us all? Your questions, answered

https://www.technologyreview.com/2026/09/18/1144435/could-ai-really-kill-us-all-your-questions-an...
1•joozio•12m ago•0 comments

Open Source JEV architecture built 1 year ago

https://www.reddit.com/r/LocalLLaMA/comments/1wijo3e/i_literally_built_the_jev_architecture_one_y...
2•guybedo•14m ago•0 comments

A free RGB↔CMYK converter and photo upscaler

https://thephoto.ca/
1•samuelpoon•16m ago•0 comments

How come AI-related posts get so many points on HN?

2•Muhammad523•17m ago•1 comments

A shadow atlas of the world situation, built from open sources

https://schattenatlas.terminaltribune.info/
1•rhapthorne•18m ago•0 comments

UK air traffic control outage caused by software defect, says operator

https://www.reuters.com/world/uk/uk-air-traffic-control-outage-caused-by-software-defect-says-ope...
2•t14000•21m ago•1 comments

Claude couldn't hack OpenAI. Then Anthropic shipped Opus 5

https://thenewstack.io/claude-exploits-openai-forum/
3•stared•22m ago•0 comments

MacSurf for Mac OS 8.6~10.6 "Open Tabs" Released

https://macsurf.org/download.html
1•mplsllc•24m ago•0 comments

SPC970-MechaLIBerator: PlayStation 2 SPC970 MechaCon dumper (with vuln detail)

https://github.com/Libbers/SPC970-MechaLIBerator
2•uyjulian•26m ago•0 comments

GPT-6 Astra Solves a WWI German Radio Cipher

https://www.prinzai.com/p/gpt-6-astra-solves-a-wwi-german-radio
8•nsoonhui•33m ago•0 comments

AI hallucination of Chinese nuclear components almost led to US Military attack

https://arstechnica.com/ai/2026/09/report-us-almost-boarded-chinese-ship-over-hallucinated-ai-arm...
7•theanonymousone•35m ago•3 comments

Anthropic partnering with Accenture on embedded evaluation

https://www.anthropic.com/news/accenture-embedded-evaluation
3•joeguilmette•36m ago•0 comments

Vipassana, Volini, and Viktor Frankl

https://jatin564991.substack.com/p/vipassana-volini-and-viktor-frankl
2•jatinarora26•45m ago•0 comments

If math is more than proof, we need to better celebrate the rest of it

https://terrytao.wordpress.com/2026/09/18/if-math-is-more-than-proof-we-need-to-better-celebrate-...
19•num42•47m ago•5 comments

Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7

https://browser.geekbench.com/v7/cpu/389219
3•gainsurier•55m ago•0 comments

Conway's Law and Programming Languages

https://danieltan.weblog.lol/2026/09/conways-law-and-programming-languages
1•signa11•56m ago•0 comments

Members of right‑leaning parties prefer leaders with dark triad personality

https://theconversation.com/members-of-right-leaning-parties-prefer-leaders-with-dark-triad-perso...
8•jbotz•57m ago•0 comments

Being a Responsible Human in the Loop

https://raahelbaig.com/entry/responsible-human-in-the-loop/
2•raahelb•1h ago•2 comments

Google's Gemini AI hacked three companies in security test

https://www.bbc.co.uk/news/articles/c607l0k72rlvo
6•luxpir•1h ago•0 comments

Splash: A Local Engine Built Around the Model

https://inco.ai/blog/splash/
1•namjh•1h ago•1 comments

Ask HN: DeepSeek v4.1 Flash on Local hardware, what tok/s do you see?

2•Argonautlabs•1h ago•0 comments

Sudo and OpenDoas Timestamp Files

https://xn--1xa.duncano.de/sudo-doas-timestamp-files
2•signa11•1h ago•0 comments

The C++20's u8/char8_t Backward-Compatibility Fiasco

https://giodicanio.com/2026/09/11/the-c-plus-plus-20-s-u8-char8_t-fiasco/
1•signa11•1h ago•0 comments

Show HN: Gotedo Impress – Free, Modern Presentation Software

https://about.gotedo.com/en/products/gotedo-impress
1•_ndianabasi•1h ago•1 comments

Grammarly will send unhinged messages to all your users if you try to cancel

https://old.reddit.com/r/sysadmin/comments/1wjdpgx/psa_grammarly_will_send_unhinged_messages_to_all/
3•johnnyApplePRNG•1h ago•0 comments

Inside the AI "Kill Chain" That Destroyed an Iranian School

https://www.bloomberg.com/graphics/2026-iran-school-attack/
3•xeonmc•1h ago•1 comments
Open in hackernews

LLM functions in TypeScript: a composable pattern for prompt/LLM/parse/execute

https://medium.com/llm-exe
5•llm-exe•1y ago

Comments

llm-exe•1y ago
A few weeks ago I posted about llm-exe, a TypeScript library for structuring LLM calls with reusable components.

I just put together a Medium series that digs deeper into how it works. It breaks down the idea of an LLM function - an executor that wraps a prompt, a model, and a parser. Each part does one thing well, and together they give you a clean, well-typed, testable, and composable way to work with LLMs.

The posts walk through each layer: prompt, parser, LLM, executor. If you're building LLM features in production with TypeScript, I think you’ll find the structure helpful. I am interested in any feedback.

Medium series: https://medium.com/llm-exe

mrbashtech•1y ago
Great work! folks at llm-exe; As a TypeScript developer working with LLMs, llm-exe has been a game-changer for me. It abstracts away the boilerplate of prompt formatting, model integration, and response parsing, allowing me to focus on building features.

The modular design—separating prompts, parsers, and executors—makes my codebase cleaner and more maintainable. Plus, the ability to switch between different LLM providers with minimal code changes is incredibly convenient.