Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Googlebook: The laptop your Android phone has been waiting for(blog.google ↗)
    discuss
  2. Australia considers banning the use of smart glasses in government buildings(reuters.com ↗)
    discuss
  3. You're Already a Meat Proxy(twitter.com/obie ↗)
    discuss
  4. Et Tu, MacBook? Unprivileged Keystroke Inference via Built-In IMU Side Channel(arxiv.org ↗)
    discuss
  5. DeepSeek is training a 2T-parameter model and plans to build an 8T-parameter one(twitter.com/wallstengine ↗)
    discuss
  6. OpenAI Weighs Funding Round at over $1.2T Valuation(bloomberg.com ↗)
    discuss
  7. HP Googlebook 14c(hp.com ↗)
    discuss
  8. Beyond Ukraine: Why Europe is preparing for a wider conflict(cnn.com ↗)
    discuss
  9. LM Studio is a free desktop app to run local LLMs on your own computer(lm-studio.net ↗)
    1comments
  10. Leaving US Big Tech in a Week(yves.vg ↗)
    discuss
  11. A never-ending childhood of malaria(ourworldindata.org ↗)
    discuss
  12. Show HN: Jev-CLI – CLI wrapper for JEV typesafe AI model(github.com/joshlong145 ↗)
    discuss
  13. Amazon blocks Meta's Muse AI assistant in new standoff over agentic shopping(geekwire.com ↗)
    discuss
  14. DBison: Free Modern Database Explorer(dbison.app ↗)
    discuss
  15. Kimi Code Desktop(kimi.com ↗)
    discuss
  16. Longitudinal survey finds little evidence that social tech predicts satisfaction(phys.org ↗)
    discuss
  17. Show HN: I built Founder.best Product Hunt alternative for LLM product discovery(founder.best ↗)
    1comments
  18. Raspberry Pi blocks changing RAM chips(raspberrypi.com ↗)
    3comments
  19. Your cloud survived everything except the real world – AWS(theregister.com ↗)
    discuss
  20. A Doomsday Scenario for American AI(thefp.com ↗)
    discuss
  21. SpaceX Restricts Airspace over McGregor Facility Ahead of Tesla Roadster Event(driveteslacanada.ca ↗)
    discuss
  22. Stanford, Silicon Valley, and the pursuit of power [video](youtube.com ↗)
    discuss
  23. A build graph that rolls dice(fzakaria.com ↗)
    discuss
  24. JevBench: Benchmark for Jev-Class Models(benchmarkheaven.com ↗)
    discuss
  25. A functional test cannot be failed on biological grounds(leoferres.blog ↗)
    discuss
  26. Ask HN: Is it impossible to disable Siri on macOS 27?
    discuss
  27. Show HN: JevGeni, the fruit-fly claw machine overator(jevgeni.vercel.app ↗)
    discuss
  28. Planly(github.com/drkokorev ↗)
    2comments
  29. There is no way to get ChatGPT to stop injecting your location in context(chatgpt.com ↗)
    2comments
  30. OpenAI Codex Is Retiring the Last Model That Behaves Like an Assistant(vincentschmalbach.com ↗)
    1comments

Sleeper Service: Agents as a Service. One agent. One task. A thousand of them

1 pointsby 1h agogithub.com
1 comments
1h agoHN ↗

I have a few core observations about work that influence how I approach AI:

1. There is one-time work (development, personal assistant) where the input and output are net new. There is also back office work (billing, FP&A, questions about data) that is quite repetitive--working within existing datasets.

2. Back office work exists within SaaS products all of which are including AI within their platforms. Those SaaS products are often integrated with each other.

3. Business logic needs to be transferred between systems in order for each SaaS AI to be accurate. (Asking a Salesforce AI and a Xero AI "What is our revenue?" may get you different answers if either system has custom logic that defines any input to that question differently.)

Based on this, I believe that the optimal path forward for back office work is:

1. Centralize agents (business logic) across an organization

2. Decouple agents from orchestration

Agents that exist at the end of an API call--which can be from a SaaS, Airflow, vibe-coded app, or model harness--are a better answer than platform specific AI. They provide a centralized repository for business logic while reducing vendor reliance (and lock in). Additionally, you get better observability and auditabilty.

Sleeper Service is the result of this thinking--an enterprise AI framework.

Larger write up of my thought process behind Sleeper Service here: https://zero2data.substack.com/p/agents-as-a-service