


Most businesses don't trust AI to make business decisions autonomously
Most companies do not believe that artificial intelligence can make business decisions independently
- A survey data released by Fivetran shows that 86% of companies cannot fully trust it Artificial intelligence, which indicates a lower level of AI maturity and the inability to make all business decisions without human intervention.
- Although 87% of enterprises see AI as the future of business and intend to expand investment in AI, there is a significant lack of trust in machine-led decision-making due to technical challenges and lack of education. obstacle.
- Additionally, 71% of respondents have difficulty accessing all data needed to execute AI algorithms, workloads, and models.
- According to Fivetran, in the future data scientists will spend less time on manual activities, thus focusing on creating AI models and launching more data and AI projects.
Most employees believe their companies are not mature enough
Paper "Realizing Artificial Intelligence: A Study of Opportunities and Barriers to Artificial Intelligence" Explains the issues businesses face in today’s AI ecosystem. The paper investigates how while 87% of businesses see AI as the future of business and intend to expand investment in it, a lack of trust in machine-led decision-making is a significant barrier due to technical challenges and lack of education. Only 14% of respondents believe their organization is “advanced” in terms of AI maturity.
Nearly all businesses surveyed obtain and use data from operational systems, but data challenges continue. According to the survey results, technical data pipelines are a major cause of frustration, with 73% of respondents stating that extracting, loading and processing data from disparate sources into separate warehouses is a significant difficulty. Additionally, 71% of respondents reported difficulty accessing all data needed to execute AI algorithms, workloads, and models.
This resulted in 73% of respondents being less trusting in translating data insights into practical guidance for decision makers, forcing them to rely on human-led judgment in 71% of cases.
According to research findings, data scientists spend more time crunching data instead of building AI models to improve business outcomes through prediction and decision-making insights. When asked how much time they spend preparing data and building AI models, data scientists said it takes up an average of 70% of their time. 87% of respondents said they felt they were underutilized in their company.
Data governance issues are also a concern for organizations. 64% of U.S. organizations surveyed acknowledged that there is still significant room for improvement in compliance with data governance roles, policies, and standards to ensure data is used effectively, securely, and in compliance with government regulations.
Fivetran believes that data automation and AI pipelines are solutions to AI’s maturing problems. “With increased automation, businesses can achieve greater scale and cost efficiencies while saving time. What’s more, more automation allows data scientists to focus on solving complex problems that matter to the business, rather than maintaining The data pipeline is working properly." - Brenner Heintz from Fivetran said in a blog post.
Fivetran also mentioned that teaching business stakeholders to build trust in AI and increase their AI maturity could be a solution. “Stakeholders and business users must understand the AI process to fully understand how these decisions are made. But it is equally important that human involvement should be focused on the right areas, such as improving data quality and AI model performance, This will lead to greater trust."
Fivetran said its automated data pipelines react to schema changes, allowing customers to fully automate the feeding of massive data sources into a cloud-based Save a lot of time by transforming data into your own data warehouse or data lake. Fivetran further claims that its consumption-based pricing strategy enables businesses to reduce expenses by replicating only the data they need. Finally, the company claims that data scientists will spend less time on manual activities, allowing them to focus on developing AI models and launching new data and AI projects.
Fivetran CEO George Fraser said: “This research highlights significant gaps in inefficiencies in data movement and access across organizations. A successful AI program relies on a solid data foundation, anchored by a cloud data warehouse or lake. Analytics teams leveraging a modern data stack can more easily extend the value of their data and maximize their investments in artificial intelligence and data science.”
The above is the detailed content of Most businesses don't trust AI to make business decisions autonomously. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



How to define header files using Visual Studio Code? Create a header file and declare symbols in the header file using the .h or .hpp suffix name (such as classes, functions, variables) Compile the program using the #include directive to include the header file in the source file. The header file will be included and the declared symbols are available.

Writing C in VS Code is not only feasible, but also efficient and elegant. The key is to install the excellent C/C extension, which provides functions such as code completion, syntax highlighting, and debugging. VS Code's debugging capabilities help you quickly locate bugs, while printf output is an old-fashioned but effective debugging method. In addition, when dynamic memory allocation, the return value should be checked and memory freed to prevent memory leaks, and debugging these issues is convenient in VS Code. Although VS Code cannot directly help with performance optimization, it provides a good development environment for easy analysis of code performance. Good programming habits, readability and maintainability are also crucial. Anyway, VS Code is

YAML is used to configure containers, images, and services for Docker. To configure: For containers, specify the name, image, port, and environment variables in docker-compose.yml. For images, basic images, build commands, and default commands are provided in Dockerfile. For services, set the name, mirror, port, volume, and environment variables in docker-compose.service.yml.

Docker uses container engines, mirror formats, storage drivers, network models, container orchestration tools, operating system virtualization, and container registry to support its containerization capabilities, providing lightweight, portable and automated application deployment and management.

Running Kotlin in VS Code requires the following environment configuration: Java Development Kit (JDK) and Kotlin compiler Kotlin-related plugins (such as Kotlin Language and Kotlin Extension for VS Code) create Kotlin files and run code for testing to ensure successful environment configuration

Depending on the specific needs and project size, choose the most suitable IDE: large projects (especially C#, C) and complex debugging: Visual Studio, which provides powerful debugging capabilities and perfect support for large projects. Small projects, rapid prototyping, low configuration machines: VS Code, lightweight, fast startup speed, low resource utilization, and extremely high scalability. Ultimately, by trying and experiencing VS Code and Visual Studio, you can find the best solution for you. You can even consider using both for the best results.

VS Code provides a powerful C development environment that improves development efficiency. When configuring, you need to pay attention to path issues, memory leaks and dependency management. Advantages include extended ecosystems, excellent code editing capabilities, and integrated debuggers, while disadvantages are extended dependencies and resource consumption.

VS Code is absolutely competent for Java development, and its powerful expansion ecosystem provides comprehensive Java development capabilities, including code completion, debugging, version control and building tool integration. In addition, VS Code's lightweight, flexibility and cross-platformity make it better than bloated IDEs. After installing JDK and configuring JAVA_HOME, you can experience VS Code's Java development capabilities by installing "Java Extension Pack" and other extensions, including intelligent code completion, powerful debugging functions, construction tool support, etc. Despite possible compatibility issues or complex project configuration challenges, these issues can be addressed by reading extended documents or searching for solutions online, making the most of VS Code’s
