Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Articles 获取文章信息

GET/POST /v1/web/arvow/articles

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "offset": 0, //分页或更多使用,为空时,默认为0
  "limit": 10,  //每次拉取条数,为空时,默认为10,最大100
  "latest": 0 //0表示所有,其它数值表示updated_at大于等于此值的数据条目
}
  • 《=
{
  "success": "OK",
  "data": {
    "total": 442,
    "list": [{
      "id": 1,
      "title": "Certis launches human robots in a step towards the future",
      "title_en": "Certis launches human robots in a step towards the future",
      "summary": "Certis launches the first humanoid robot in Singapore, exploring how robots can enhance security operations and facility management.",
      "content": "<p>Certis, a leader in security and technology in Singapore, announced the receipt of its first humanoid robot, marking a new step in exploring how artificial intelligence and robotics can reshape front-line operations in the increasingly technology-driven services sector.</p>\n<h3>Key Points</h3>\n<ul>\n<li>Certis is collaborating with Agibot to develop humanoid robots.</li>\n<li>The robot will undergo evaluation for use in security and facilities management.</li>\n<li>The goal is to integrate robots with the human workforce.</li>\n</ul>\n<p>The robot, developed by Agibot, was delivered last week under a memorandum of understanding signed between the two companies in February. This partnership aims to explore how humanoid robots can be used in security and facilities management, although Certis confirmed that no decisions have been made regarding actual deployment yet.</p>\n<p>This initiative is research-oriented and evaluative, focusing on understanding how humanoid robots can integrate with human roles in complex operational environments, such as commercial buildings and transportation hubs.</p>\n<p>\"This partnership represents a shift in how we think about technology integration,\" said Mr. Leonard Oh, CEO of Certis' Technology Services Division. \"We are exploring how humanoid robots can complement our workforce and integrate with our existing operational systems in meaningful ways.\"</p>\n<p>The robot will be tested for integration with Certis' current platforms, including its Mozart system, which enables coordination across security, facilities, and customer service operations. The company confirmed that it is not currently deploying the robot but is studying its capabilities and interface compatibility with other systems.</p>\n<h3>Use of Robots in Singapore</h3>\n<p>This move comes at a time when Singapore is increasingly relying on robots and automation across sectors, especially amid labor shortages and the national push for increased productivity. The country's national robotics program has supported research and pilot projects in areas such as cleaning, logistics, healthcare, and transportation.</p>\n<p>\"This partnership between Certis and Agibot speaks to Singapore's strength as a trusted hub for innovation in robotics and artificial intelligence,\" said Mr. Tong Ming Fai, Executive Director of the National Robotics Program. \"We encourage Certis to explore new solutions and technologies to enhance its workforce and elevate the security industry.\"</p>\n<h3>Challenges and Opportunities</h3>\n<p>Despite the increasing presence of robots in the public domain, humanoid robots remain relatively rare in operational use due to high costs and technological complexity. Certis acknowledged that humanoid robots are still in their early stages, as part of a long-term strategy to assess the role these technologies can play in enhancing its services.</p>\n<p>\"While the capabilities of humanoid robots are promising, practical integration requires careful consideration across people, processes, and platforms,\" added Mr. Oh. \"Our ultimate goal is to shape technology that works alongside people, not instead of them.\"</p>\n<p>Founded in 2004, Certis aims to leverage its security expertise to deliver innovative solutions in facilities management and security, focusing on improving efficiency through design thinking and problem-solving approaches.</p>\n",
      "updated_at": 1747739361,
      "cover": "https://cdn.sve.cc/i/arvow/cover/1-w360.jpeg",
      "tags": [
        "news",
        "article",
        "Business"
      ]
    }]
  }
}