2 pointsby saafree7 hours ago4 comments
  • 5 hours ago
    undefined
  • annaoyaia5 hours ago
    The 'OS' analogy is interesting, but in our work building autonomous software engineers at oya.ai, we've found the bottleneck isn't usually coordination/scheduling (the traditional OS roles) but contextual integrity and state recovery.

    Most agent 'workforces' fail in enterprises because they treat every task as a stateless API call. A true 'Workforce OS' needs: 1. Persistent Workspace State: Not just memory, but a 'frozen' filesystem/container state the agent can return to after a 401 or rate limit. 2. Deterministic Governance: We found that LLM-based 'policing' of other agents is too slow/expensive. You need a WASM-based guardrail layer that intercepts tool calls at the syscall level. 3. Outcome-based Handlers: Enterprises don't want agents that 'try' to do things; they want employees that own a PR from start to merge.

    I’m curious how Saafree handles 'human-in-the-loop' for long-running tasks. If an agent hits a 48-hour block waiting for an approval, how do you handle the context window drift when it resumes?

  • saafree6 hours ago
    Author here.

    This post summarizes an idea we’ve been exploring: if AI agents become part of the operational workforce, enterprises may eventually need something like an operating system layer.

    Not another application or automation tool, but a system coordinating governance, decision, execution, and learning across the organization.

    We’re experimenting with this concept as an open architecture project called Saafree.

    Curious how others think about this problem.

    If AI agents become part of the workforce, what do you think the “operating system” of the enterprise should look like?

  • bediger40006 hours ago
    This is LinkedInfluencer style drivel, written with at least the help of an LLM.
    • saafree6 hours ago
      You're not entirely wrong — English isn’t my first language (I'm based in Vietnam), so I did use an LLM to help polish the wording.

      The underlying idea, though, is something we’ve been exploring for a while: if AI agents become part of the operational workforce of an enterprise, what system layer coordinates governance, decision, and execution across the organization?

      Most current tools (agent frameworks, automation platforms, copilots) solve local problems, but they don't really function as a system layer for the enterprise itself.

      Curious where you think that coordination should live instead.