Urgent.News

the world's headlines, one feed

Editions

Tech

OpenCode Session Framework Internals

The easiest way to misunderstand an agent session is to treat it as a chat API call with a longer memory. Send a prompt, receive a response, append both to a transcript. That is enough for a demo. It is not enough for a coding agent. I ran into this while reading a small fleet client that drives remote OpenCode instances. The client does very little on the surface: create or reuse a session, send…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Basant 2027 Dates Confirmed

Basant 2027 Dates Confirmed

Punjab is set to celebrate Basant 2027 in January, with the festival expected to be held before the start of … Read More The post Basant 2027 Dates Confirmed appeared first on ProPakistani .

Zero-Knowledge Age Verification on Midnight: How Compact Enables Private On-Chain Data

How do you verify user eligibility on-chain without revealing sensitive personal identity data? Traditional KYC processes force an unwanted trade-off: transparency versus privacy.

  • Midnight Network separates public and private states on-chain.
  • Compact language simplifies zero-knowledge logic creation.
  • AgeVerification contract updates verification status locally.

How to Build a Production Agent Harness

AI agents don't usually become unreliable all at once. They degrade quietly. One session the agent repeats a step it already completed.

  • Context component prepares project components and relationships
  • Verifier component checks agent output against done condition
  • Install harness components using bit install command