Back to all Blog Posts

Intro to Agentic AI and AI Agents

  • Agentic AI
  • Artificial Intelligence
13. Mai 2025
·

In this blog, we explore how AI agents are revolutionizing the work environment through autonomous and adaptive technologies, offering companies new opportunities for automation and efficiency enhancement.

André Monaco
Head of AI Ventures

Artificial Intelligence has made significant strides in recent years. Following the hype surrounding Generative AI, the next evolution is on the horizon: AI Agents, also known as Agentic AI (in this article, we use these terms synonymously). Unlike current AI systems that merely respond to commands and queries, Agentic AI operates more dynamically. It not only reacts to commands and prompts with an answer – it adapts and can perform real actions such as sending emails, scheduling meetings, operating computers, and executing software code. This development opens up new possibilities, such as offering proactive, personalized services at scale for companies that essentially run themselves and save costs (e.g., negotiation agents in procurement) or optimize services and products (e.g., customer service agents).

But what exactly are AI Agents? This blog post delves into the origins, development, and examples to understand why organizations are heavily investing in them and how institutions can utilize this innovative technology. It highlights how they differ from previous AI systems and the transformative impact they have in various industries. Additionally, the article explores the current limitations of AI Agents and provides best-practice recommendations for dealing with them. Furthermore, we offer an overview of the various names and terminologies used to describe AI Agents, Agentic AI, or agent-based AI, AI assistants, and more.

Our goal is to clarify these terms and provide a comprehensive understanding of this advancing technology. We are currently experiencing the early iterations of Agentic AI in tools like ChatGPT and task automation software. And although these systems do not yet possess universal capabilities, they herald a future where Agentic AI will play an increasingly larger role in our daily lives. Apple Intelligence, for example, is still in its infancy (as of December 2024) but will soon harness the power of Agentic AI to control smartphones and other devices entirely through voice control.

What is an AI Agent?

An AI Agent is like an advanced chatbot based on large language models. Unlike a regular chatbot, it plans the solution to tasks through an internal "monologue," communicating and "criticizing" itself. This results in more requests to the language model without the human noticing. Thus, the agent can independently interact with its environment, gather data, and perform tasks with minimal human intervention.

AI Agents can use tools and perform everyday tasks in the background, such as analyzing invoices and extracting data, while adapting to new information and dynamic environments. Agentic AI exists in two forms: software agents and embodied agents (simplified: robots). Both forms are based on advances in large language models (LLMs), enabling systems to autonomously perform complex tasks.

