Urgent.News

the world's headlines, one feed

Editions

Tech

Forget planks: Swap them for this 5-minute standing abs workout, and notice how your posture improves

A personal trainer shares a beginner-friendly standing workout that strengthens your core and posture.

Forget planks: Swap them for this 5-minute standing abs workout, and notice how your posture improves

Give me five minutes of your time, and I'll share a beginner-friendly standing abs workout to strengthen your core and enhance posture. As a fitness editor at Tom's Guide and personal trainer, I understand that not everyone enjoys lying on the ground for exercises, but this routine proves that you don't need to. In just five minutes, you can perform five movements, working for 50 seconds and transitioning to the next exercise in 10 seconds.

You'll need light dumbbells, an exercise mat, and a willingness to challenge yourself. Perform these exercises without getting down on the mat, making it accessible to beginners and those with limited mobility. However, if you have a health condition or injury, consult a medical professional or trainer before attempting the routine.

Written by urgent.news from Tom's Guide's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at tomsguide.com →

More in Tech

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

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.