frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Artificial intimacy: The day your chatbot dies

https://www.ft.com/content/e46c0158-e0aa-4737-ab20-abd96b442128
1•KnuthIsGod•1m ago•0 comments

I got tired of Googling viral claims, so I built a verification API

https://www.innovatechsolutions.tech/factsonlybot
1•spicymargs•3m ago•0 comments

All 9.2 quintillion March Madness brackets on one page

https://every-bracket.com/mens
1•jonbaer•4m ago•0 comments

Quant Bots Are Right. Here's What They're Missing

https://twitter.com/PolyBetsHQ/status/2034196832054563154
1•realJared54•5m ago•1 comments

RX – a new random-access JSON alternative

https://github.com/creationix/rx
1•creationix•5m ago•1 comments

Show HN: Personalwebsites.org – The Official Homepage of Homepages

https://personalwebsites.org/
1•nickgray•6m ago•0 comments

Ransomware detection through classification of high-entropy file segments [pdf]

https://kar.kent.ac.uk/112636/1/ransomware%20detection%20through%20classification%20of%20high-ent...
1•davikr•6m ago•0 comments

Springcraft – Hardware and Software Engineers – Palo Alto – Onsite – Full Time

https://www.springcraft.ai/careers/
1•tomemrich•7m ago•0 comments

Monuses and Heaps

https://doisinkidney.com/posts/2026-03-03-monus-heaps.html
1•aebtebeten•8m ago•0 comments

"Letter to Alan Turing" – Giuseppe Longo (2018) [pdf]

https://www.di.ens.fr/users/longo/files/Letter-to-Turing.pdf
1•abathologist•8m ago•1 comments

Path Traversal in the UniFi Network Application (CVE-2026-22557)

https://community.ui.com/releases/Security-Advisory-Bulletin-062-062/c29719c0-405e-4d4a-8f26-e343...
1•raggi•9m ago•0 comments

Evalfix – Make your agent smarter everytime it fails

https://www.evalfix.com/
1•rajvanshyr•10m ago•1 comments

Ask HN: When was the last time your wrote a function in your code?

2•cat-turner•12m ago•1 comments

Enthusiast breaks into smallest HDD with only phone and OpenClaw

https://www.tomshardware.com/pc-components/external-hdds/enthusiast-reverse-engineers-worlds-smal...
1•djinn•13m ago•1 comments

Cesar Chavez, a Civil Rights Icon, Is Accused of Abusing Girls for Years

https://www.nytimes.com/2026/03/18/us/cesar-chavez-sexual-abuse-allegations-ufw.html
1•tlogan•15m ago•0 comments

People Are Messy

https://wire.wise-relations.com/news/2026-03-19-people-are-messy/
1•chelm•18m ago•0 comments

CrackArmor: Critical AppArmor Flaws Enable Local Privilege Escalation to Root

https://blog.qualys.com/vulnerabilities-threat-research/2026/03/12/crackarmor-critical-apparmor-f...
2•doener•19m ago•0 comments

Minoxidil toxicosis in cats and dogs: A scoping review and call to action

https://www.sciencedirect.com/science/article/pii/S019096222500595X
1•felineflock•20m ago•0 comments

Character.ai Hosts Jeffrey Epstein Island Roleplay RPG Scenarios

https://www.gadgetreview.com/character-ai-hosts-jeffrey-epstein-island-roleplay-rpg-scenarios
1•gnabgib•21m ago•0 comments

Linking Smaller Haskell Binaries

https://brandon.si/code/linking-smaller-haskell-binaries/
1•PaulHoule•22m ago•0 comments

He Earns $1k a Job–and He's a Car Dealer's Worst Nightmare

https://www.wsj.com/business/autos/tomi-mikula-youtube-car-buying-negotiations-4a4c3d63
2•randycupertino•23m ago•1 comments

How many branches can your CPU predict?

https://lemire.me/blog/2026/03/18/how-many-branches-can-your-cpu-predict/
3•chmaynard•24m ago•0 comments

Fisher Traction – at-home spinal decompression devices for neck and back pain

https://www.fishertraction.com/
1•denseroll•24m ago•0 comments

Powell: Job creation is near zero

https://finance.yahoo.com/news/powell-job-creation-is-near-zero-202637723.html
3•AlexDragusin•25m ago•0 comments

Why I secretly rewrote my company's core infrastructure in my spare time

https://solc.uk/#p20260302
1•letaps_keys•26m ago•0 comments

Chainguard Is Now Protecting You from AI Agent Skills Gone Rogue

https://techstrong.ai/features/chainguard-is-now-protecting-you-from-ai-agent-skills-gone-rogue/
1•CrankyBear•26m ago•0 comments

Calcosmos

https://www.calcosmos.com/
1•anushkaams•26m ago•0 comments

Never let a good domain go to waste

https://www.whitehouse.gov/lab-leak-true-origins-of-covid-19/
1•blackdogie•28m ago•1 comments

Fighting Context Drift

https://github.com/dsadsadsadsadas/Trepan
1•slx44i•28m ago•0 comments

Aristotle Reasoning Agent

https://aristotle.harmonic.fun/
1•bananaflag•30m ago•1 comments
Open in hackernews

Business-as-Code with LittleHorse 1.0

https://github.com/littlehorse-enterprises/littlehorse
14•coltmcnealy•1h ago

Comments

coltmcnealy•1h ago
We just launched LittleHorse Server 1.0: an open-source workflow engine for Business-as-Code (SDKs in Java, Python, C#, and GoLang), built for microservices, event-driven systems, and long-running processses.

Business-as-Code lets you write code that orchestrates your business process at a high level, while handling low-level integration for you. Similar idea to Infrastructure-as-Code but for your business process logic rather than infra configuration.

LH also has a two-way integrations with Kafka: our Kafka Connectors signal waiting workflows or trigger new ones, and the Output Topic produces a CDC-style stream of workflow events into Kafka.

Would love feedback if you're dealing with stuff like retries / DLQ's / SAGA / Outbox Pattern, etc.

gwen-shapira•1h ago
Congrats on the launch!

You may be under-selling LittleHorse a bit (here and even in the README). Few things I find cool about it:

- How easy it makes writing human-in-loop workflows (or these days, agent-in-loop). Everyone wants human-in-loop, but very few workflow frameworks make it simple.

- Using LittleHorse to introduce stateful guardrails to agentic flows. This helps with context compaction and other safety issues.

- The new (experimental?) generation of workflows from JSON. This simplifies things quite a bit.

coltmcnealy•1h ago
Generating workflows from JSON is actually not new but rather old...the first versions only had that and we added the DSL in Java (and other languages) after that. Under the hood everything in our system is protobuf and it's trivial to translate from JSON to proto and such
jcustenborder•48m ago
Gotta agree with Gwen. I've been using LittleHorse for some AI projects and it does an amazing job. I'm processing thousands of workflows simultaneously and it adapts to the changes in my environment quite well.
rtolsma•1h ago
This is interesting. How does it compare with Temporal or other orchestrators?

Does this let you take business SOPs and convert it into workflows?

coltmcnealy•1h ago
Temporal is durable execution...it lets you restart code where it left off. LittleHorse workflows are at a higher level and the server actually understands the process rather than memoizing side effects for later attempts.

You get much better e2e observability + debugging this way. Also can more easily model higher-level processes and handle concurrently-running versions of workflows.

Side note: we also have durable execution within a Task Worker via `context.executeAndCheckpoint(...)`