Feed aggregator

Show HN: I wrapped Apple's new on-device models in an OpenAI-compatible API

Hacker News - 17 hours 30 min ago

I spent the weekend vibe-coding in Cursor and ended up with a small Swift app that turns the new macOS 26 on-device Apple Intelligence models into a local server you can hit with standard OpenAI /v1/chat/completions calls. Point any client you like at http://127.0.0.1:11535.

* Works with any OpenAI-compatible client * Nothing leaves your Mac * Open source, MIT-licensed

Repo’s here → https://github.com/gety-ai/apple-on-device-openai

It was a fun hack—let me know if you try it out or run into any weirdness. Cheers!

Comments URL: https://news.ycombinator.com/item?id=44297005

Points: 1

# Comments: 0

Categories: Hacker News

Recent Langflow Vulnerability Exploited by Flodrix Botnet

Security Week - 17 hours 37 min ago

A critical Langflow vulnerability tracked as CVE-2025-3248 has been exploited to ensnare devices in the Flodrix botnet.

The post Recent Langflow Vulnerability Exploited by Flodrix Botnet appeared first on SecurityWeek.

Categories: SecurityWeek

Halfway YC's AI Event – After LessWrong, Arbor, Manifold

Hacker News - 17 hours 44 min ago

We are halfway through YC's AI startup school & it would be great to meet more new people!

Planning on throwing the worlds first invasive and noninvasive neural hackathon.

[In the past week] I met many like-minded, awesome engineers. All interactions took place at LessOnline 2025, Manifest 2025 (From the prediction market company, Manifold) & the week in-between at Arbor Summer Camp located at Berkeley's Lighthaven venue.

Comments URL: https://news.ycombinator.com/item?id=44296916

Points: 2

# Comments: 1

Categories: Hacker News

Midway YC's AI Event – After LessWrong, Arbor, Manifest

Hacker News - 17 hours 48 min ago

We are midway through YC's AI start school and it would be great to meet more new people!

Planning on throwing the worlds first invasive and noninvasive neural hackathon.

[In the past week] I met many like-minded, awesome engineers. All interactions took place at LessOnline 2025, Manifest 2025 (From the prediction market company, Manifold) & the week in-between at Arbor Summer Camp located in Berkeley's Lighthaven venue.

Comments URL: https://news.ycombinator.com/item?id=44296895

Points: 2

# Comments: 1

Categories: Hacker News

NexusMods Changes Hands

Hacker News - 17 hours 59 min ago

Article URL: https://www.nexusmods.com/news/15301

Comments URL: https://news.ycombinator.com/item?id=44296835

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Efficient `Torch.cdist` Using Triton

Hacker News - 18 hours 3 min ago

For my research, I needed to use `torch.cdist` https://docs.pytorch.org/docs/stable/generated/torch.cdist.h... with p != 2.

Turns out torch's implementation for cdist with p != 2 is prohibitively slow. I came up with an alternative implementation using triton https://triton-lang.org/, which supports backprop and so can be used for training too.

Should be pretty plug-and-play, if you're using `torch.cdist` too it'd be awesome if you could try it with your code and share feedback for things that break.

Huge shoutout to both torch's and triton's teams for making it easy to write and integrate custom ops, I'm new to this and looking back, the whole process was streamlined very effectively.

Comments URL: https://news.ycombinator.com/item?id=44296817

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Swagger-mcp-server – expose your OpenAPI APIs to LLMs

Hacker News - 18 hours 3 min ago

We just released an MCP server that exposes Swagger/OpenAPI specs to large language models. It enables LLMs to browse endpoints, understand operations, and call real APIs with structured guidance. Built to be a developer-friendly bridge between your docs and intelligent agents.

Comments URL: https://news.ycombinator.com/item?id=44296814

Points: 2

# Comments: 0

Categories: Hacker News

Pages