Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 4 min 10 sec ago

Snow White – HDR Using CSS

Fri, 04/18/2025 - 2:26pm

Article URL: https://hdr.ardov.me

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

Points: 1

# Comments: 0

Categories: Hacker News

Optimizing Agentic RAG with Process Supervision

Fri, 04/18/2025 - 2:24pm

Article URL: https://rag-gym.github.io/

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

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Gems in Your Tech Stack?

Fri, 04/18/2025 - 2:23pm

What's your favorite programming tool or software you swear by that isn't talked about enough?

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Teskooano – Multi-camera 3D N-Body Simulator

Fri, 04/18/2025 - 2:18pm

I've been working on this 3D N-Body simulator, quite by accident.

I started working focused more on a game - but ended up creating quite UI for a multi-camera view of the simulator.

It's still "early release" - but overall it's quite stable now. I've added docs and there is a tour of the functionality when you first load the app.

Fully open source on GitHub - https://github.com/tanepiper/teskooano

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

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Thinking to add in open-source lib a support of any model and MCP

Fri, 04/18/2025 - 2:16pm

Hey,

I have a platform to test and improve prompts, with observability. It has its own SDK.

I'm thinking to add in the context of the model rules, like:

You have next skills:

``` - web_call({'query': '...query'})

- make_plan({"step1": {"expected_results": "", actions: "", "where_we_are": }})

- update_plan("step_name": {"expected_results": "", actions: "", "where_we_are": })

If you wish to make a call you need to make a call:

{

"tool_name": "",

"parameters": { // parameters of the tool },

}

```

----

It's a prompting technique which i use for models like deepseek. But, I wonder if ppl here are interested to have a python lib which will support MCP in the same similar way with all other models, not just Claude, and it will help to choose easily which model performs best for your task. w/o marriage to Claude models.

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages