Posts

🚀 Understanding ANI, AGI, and ASI: The Three Stages of Artificial Intelligence Evolution 🤖

Image
ANI, AGI, and ASI – What Do They Mean? Artificial intelligence (AI) is a term that sparks a lot of curiosity and imagination. From algorithms and machine learning to deep learning and robotics, AI covers a vast array of technologies that are rapidly changing our world. But within this broad field, three key terms often come up: ANI, AGI, and ASI. These represent different levels of AI, each with its own unique capabilities and potential. Before exploring the different stages of artificial intelligence (AI) – ANI, AGI, and ASI – it’s crucial to understand what AI itself encompasses. AI is a broad field of computer science aimed at creating machines capable of performing tasks that would normally require human intelligence. These tasks include reasoning, learning, problem-solving, perception, and language understanding. But what exactly is AI, and how does it function? Let’s break it down. What is AI? Artificial Intelligence, or AI, is often referred to as a "suitcase phrase." ...

Infor XtendM3 - Guidelines for securing your extensions using a version control system

Image
Introduction: XtendM3 Extensions are required to be version-controlled outside of M3 using a version-control system. This is a mandatory key requirement for approving extensions for deployment to production. Version controlling the extensions helps us to: 1. Have better visibility of what has changed and by whom, facilitating understanding of the code and easier troubleshooting later on. 2. Ease collaboration between different developers. 3. Provide a centralized overview of current extensions in different tenants. 4. Compile and test extensions regularly on every change to ensure that the extension has not been broken. Repository Format: The recommended approach for storing the extension is within a Maven project stored in a Git Repository. Maven is utilized to manage the build and test lifecycle of extensions locally. By using Maven, you can compile your extensions locally with the SDK to ensure the code is compilable. Additionally, unit tests can be created and run to simulate and d...

M3CE Core Technology - Enterprise Collaborator Release and Features

Image
Hello everyone, This article will provide insights into the latest release and updates of Infor M3 - Enterprise Collaborator. KB - 2309149: IEC - Display User and Timestamp on Custom Mappings in IEC  Description: In environments where multiple developers are involved in creating IEC mappings, it's essential to track the latest updates to these mappings. This tracking is crucial for reference during investigation activities or when undertaking new development tasks. KB - 2320674:  IEC - Display Total Map Runtime Description: Acknowledging the necessity for improved tracking capabilities, Infor IEC is introducing a functionality to log the total mapping execution runtime. Currently, users face challenges in efficiently measuring the time taken for complete mapping executions. To address this, a new feature has been incorporated to systematically log the total runtime for mapping executions. This enhancement is designed to offer users valuable insights into the performance of th...