While software agents automate tasks like office work on digital platforms, embodied agents bring AI to life in 3D environments and robotics. They can, for example, make gaming experiences more realistic (Virtual & Augmented Reality), take over entire jobs (see https://www.figure.ai/, whose humanoid robots "work" at BMW in body construction), or revolutionize the working world as thinking, learning, and interacting humanoids.

How does an AI Agent work?

Perception & Information Gathering:

AI Agents process data from various sources, such as sensors, databases, and the internet, to extract meaningful features and obtain relevant information to execute planned tasks. The special feature: They can decide for themselves which tools they need for which task. Just as a new employee needs access to the company's internal software to work productively, an AI Agent also needs access to relevant interfaces. And just as you would show a new employee the intranet pages for the HR tool and all the other software with the note, "Read them at your leisure and contact us if you have questions," you simply give the AI Agent the documents to "read."

Planning, Goal Setting, Action:

The AI Agent receives a defined goal, plans the necessary tasks to make the result relevant and useful, and divides the goal into executable subtasks. Specifically, a language model coordinates various tools that generate solutions and autonomously execute tasks based on the plans. Safeguards ensure that tasks are carried out correctly.

Learning & Adaptation:
The continuous feedback loop enables the AI Agent to learn from data obtained from interactions. This leads to improved problem-solving ability, higher accuracy in decision-making, and increased efficiency in task execution.

A key feature of Agentic AI is the use of feedback mechanisms, such as interaction with other AI Agents and human intervention ("human in the loop," HITL). These mechanisms ensure iterative optimization of the AI Agent, as they can adapt and improve through communication, constructive criticism, and expert opinions—similar to humans. In this sense, AI Agents act like rational beings. They determine the most effective way to achieve a set goal by using everything available to them (data, humans, software, etc.) as a tool. It can also happen that an AI Agent turns to a human when it needs specific information to trigger a new action. It is also possible for an AI Agent to delegate a task back to a human if it cannot perform it independently. This means the autonomy of Agentic AI is expressed in its ability to interact with the environment, think, plan, and execute actions using its sensors and actuators. To prevent AI Agents from beginning to resist instructions and develop a life of their own, as suggested in some Hollywood productions, AI Safety and AI Alignment are crucial. Many companies and scientists insist that OpenAI and others consider security and alignment in development.

Instead, Agentic AI is designed to adapt to user expectations and provide personalized experiences, as well as comprehensive answers and actions. It can perform complex tasks by independently dividing them into subtasks, managing them, and correcting and updating itself when necessary. Unlike non-agentic chatbots, Agentic AI demonstrates a high degree of adaptability by evaluating its tools and effectively using available resources to bridge information gaps.

Overview of Terminologies

Various terms are swirling around in the public discourse on AI Agents. The concept of Agentic AI has its roots in the psychological principle of agency. Psychologist Albert Bandura brought human agency into the spotlight by examining how individuals consciously shape their actions and influence their environment. This research laid the foundation for the development of AI systems that aim to mimic these human-like abilities. With Agentic AI, we now have technology capable of thinking, learning, and acting. It can take proactive steps to tackle complex, multi-stage tasks and continuously improve through experience. This is fundamentally different from traditional AI systems and AI assistants.

  • AI Agents / Agentic AI: Autonomous, learning systems capable of fulfilling tasks independently through perception of the environment, thinking, and acting to achieve specific goals. Related terms that capture (more or less) an aspect of this are:
  • Autonomous Agents: Agents that operate independently without human intervention and make decisions based on their perceptions and goals.
  • Virtual Agents: Software-based agents existing in virtual environments like video games or online platforms to fulfill tasks or interact with users.
  • Embodied AI: AI systems that have a physical presence and perceive their environment through sensors and react or interact with it via actuators, such as robots.
  • AI Collaboration & Co-Working / Human-AI Collaboration: These terms describe the collaborative integration of AI solutions with human teams to enhance creativity, productivity, and problem-solving capabilities. The goal here is to establish a symbiotic relationship where AI systems and humans collaborate and leverage each other's strengths to achieve superior results. This collaboration can occur with AI Agents (e.g., cursor.ai), but it can also occur with (currently) non-agentic AI tools like ChatGPT.
  • AI Assistant: Virtual tools developed to support users in performing specific tasks, often using natural language processing for interaction. When referring to AI assistants, the human takes the lead in action and decision-making; the AI remains a tool with limited autonomy.
The 3 Components of an AI Agents

Architecture
:
The architecture forms the foundation from which the agent operates. It can be a physical structure, a software program, or a combination of both. For example, a robotic AI Agent consists of actuators, sensors, motors, and robotic arms. An architecture hosting an AI software agent uses a text prompt, API, LLMs, and databases to enable autonomous operations.

Agent Function
:
The agent function describes how the collected data is translated into actions that support the agent's goal. When designing the agent function, developers consider the type of information, AI capabilities, knowledge base, feedback mechanism, and other necessary technologies. In addition to providing access, it is only necessary to equip the agent with the required documentation on how tools can be used.

Agentenprogramm
:
An agent program implements the agent function. It includes the development, training, and deployment of the AI Agent on the specified architecture. The agent program aligns the action logic, technical requirements, and performance elements of the agent. In short, this is where the agent is specified and equipped with the necessary agent functions.

Challenges and Best Practices in Dealing with Agentic AI

The development and use of AI Agents bring specific challenges ranging from privacy to technical limitations. To address these challenges, certain best practices are recommended.

Challenge Description Best Practice
Datenschutz und ethische Bedenken Handling large Data volumes requires strict data protection measures. Deep learning models may sometimes produce biased or inaccurate results, making human intervention essential. Implementation of activity logs to create transparency in agent actions and provide users with insights to identify errors and build trust.

Establishment of guardrails:

 In advance: Pseudonymize or anonymize personal Data beforehand.

 During: Instruct the agent to recognize personal data and escalate its processing to a human.

 After: If personal data is already in the LLM, instruct the agent to always censor this data.
Technical complexity and resource requirements Building AI agents is computationally intensive, costly, and time-consuming. Limited computing resources can hamper efficiency. Integration into existing systems can also be complicated and require significant changes to infrastructure and processes. Human supervision and regular feedback help optimize agent performance and ensure they adapt to user preferences.
Multi-agent dependencies and risks Collaboration between multiple agents can lead to malfunctions or system-wide outages. Unique agent identifiers enable traceability of agent activities and help ensure accountability to prevent malicious operations.
Infinite feedback loops Without the ability to reflect, AI agents can get into redundant loops. Interruptions give users control to stop agent activity and prevent potential malfunctions, while ensuring agents can continue to be helpful in critical situations.
Security risks Like any new AI tool, Agentic AI also harbors new vulnerabilities. The autonomous decisions of a compromised AI agent can have catastrophic consequences. Human oversight and interruptions give users control to stop agent activities and prevent potentially dangerous actions. 

In general, a gradual implementation of AI Agents is advisable, starting with pilot projects in controlled environments to test integration before widespread deployment. Robust monitoring should be established to continuously monitor the decisions of AI systems, ensuring transparency and accountability. A multi-layered security strategy is crucial to protect Agentic AI systems from potential threats. This strategy should include traditional cybersecurity measures as well as special precautions for AI, such as policy-based access controls, content monitoring, and real-time alerts for suspicious activities. Collaboration with AI and cybersecurity experts is also important to develop and refine integration strategies. Best practices should be adhered to, and a governance framework should be created.

Advantages Compared to Other AI Systems

AI Agents possess enormous potential, already causing significant changes in various sectors through automation and improved decision-making. Across industries, they transform organizations by converting large amounts of data into actionable knowledge and increasing employee efficiency. According to McKinsey, generative AI could automate up to 70% of worldwide work hours and increase corporate profits by $2.6 to $4.4 trillion annually. This shift allows human workers to focus on more strategic tasks and increase productivity.

  • Productivity and Efficiency Improvement: Agentic AI automates repetitive and complex tasks, relieving human workers, minimizing errors, and reducing operational costs. By quickly processing large amounts of data and making decisions faster than human colleagues, significant time savings and increased operational efficiency are achieved.
  • Scalability: The systems can handle numerous tasks simultaneously, making them ideal for scaling operations without increasing the need for additional human resources.
  • Improved Decision-Making and Performance: With machine learning and real-time data processing, AI Agents offer well-founded analyzes and actionable insights. Multi-agent frameworks foster collaboration and knowledge exchange, enhancing decision-making and overall performance.
  • Personalized Interactions and High-Quality Responses: Through real-time data analysis, Agentic AI creates tailored customer experiences and provides accurate, high-quality responses that enhance customer experience and satisfaction.
  • Adaptability: Agentic AI can adapt to changing conditions and learn from new data, ensuring continuous improvement and relevance in evolving scenarios.
  • Proactive Security: In cybersecurity, Agentic AI can proactively identify and mitigate threats, reducing response times and minimizing potential damage.

Impacts on Various Industries

AI Agents will massively influence almost all industries due to their ability to efficiently automate tasks and offer personalized services. According to LangChains State of AI Agents Report, the adoption of AI Agents is increasing across all industries: 51% of respondents (over 1,300 professionals from engineers and product managers to CEOs and executives) already use them, and 78% plan to implement them soon. Regarding the type of tasks, AI Agents are mainly used for research and summaries (58%), personal productivity (53.5%), and customer service (45.8%).

The introduction is hindered by difficulties developers face when explaining the capabilities and behaviors of agents to various stakeholders in the company. Complex AI systems are black boxes, and their actions are not always explainable. Therefore, companies proceed cautiously and ensure robust controls are in place to effectively regulate agent behavior. But already today, AI Agents deliver significant benefits in some industries:

In customer service, they automatically process inquiries, provide immediate solutions, and personalized recommendations, enhancing the overall experience and enabling 24/7 support. Retailers use AI Agents for personalized shopping experiences and optimizing inventory and logistics. Notably, there is interest in "Digital Humans" that embody brands and provide lifelike interactions during high call volumes.

In healthcare, AI Agents support real-time patient monitoring, provide critical data during surgical procedures, plan treatments, and efficiently distribute resources, improving patient care and operational efficiency.

In finance, AI Agents optimize trading, fraud detection, credit collection, and risk management processes, making financial services faster and more accurate. They also act as virtual financial advisors, offering individual investment suggestions based on a customer’s financial history and goals. They independently identify cross-selling and upselling opportunities, anticipate customer needs, and proactively offer relevant information. Their ability for autonomous fraud detection allows them to analyze transaction patterns, flag suspicious behavior, and react immediately.

In the transport sector, AI Agents improve traffic management systems and optimize routes for autonomous vehicles, leading to safer and more efficient transportation networks.

In cybersecurity, AI Agents can be used for automated threat detection and response by identifying threats in real-time and reacting to them. For example, an AI-powered security system can detect unusual network activities and autonomously isolate affected devices to prevent security incidents without the need for human intervention. Additionally, Agentic AI can be used for network optimization by efficiently managing network traffic and ensuring that critical applications receive the necessary resources while simultaneously minimizing bottlenecks and potential security risks.

Beispiele für AI Agents

Category Function Examples
Intelligent personal assistants Support with everyday tasks such as scheduling, sending messages and setting reminders Siri, Alexa, Google Assistant
Autonomous robots Autonomous execution of physical tasks such as cleaning, sorting and goods delivery. Amazon's delivery robots, autonomous mobile robots such as those from Boston Dynamics or MiR
Spezialisierte Softwareagenten
Category Function Examples
Game agents Playing games against human opponents or other agents. Chess and poker agents
Fraud detection agents Detecting fraudulent activities by analyzing behavioral patterns. Agents at banks and credit card companies
Software Engineering Can write and test software programs autonomously. GitHub Copilot, cursor.ai
Traffic management agents Managing and optimizing traffic flow in urban areas. Systems in smart cities
Allgemeine Agentenarchitekturen
Category Function Examples
Software agents Sensors and actuators: Keystrokes, files and network packets as sensors and actuators.
Human agents Sensors and actuators: Eyes, ears, hands, legs and other body parts as sensors and actuators.
Robot agents Sensors and actuators: Cameras, infrared rangefinders and motors as sensors and actuators.

Conclusion & Outlook

Agentic AI has the potential not only to realize efficiencygains but also to fundamentally change the way companies operate. Employees canfocus on strategic tasks while repetitive activities are taken over by AI. AIagents work autonomously and are highly capable of learning, enabling them toperform complex tasks independently and flexibly adapt to new information. Thisdevelopment marks the next big step towards a fully automated and intelligentcorporate world. In the future, specialized AI agents could emerge that addressindustry-specific needs and collaborate in multi-agent systems, similar tohuman teams. Additionally, AI as a Service (AIAaaS) could facilitate companies'access to advanced AI.

The direction of this journey will be significantlyinfluenced by the major players in Silicon Valley. However, companies canalready take action now by developing implementation strategies, training theiremployees, and creating prototypes. Statworx offers a comprehensive package forcompanies, ranging from workshops for executives and developers to their own AIagent prototypes. This enables companies to strategically transition from rigidRPA processes to AI agents, thereby increasing their efficiency and capacityfor innovation.

Linkedin Logo
André Monaco
Head of AI Ventures
schedule a consultation
Zugehörige Leistungen

More Blog Posts

  • Ethical AI
  • AI Act
Why Michael gets promoted, but Aisha doesn't: AI edition
Elifnur Dogan
30. April 2025
Read more
  • Artificial Intelligence
AI Trends Report 2025: All 16 Trends at a Glance
Tarik Ashry
05. February 2025
Read more
  • Artificial Intelligence
  • Data Science
  • Human-centered AI
Explainable AI in practice: Finding the right method to open the Black Box
Jonas Wacker
15. November 2024
Read more
  • Artificial Intelligence
  • Data Science
  • GenAI
How a CustomGPT Enhances Efficiency and Creativity at hagebau
Tarik Ashry
06. November 2024
Read more
  • Artificial Intelligence
  • Data Culture
  • Data Science
  • Deep Learning
  • GenAI
  • Machine Learning
AI Trends Report 2024: statworx COO Fabian Müller Takes Stock
Tarik Ashry
05. September 2024
Read more
  • Artificial Intelligence
  • Human-centered AI
  • Strategy
The AI Act is here – These are the risk classes you should know
Fabian Müller
05. August 2024
Read more
  • Artificial Intelligence
  • GenAI
  • statworx
Back to the Future: The Story of Generative AI (Episode 4)
Tarik Ashry
31. July 2024
Read more
  • Artificial Intelligence
  • GenAI
  • statworx
Back to the Future: The Story of Generative AI (Episode 3)
Tarik Ashry
24. July 2024
Read more
  • Artificial Intelligence
  • GenAI
  • statworx
Back to the Future: The Story of Generative AI (Episode 2)
Tarik Ashry
04. July 2024
Read more
  • Artificial Intelligence
  • GenAI
  • statworx
Back to the Future: The Story of Generative AI (Episode 1)
Tarik Ashry
10. July 2024
Read more
  • Artificial Intelligence
  • GenAI
  • statworx
Generative AI as a Thinking Machine? A Media Theory Perspective
Tarik Ashry
13. June 2024
Read more
  • Artificial Intelligence
  • GenAI
  • statworx
Custom AI Chatbots: Combining Strong Performance and Rapid Integration
Tarik Ashry
10. April 2024
Read more
  • Artificial Intelligence
  • Data Culture
  • Human-centered AI
How managers can strengthen the data culture in the company
Tarik Ashry
21. February 2024
Read more
  • Artificial Intelligence
  • GenAI
  • Strategy
AI Trends Report 2024: These 12 trends await us
Tarik Ashry
14. February 2024
Read more
  • Artificial Intelligence
  • Data Culture
  • Human-centered AI
AI in the Workplace: How We Turn Skepticism into Confidence
Tarik Ashry
08. February 2024
Read more
  • Artificial Intelligence
  • Data Science
  • GenAI
The Future of Customer Service: Generative AI as a Success Factor
Tarik Ashry
25. October 2023
Read more
  • Artificial Intelligence
  • Data Science
How we developed a chatbot with real knowledge for Microsoft
Isabel Hermes
27. September 2023
Read more
  • Data Science
  • Data Visualization
  • Frontend Solution
Why Frontend Development is Useful in Data Science Applications
Jakob Gepp
30. August 2023
Read more
  • Artificial Intelligence
  • Human-centered AI
  • statworx
the byte - How We Built an AI-Powered Pop-Up Restaurant
Sebastian Heinz
14. June 2023
Read more
  • Artificial Intelligence
  • Recap
  • statworx
Big Data & AI World 2023 Recap
Team statworx
24. May 2023
Read more
  • Data Science
  • Human-centered AI
  • Statistics & Methods
Unlocking the Black Box – 3 Explainable AI Methods to Prepare for the AI Act
Team statworx
17. May 2023
Read more
  • Artificial Intelligence
  • Human-centered AI
  • Strategy
How the AI Act will change the AI industry: Everything you need to know about it now
Team statworx
11. May 2023
Read more
  • Artificial Intelligence
  • Human-centered AI
  • Machine Learning
Gender Representation in AI – Part 2: Automating the Generation of Gender-Neutral Versions of Face Images
Team statworx
03. May 2023
Read more
  • Artificial Intelligence
  • Data Science
  • Statistics & Methods
A first look into our Forecasting Recommender Tool
Team statworx
26. April 2023
Read more
  • Artificial Intelligence
  • Data Science
On Can, Do, and Want – Why Data Culture and Death Metal have a lot in common
David Schlepps
19. April 2023
Read more
  • Artificial Intelligence
  • Human-centered AI
  • Machine Learning
GPT-4 - A categorisation of the most important innovations
Mareike Flögel
17. March 2023
Read more
  • Artificial Intelligence
  • Data Science
  • Strategy
Decoding the secret of Data Culture: These factors truly influence the culture and success of businesses
Team statworx
16. March 2023
Read more
  • Artificial Intelligence
  • Deep Learning
  • Machine Learning
How to create AI-generated avatars using Stable Diffusion and Textual Inversion
Team statworx
08. March 2023
Read more
  • Artificial Intelligence
  • Human-centered AI
  • Strategy
Knowledge Management with NLP: How to easily process emails with AI
Team statworx
02. March 2023
Read more
  • Artificial Intelligence
  • Deep Learning
  • Machine Learning
3 specific use cases of how ChatGPT will revolutionize communication in companies
Ingo Marquart
16. February 2023
Read more
  • Recap
  • statworx
Ho ho ho – Christmas Kitchen Party
Julius Heinz
22. December 2022
Read more
  • Artificial Intelligence
  • Deep Learning
  • Machine Learning
Real-Time Computer Vision: Face Recognition with a Robot
Sarah Sester
30. November 2022
Read more
  • Data Engineering
  • Tutorial
Data Engineering – From Zero to Hero
Thomas Alcock
23. November 2022
Read more
  • Recap
  • statworx
statworx @ UXDX Conf 2022
Markus Berroth
18. November 2022
Read more
  • Artificial Intelligence
  • Machine Learning
  • Tutorial
Paradigm Shift in NLP: 5 Approaches to Write Better Prompts
Team statworx
26. October 2022
Read more
  • Recap
  • statworx
statworx @ vuejs.de Conf 2022
Jakob Gepp
14. October 2022
Read more
  • Data Engineering
  • Data Science
Application and Infrastructure Monitoring and Logging: metrics and (event) logs
Team statworx
29. September 2022
Read more
  • Coding
  • Data Science
  • Machine Learning
Zero-Shot Text Classification
Fabian Müller
29. September 2022
Read more
  • Cloud Technology
  • Data Engineering
  • Data Science
How to Get Your Data Science Project Ready for the Cloud
Alexander Broska
14. September 2022
Read more
  • Artificial Intelligence
  • Human-centered AI
  • Machine Learning
Gender Repre­sentation in AI – Part 1: Utilizing StyleGAN to Explore Gender Directions in Face Image Editing
Isabel Hermes
18. August 2022
Read more
  • Artificial Intelligence
  • Human-centered AI
statworx AI Principles: Why We Started Developing Our Own AI Guidelines
Team statworx
04. August 2022
Read more
  • Data Engineering
  • Data Science
  • Python
How to Scan Your Code and Dependencies in Python
Thomas Alcock
21. July 2022
Read more
  • Data Engineering
  • Data Science
  • Machine Learning
Data-Centric AI: From Model-First to Data-First AI Processes
Team statworx
13. July 2022
Read more
  • Artificial Intelligence
  • Deep Learning
  • Human-centered AI
  • Machine Learning
DALL-E 2: Why Discrimination in AI Development Cannot Be Ignored
Team statworx
28. June 2022
Read more
  • R
The helfRlein package – A collection of useful functions
Jakob Gepp
23. June 2022
Read more
  • Recap
  • statworx
Unfold 2022 in Bern – by Cleverclip
Team statworx
11. May 2022
Read more
  • Artificial Intelligence
  • Data Science
  • Human-centered AI
  • Machine Learning
Break the Bias in AI
Team statworx
08. March 2022
Read more
  • Artificial Intelligence
  • Cloud Technology
  • Data Science
  • Sustainable AI
How to Reduce the AI Carbon Footprint as a Data Scientist
Team statworx
02. February 2022
Read more
  • Recap
  • statworx
2022 and the rise of statworx next
Sebastian Heinz
06. January 2022
Read more
  • Recap
  • statworx
5 highlights from the Zurich Digital Festival 2021
Team statworx
25. November 2021
Read more
  • Data Science
  • Human-centered AI
  • Machine Learning
  • Strategy
Why Data Science and AI Initiatives Fail – A Reflection on Non-Technical Factors
Team statworx
22. September 2021
Read more
  • Artificial Intelligence
  • Data Science
  • Human-centered AI
  • Machine Learning
  • statworx
Column: Human and machine side by side
Sebastian Heinz
03. September 2021
Read more
  • Coding
  • Data Science
  • Python
How to Automatically Create Project Graphs With Call Graph
Team statworx
25. August 2021
Read more
  • Coding
  • Python
  • Tutorial
statworx Cheatsheets – Python Basics Cheatsheet for Data Science
Team statworx
13. August 2021
Read more
  • Data Science
  • statworx
  • Strategy
STATWORX meets DHBW – Data Science Real-World Use Cases
Team statworx
04. August 2021
Read more
  • Data Engineering
  • Data Science
  • Machine Learning
Deploy and Scale Machine Learning Models with Kubernetes
Team statworx
29. July 2021
Read more
  • Cloud Technology
  • Data Engineering
  • Machine Learning
3 Scenarios for Deploying Machine Learning Workflows Using MLflow
Team statworx
30. June 2021
Read more
  • Artificial Intelligence
  • Deep Learning
  • Machine Learning
Car Model Classification III: Explainability of Deep Learning Models With Grad-CAM
Team statworx
19. May 2021
Read more
  • Artificial Intelligence
  • Coding
  • Deep Learning
Car Model Classification II: Deploying TensorFlow Models in Docker Using TensorFlow Serving
No items found.
12. May 2021
Read more
  • Coding
  • Deep Learning
Car Model Classification I: Transfer Learning with ResNet
Team statworx
05. May 2021
Read more
  • Artificial Intelligence
  • Deep Learning
  • Machine Learning
Car Model Classification IV: Integrating Deep Learning Models With Dash
Dominique Lade
05. May 2021
Read more
  • AI Act
Potential Not Yet Fully Tapped – A Commentary on the EU’s Proposed AI Regulation
Team statworx
28. April 2021
Read more
  • Artificial Intelligence
  • Deep Learning
  • statworx
Creaition – revolutionizing the design process with machine learning
Team statworx
31. March 2021
Read more
  • Artificial Intelligence
  • Data Science
  • Machine Learning
5 Types of Machine Learning Algorithms With Use Cases
Team statworx
24. March 2021
Read more
  • Recaps
  • statworx
2020 – A Year in Review for Me and GPT-3
Sebastian Heinz
23. Dezember 2020
Read more
  • Artificial Intelligence
  • Deep Learning
  • Machine Learning
5 Practical Examples of NLP Use Cases
Team statworx
12. November 2020
Read more
  • Data Science
  • Deep Learning
The 5 Most Important Use Cases for Computer Vision
Team statworx
11. November 2020
Read more
  • Data Science
  • Deep Learning
New Trends in Natural Language Processing – How NLP Becomes Suitable for the Mass-Market
Dominique Lade
29. October 2020
Read more
  • Data Engineering
5 Technologies That Every Data Engineer Should Know
Team statworx
22. October 2020
Read more
  • Artificial Intelligence
  • Data Science
  • Machine Learning

Generative Adversarial Networks: How Data Can Be Generated With Neural Networks
Team statworx
10. October 2020
Read more
  • Coding
  • Data Science
  • Deep Learning
Fine-tuning Tesseract OCR for German Invoices
Team statworx
08. October 2020
Read more
  • Artificial Intelligence
  • Machine Learning
Whitepaper: A Maturity Model for Artificial Intelligence
Team statworx
06. October 2020
Read more
  • Data Engineering
  • Data Science
  • Machine Learning
How to Provide Machine Learning Models With the Help Of Docker Containers
Thomas Alcock
01. October 2020
Read more
  • Recap
  • statworx
STATWORX 2.0 – Opening of the New Headquarters in Frankfurt
Julius Heinz
24. September 2020
Read more
  • Machine Learning
  • Python
  • Tutorial
How to Build a Machine Learning API with Python and Flask
Team statworx
29. July 2020
Read more
  • Data Science
  • Statistics & Methods
Model Regularization – The Bayesian Way
Thomas Alcock
15. July 2020
Read more
  • Recap
  • statworx
Off To New Adventures: STATWORX Office Soft Opening
Team statworx
14. July 2020
Read more
  • Data Engineering
  • R
  • Tutorial
How To Dockerize ShinyApps
Team statworx
15. May 2020
Read more
  • Coding
  • Python
Making Of: A Free API For COVID-19 Data
Sebastian Heinz
01. April 2020
Read more
  • Frontend
  • Python
  • Tutorial
How To Build A Dashboard In Python – Plotly Dash Step-by-Step Tutorial
Alexander Blaufuss
26. March 2020
Read more
  • Coding
  • R
Why Is It Called That Way?! – Origin and Meaning of R Package Names
Team statworx
19. March 2020
Read more
  • Data Visualization
  • R
Community Detection with Louvain and Infomap
Team statworx
04. March 2020
Read more
  • Coding
  • Data Engineering
  • Data Science
Testing REST APIs With Newman
Team statworx
26. February 2020
Read more
  • Coding
  • Frontend
  • R
Dynamic UI Elements in Shiny – Part 2
Team statworx
19. Febuary 2020
Read more
  • Coding
  • Data Visualization
  • R
Animated Plots using ggplot and gganimate
Team statworx
14. Febuary 2020
Read more
  • Machine Learning
Machine Learning Goes Causal II: Meet the Random Forest’s Causal Brother
Team statworx
05. February 2020
Read more
  • Artificial Intelligence
  • Machine Learning
  • Statistics & Methods
Machine Learning Goes Causal I: Why Causality Matters
Team statworx
29.01.2020
Read more
  • Data Engineering
  • R
  • Tutorial
How To Create REST APIs With R Plumber
Stephan Emmer
23. January 2020
Read more
  • Recaps
  • statworx
statworx 2019 – A Year in Review
Sebastian Heinz
20. Dezember 2019
Read more
  • Artificial Intelligence
  • Deep Learning
Deep Learning Overview and Getting Started
Team statworx
04. December 2019
Read more
  • Coding
  • Machine Learning
  • R
Tuning Random Forest on Time Series Data
Team statworx
21. November 2019
Read more
  • Data Science
  • R
Combining Price Elasticities and Sales Forecastings for Sales Improvement
Team statworx
06. November 2019
Read more
  • Data Engineering
  • Python
Access your Spark Cluster from Everywhere with Apache Livy
Team statworx
30. October 2019
Read more
  • Recap
  • statworx
STATWORX on Tour: Wine, Castles & Hiking!
Team statworx
18. October 2019
Read more
  • Data Science
  • R
  • Statistics & Methods
Evaluating Model Performance by Building Cross-Validation from Scratch
Team statworx
02. October 2019
Read more
  • Data Science
  • Machine Learning
  • R
Time Series Forecasting With Random Forest
Team statworx
25. September 2019
Read more
  • Coding
  • Frontend
  • R
Dynamic UI Elements in Shiny – Part 1
Team statworx
11. September 2019
Read more
  • Machine Learning
  • R
  • Statistics & Methods
What the Mape Is FALSELY Blamed For, Its TRUE Weaknesses and BETTER Alternatives!
Team statworx
16. August 2019
Read more
  • Coding
  • Python
Web Scraping 101 in Python with Requests & BeautifulSoup
Team statworx
31. July 2019
Read more
  • Coding
  • Frontend
  • R
Getting Started With Flexdashboards in R
Thomas Alcock
19. July 2019
Read more
This is some text inside of a div block.
This is some text inside of a div block.