Urgent.News

What's breaking now, across thousands of outlets.

Tech

Could tech replace firefighters in the battle against wildfires?

Tech is being used to watch for wildfires but firefighters are still needed to put them out.

Could tech replace firefighters in the battle against wildfires?

Wildfires have ravaged forests and countryside in France, Spain, and Portugal, forcing hundreds of thousands of people to flee their homes. In France alone, four firefighters have lost their lives and 150 have been injured. Chief Sergeant Guillaume Millet, with 24 years of experience, heads the Fire and Rescue Service branch of the CFDT union in the Gironde region, which has been the hardest hit by wildfires this summer.

Millet explains that while firefighting techniques have remained largely unchanged, technology for detecting forest fires has advanced significantly. Cameras assisted by artificial intelligence are now used to monitor forests and detect fire starts, replacing traditional human lookouts in watch towers. These AI-assisted cameras can accurately distinguish between smoke and dust, reducing false alarms and providing real-time video feeds and a map of the fire's location, potential spread, and expected progression based on weather conditions.

This technology has already proven its value, as FireTracking's CEO Jean-Simon Chaudier claims the system detected seven fires 15 minutes before the first phone call, saving firefighters valuable minutes in containing the fire. FireTracking's cameras currently survey a million hectares, primarily in France, at a cost of €1.2m ($1.4m; £1m) for the Indre-et-Loire département alone.

However, despite advancements in technology, Millet emphasizes that drones are not yet capable of extinguishing fires. The usefulness of technology in firefighting is limited to detection, as putting out fires still requires people to pull hoses through the forest. While French start-ups like Daidelos are developing petrol-engine drones capable of spraying water over fires, these drones are not yet able to form an autonomous first response to forest fires, and it is unlikely that technology will replace firefighters in the near future.

Written by urgent.news from BBC Technology's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at bbc.co.uk →

More in Tech

Facebook obliterated 20 years of my online life for no apparent reason

Meta’s automated moderation systems can erase decades of personal histories in seconds, exposing the severe risks of relying on unaccountable algorithms to safeguard digital memories.

  • Facebook erased 20 years of writer's online life without explanation.
  • Appeal button failed to restore account, leaving writer unseen.
  • Meta's algorithms criticized for lacking transparency and oversight.

Escaping the Event Loop — A Deep Dive into worker_threads (Part 3/3)

In part 1, we built the core stack/microtask/macrotask model. In part 2, we saw how the browser and Node implement that model differently — rendering interleaved with tasks in the browser, libuv's…

  • Workerthreads enable CPU-bound tasks parallelization within Node.js process.
  • Main thread remains responsive while offloading specific computations to worker threads.
  • workerthreads offer balance between childprocess isolation and cluster memory sharing.

Claude Code plugin structure: the minimal layout that actually loads

You wrote a skill, it works in ~/.claude/skills/ , and now you want to hand it to a teammate — so you wrap it in a plugin.

  • Minimal Claude Code plugin structure includes plugin root and .claude-plugin subdirectory
  • .claude-plugin directory contains only plugin.json manifest file
  • SKILL.md file can serve as sole skill for single-skill plugin

More from Tuesday 4 August →