frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Sentient – AI-powered customer feedback analysis with 95% accuracy

1•iedayan03•26s ago•0 comments

US candy makers haunted by Halloween discounts as retailers scare up sales

https://www.reuters.com/business/us-retailers-discounting-hershey-sweets-boost-key-halloween-sale...
1•petethomas•1m ago•0 comments

Review of John Ousterhout's "A Philosophy of Software Design"

https://theaxolot.wordpress.com/2025/10/30/a-refreshing-philosophy-of-software-design/
1•Axol•2m ago•0 comments

Genode-Powered SculptOS 25.10 Brings Performance Improvements and Better Drivers

https://www.phoronix.com/news/Sculpt-OS-25.10-Released
1•samtheDamned•2m ago•0 comments

All aiSRE will be gone in an year

1•ritviksri•3m ago•0 comments

Consolidation in Hospital Sector Leading to Higher Health Care Costs, Study Find

https://harris.uchicago.edu/news-events/news/consolidation-hospital-sector-leading-higher-health-...
1•rawgabbit•7m ago•1 comments

Show HN: PS2 Emulator – Play your favorite PlayStation 2 games on your computer

https://ps2-emu.org
1•kangfeibo•14m ago•0 comments

Show HN: Embedr – The AI-Native Arduino IDE

https://www.embedr.app/
1•sinharishabh•19m ago•0 comments

Show HN: NatChecker – free online NAT type detector (no login, one click)

https://natchecker.com
2•owoamier•23m ago•0 comments

Show HN: sjl – Simple JSON Logger for Rust

https://github.com/joswayski/sjl
2•josevalerio•24m ago•0 comments

YouTube to MP3 converter 100%ad-free

https://ytd.app/en/youtube-to-mp3/
3•lucasenv•30m ago•0 comments

Direct deaminative functionalization with N-nitroamines

https://www.nature.com/articles/s41586-025-09791-5
1•ammo1662•34m ago•0 comments

Palantir communications chief calls the company's political shift 'concerning'

https://www.cnbc.com/2025/10/30/palantir-trump-karp-politics.html
1•petethomas•38m ago•0 comments

Google YouTube is feeding me non stop political ads from another state

1•morpheos137•39m ago•0 comments

Ground stop at JFK due to staffing

https://www.fly.faa.gov/adv/adv_otherdis?advn=13&adv_date=10312025&facId=JFK&title=ATCSCC%20ADVZY...
11•akersten•44m ago•1 comments

Space power: The dream of beaming solar energy from orbit

https://www.bbc.com/future/article/20251029-the-beam-dream-should-we-build-solar-farms-in-space
2•1659447091•47m ago•1 comments

I discover a easy-to-use image cropper

https://justcrop.online/
1•Jaylew•49m ago•0 comments

Railways: Firms develop new tech to electrify trains

https://www.bbc.com/news/articles/czdjg92y00no
2•1659447091•51m ago•0 comments

Porsche AG sets final steps in the realignment of its product strategy

https://newsroom.porsche.com/en/2025/company/porsche-realignment-product-strategy-40594.html
2•andsoitis•51m ago•0 comments

Doughnut of social and planetary boundaries monitors a world out of balance

https://www.nature.com/articles/s41586-025-09385-1
3•PaulHoule•53m ago•0 comments

Show HN: Reggi.net your AI domain companion

https://reggi.net
1•stackws•55m ago•0 comments

Show HN: Fun Friday Australia ISM Quiz;)

https://elmobp.github.io/ism-quiz/
1•lidder86•56m ago•0 comments

Epstein and Mossad: The Trafficker Helped Israel Build a Backchannel to Russia

https://www.dropsitenews.com/p/jeffrey-epstein-ehud-barak-putin-israel-russia-syria-war-depose-assad
7•computerliker•57m ago•1 comments

Google Posts Surprise October Pixel Update Builds, Doesn't Say What For

https://www.droid-life.com/2025/10/30/google-posts-surprise-october-pixel-update-builds-doesnt-sa...
2•raybb•59m ago•0 comments

Ask HN: Proprietary software dominate or is for profit open-source a thing?

1•gitprolinux•59m ago•2 comments

Spider inspired biologists create webs to capture airborne DNA

https://theconversation.com/spiders-inspired-biologists-to-create-artificial-webs-to-capture-airb...
2•defrost•1h ago•0 comments

Show HN: TruthGuard – AI System That Detects Invalid Survey Responses

1•vivekjaiswal•1h ago•0 comments

Lafayette G. Pool (Real Life Brad Pitt in Fury)

https://en.wikipedia.org/wiki/Lafayette_G._Pool
3•lifeisstillgood•1h ago•0 comments

AI Governance

https://www.risklit.com/
2•pkayy7458•1h ago•1 comments

Chromium Browser DoS Attack via Document.title Exploitation

https://github.com/jofpin/brash
2•croes•1h ago•0 comments
Open in hackernews

Show HN: Socratic – Automated Knowledge Synthesis for Vertical LLM Agents

https://github.com/kevins981/Socratic
1•kevinsong981•4h ago
Socratic ingests sparse, unstructured source documents (docs, code, logs, etc.) and synthesizes them into compact, structured knowledge bases ready to plug into vertical agents.

Backstory: We built Socratic after struggling to compile and maintain domain knowledge when building our own agents. At first, gathering all the relevant context from scattered docs and code to give the agent a coherent understanding was tedious. And once the domain evolved (e.g. changing specs and docs), the process had to be repeated. Socratic started as an experiment to see if this process can be automated.

The Problem: Building effective vertical agents requires high-quality, up-to-date, domain-specific knowledge. This is typically curated manually by domain experts, which is slow, expensive, and creates a bottleneck every time the domain knowledge changes.

The Goal: Socratic aims to automate this process. Given a set of unstructured source documents, Socratic identify key concepts, study them, and synthesize the findings into prompts that can be dropped directly into your LLM agent’s context. This keeps your agent's knowledge up-to-date with minimal overhead.

How it works: Given a set of unstructured domain documents, Socratic runs a lightweight multi-agent pipeline that: 1. Identifies key domain concepts to research. 2. Synthesizes structured knowledge units for each concept. 3. Composes them into prompts directly usable in your vertical agent’s context.

Socratic is open source and still early-stage. We would love your thoughts/feedbacks!

Demo: https://youtu.be/BQv81sjv8Yo?si=r8xKQeFc8oL0QooV

Repo: https://github.com/kevins981/Socratic