Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Ultima Online Retrospective – The Last Hurrah [video] (youtube.com)
    —discuss
  2. MiMo-v2.6-RL-OSS dataset (huggingface.co)
    —discuss
  3. New in Chrome 154: iframes that automatically resize themselves to their content (bram.us)
    —discuss
  4. Improving site performance by shipping more CSS (github.blog)
    —discuss
  5. It all fits: wgpu, Metal, Vulkan, WebGL, WASM, WebGPU, Luau [video] (youtube.com)
    1comments
  6. Show Keystrokes – Keystroke and Shortcut Visualizer Custom Element (show-keystrokes.netlify.app)
    —discuss
  7. How Work Network Works: A Multi-Activity Mobile Rewards Platform (work-networks.com)
    —discuss
  8. Codetta: High-Capacity, Keyless, and Undetectable Multi-Agent Collusion (arxiv.org)
    —discuss
  9. Minecraft random seed world record (with a particle accelerator) [video] (youtube.com)
    —discuss
  10. Understanding the Impact of LLM Watermarking on AI Agent Behavior (lasso.security)
    —discuss
  11. Meta Expands Private Processing Confidential Computing to AI Glasses (unite.ai)
    —discuss
  12. OpenAI Accuses Plaintiffs' Lawyers of Funding and Laundering Copyright Evidence (techdirt.com)
    —discuss
  13. No Blind Trust in AI-Generated Code (wearecommunity.io)
    1comments
  14. CEO of Mistral: AI is software. It can be controlled (lemonde.fr)
    2comments
  15. The Discovery Tax: Why Coding Agents Waste 2,500 Tokens Before Writing Code (jarv.dev)
    —discuss
  16. Google's orbital AI data center test packs four TPUs and 1,000W of solar power (tomshardware.com)
    1comments
  17. How to Freelance Now?
    —discuss
  18. Typed-lm: a Rust jev open source alternative (github.com/neurono-ml)
    1comments
  19. LaserActive (wikipedia.org)
    —discuss
  20. Catching Rogue Agents in Real Time with Synchronous Control Monitoring (max.ax)
    —discuss
  21. Enabling the next-generation trait solver on nightly (rust-lang.org)
    —discuss
  22. What Does Your Data Reveal About Sports Betting Apps? Help ProPublica Find Out (propublica.org)
    —discuss
  23. Gameboy Macro (2016) (instructables.com)
    —discuss
  24. Maze Toys (maze.toys)
    —discuss
  25. In Silicon Valley, the End of Humanity Has Always Been Part of the Plan (gizmodo.com)
    —discuss
  26. How to Feel Good (evanjconrad.com)
    —discuss
  27. Many surgical interventions are little better than placebo (economist.com)
    —discuss
  28. The computer hacker who tried to take down Man City (bbc.co.uk)
    1comments
  29. The use of humor in depression: An integration of benefits and risks (sciencedirect.com)
    —discuss
  30. JuhRadial MX: Linux control for MX devices and generic (github.com/juhlabs)
    —discuss

Orca – Agent Development Environment (ADE) for shipping with coding agents

3 pointsby 2h agoolegdubovoi.com
1 comments
2h agoHN ↗

A few days ago I heard from colleagues about an interesting open-source project: Orca, it’s an agent IDE for agentic coding that lets you work on several tasks at the same time in an efficient way. It is based on the idea of git worktree (a separate copy of the repository), which lets agents avoid conflicts when they make changes for different tasks at the same time.