frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MapleKit – The front end review toolkit

https://maple-kit.org
1•aviramha•2m ago•0 comments

For 958 old to new 9Y0.2 blackened running water tail lamp assembly

https://www.porsche-km.com/productinfo/3194915.html
1•edl8888•3m ago•0 comments

OpenAI and Anthropic are investigating cases of AI misbehaving, report says

https://madrobot.blog/2026/09/26/openai-anthropic-tens-of-thousands-ai-misbehaviour-incidents-axios/
1•AIfanboy•9m ago•0 comments

Horizon Create and Horizon Studio

https://developers.meta.com/blog/meta-connect-recap-horizon-create-and-horizon-studio/
1•fourfire•10m ago•0 comments

Trellis: Fractal Layouts for Web Apps

https://trellisui.com/
1•handfuloflight•11m ago•0 comments

The SaaSpocalypse was more like a RenaiSaaS

https://www.stripeeconomics.com/p/the-saaspocalypse-was-more-like-a
1•duck•12m ago•0 comments

I Found a $113,337 Af_alg Linux Local Privilege Escalation Before Copy Fail

https://idnsec.com/research/linux-local-privilege-escalation-with-af-alg/
1•thebitofmyheart•18m ago•0 comments

I expect AI replication incidents by 2027

https://www.lesswrong.com/posts/BhcymsLgyYazh6sme/why-i-expect-ai-replication-incidents-by-2027
5•joozio•18m ago•0 comments

The Boring Decision That Beats 95% of Stock Pickers

https://comuniq.xyz/Wealth/post?t=1706
1•01-_-•18m ago•0 comments

Show HN: Trail – new kind of logic game

https://trail.franzai.com/
2•franze•18m ago•0 comments

My Husband Left Me 6 Weeks Postpartum and All I Got Was This Pretty Cool Baby

https://viverricious.substack.com/p/my-husband-left-me-6-weeks-postpartum
2•barry-cotter•19m ago•0 comments

AI and Teams =?

https://mcastenfors.substack.com/p/ai-teams
1•mcastenfors•24m ago•0 comments

The New Copilot with Home, Code and Autopilot

https://blogs.microsoft.com/blog/2026/09/25/introducing-the-new-copilot-with-home-code-and-autopi...
4•quyleanh•27m ago•1 comments

Kidnapping kids remains legal in USA, this site has you experience it first-hand

https://elan.school/
2•bingowasthename•27m ago•0 comments

Scientists Detect Radio Signals from an Exoplanet for the First Time in History

https://www.wired.com/story/scientists-detect-radio-signals-from-exoplanet-for-first-time-in-hist...
1•thunderbong•30m ago•0 comments

Despite canning the Copilot+ brand, "most people love" its AI assistant

https://www.xda-developers.com/despite-canning-the-copilot-brand-most-people-love-its-ai-assistan...
2•01-_-•31m ago•0 comments

Teardown: Herdr

https://github.com/jimy-r/agent-workspace-architecture/blob/main/teardowns/2026-08-28-herdr.md
1•jimyr•32m ago•0 comments

Oppenheimer: A Noh play in English [video]

https://www.youtube.com/watch?v=lqfdoPAxiVk
1•nxobject•34m ago•0 comments

How to Disable Nvidia Optimus Cards on NetBSD

https://www.unitedbsd.com/d/1690-how-to-disable-nvidia-optimus-cards-on-netbsd-a-guide
1•jaypatelani•42m ago•0 comments

Mahout – Tasker+AI+N8N

https://github.com/ankurCES/Mahout
1•ankurCES•45m ago•2 comments

List your SaaS in goodsaas directory

https://goodsaas.xyz/
1•agnes_realm•48m ago•0 comments

Llama.cpp banned him for accidentally tagging in a fork PR

https://github.com/jadidbourbaki/llama.cpp/pull/2
1•martianvoid•50m ago•1 comments

Every browser has a setting that by-passes network-wide DNS filtering

https://www.makeuseof.com/every-major-browser-has-setting-that-completely-punch-through-your-netw...
1•philonoist•53m ago•0 comments

Why parquet files are my preferred API for bulk open data (2023)

https://www.robinlinacre.com/parquet_api/
1•RobinL•57m ago•0 comments

Show HN: Wet Bulb Tracker Tracker – sends you humid-heat alerts and forecasts

1•nerdsutra•58m ago•1 comments

What the 'recent invention' of reading does to our brains

https://www.rnz.co.nz/life/books/what-the-recent-invention-of-reading-does-to-our-brains
3•billybuckwheat•59m ago•0 comments

AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX

https://aurionmail.github.io/docs/
5•rita_the_best•59m ago•0 comments

OpenAI Feared "Optics" of what might appear on Hacker News

https://authorsguild.org/news/ag-v-openai-top-execs-knew-mass-book-piracy-was-illegal/
8•papergirl•1h ago•1 comments

'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms

https://www.politico.com/news/magazine/2026/09/25/midterms-partisan-ai-chatbots-01092138
1•Tomte•1h ago•0 comments

What happens when you divide by zero on a mechanical calculator?

https://www.youtube.com/watch?v=s_hbvRTGcUI
1•plun9•1h ago•0 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.