Title(AI) Application Programming Interface (API)TypeHard SkillsDescriptionAn API is a software interface that lets programs communicate. It hides internal details, offers consistent services, and enables integration. APIs support many platforms and are key to web, app, and system development. They simplify coding by letting developers reuse and connect software easily.
Title(AI) HallucinationsTypeHard SkillsDescriptionAn AI hallucination is when a model confidently generates false, fabricated, or unsupported information that sounds entirely plausible.
Title(AI) Reinforcement Learning (RL)TypeHard SkillsDescriptionReinforcement learning (RL) is a machine learning approach where agents learn to make decisions by interacting with an environment. The goal is to maximize cumulative rewards through trial and error. RL algorithms balance exploring new actions and exploiting known strategies. This method has enabled breakthroughs in robotics, game playing, and language model training.
TitleAI ToolsTypeHard SkillsDescriptionAI tools encompass the growing ecosystem of AI-powered software assistants, code generators, image synthesizers, and data-analysis platforms that practitioners use to accelerate technical work without training their own models. As a hard skill it requires knowing which tool is appropriate for a given task, how to craft effective inputs to extract reliable outputs, and how to critically evaluate AI-generated content for errors, hallucinations, and intellectual-property implications. Battery and manufacturing engineers apply AI tools to accelerate code generation, summarize technical literature, draft process documentation, and explore design options faster than traditional workflows allow.
TitleArtificial Intelligence (AI) & Machine Learning (ML)TypeHard SkillsDescriptionArtificial intelligence and machine learning extract patterns from the volumes of sensor, image, and electrical-test data that battery production lines generate. As a hard skill it requires fluency in supervised and unsupervised model training, feature engineering for industrial time-series data, and the discipline to validate models against held-out batches before letting them influence yield decisions. Engineers apply ML to predict cell-formation outcomes from coating-line measurements, classify cosmetic defects from inline cameras, and forecast equipment failures from vibration and temperature signatures before they cost production hours.
TitleBig Data & Cloud ComputingTypeHard SkillsDescriptionBig data and cloud computing platforms (AWS, Azure, GCP) are what make it possible to retain and query the terabytes of cell-formation, end-of-line test, and field-telemetry data that modern battery factories and EV fleets produce. As a hard skill it requires fluency in data-lake architectures, distributed query engines (Spark, BigQuery, Snowflake), cost-aware compute provisioning, and the controls (encryption, access policies) that govern proprietary cell-chemistry data. Engineers apply it when stitching together cell genealogy from coating to formation to pack assembly, when running fleet-wide degradation analyses across millions of cells, and when standing up the data pipelines that feed BMS over-the-air decisions.
TitleBusiness Intelligence ToolsTypeHard SkillsDescriptionBusiness intelligence tools — Power BI, Tableau, Looker, Qlik, and similar platforms — turn transactional data from ERPs, CRMs, and operational systems into dashboards and self-service analytics that drive day-to-day decisions. Strong practitioners model data, build semantic layers, design visuals for the audience, and govern access and refresh schedules so dashboards stay trustworthy. BI is increasingly the connective tissue between line-of-business operations and the modern data stack.
TitleChatgptTypeHard SkillsDescriptionChatGPT is OpenAI's large-language-model assistant, widely used by engineers and scientists to draft technical documents, debug code, explain concepts, summarize literature, and generate first-draft content across a wide range of tasks. As a hard skill it requires understanding the model's capabilities and limitations, crafting precise prompts that specify context, constraints, and output format, and critically reviewing outputs for factual accuracy and code correctness before use. Battery and manufacturing professionals apply ChatGPT to accelerate report drafting, generate boilerplate code, explain unfamiliar technical concepts, and explore solution approaches before committing engineering time to full implementation.
TitleClaudeTypeHard SkillsDescriptionClaude is Anthropic's large-language-model assistant, designed with a strong emphasis on safety, nuance, and handling long-context tasks such as analyzing lengthy documents, codebases, and technical reports. As a hard skill it requires writing clear, context-rich prompts, taking advantage of its large context window for document-level analysis, and evaluating its responses critically for correctness and relevance. Battery researchers and engineers apply Claude to synthesize literature across multiple papers, analyze and explain complex datasets, assist with code review, and draft detailed technical specifications and proposals.
TitleComputer ScienceTypeHard SkillsDescriptionComputer science fundamentals — data structures, algorithms, complexity analysis, computational theory — underpin every meaningful conversation about software in battery production, from BMS state-of-charge estimation to MES database design to factory-floor analytics. As a hard skill it requires comfort with asymptotic analysis (so an O(n²) loop doesn't end up running over millions of cells), classical data structures (queues, graphs, trees for genealogy traversal), and design patterns that survive ten years of code maintenance. Software engineers apply this when designing the data model that ties cell IDs to pack IDs to vehicle IDs, when picking algorithms for BMS coulomb counting under noise, and when reviewing junior engineers' code for the kind of bugs that cause field returns.
TitleComputer VisionTypeHard SkillsDescriptionComputer vision applies deep learning and image-processing algorithms to extract information from images and video — used in battery manufacturing for inline defect detection, electrode coating uniformity inspection, and cell-tab weld quality assessment. As a hard skill it requires fluency in convolutional neural networks, annotation workflows, data augmentation, model training with frameworks like PyTorch or TensorFlow, and deployment at line speed on edge hardware. Engineers apply computer vision to replace subjective human visual inspection of cell cans and electrode surfaces, catching defects at rates and consistency that manual inspection cannot match.
TitleCursor AITypeHard SkillsDescriptionCursor is an AI coding agent that automates code tasks, integrates with major tools, learns your codebase, and boosts developer productivity.
TitleData Science, Analytics & VisualizationTypeHard SkillsDescriptionData science, analytics, and visualization turn the streams of measurements off battery production lines into actionable conclusions about yield, cell capacity drift, and field reliability. As a hard skill it requires fluency in exploratory analysis (Python/pandas, R, SQL), inferential statistics, and visualization tools that surface trends to non-technical stakeholders (Power BI, Tableau, ggplot, matplotlib). Practitioners apply it when characterizing a new cell chemistry's formation distributions, building dashboards that operators use to spot drift in real time, and presenting field-warranty findings to executives in a form they can act on.
TitleDeep LearningTypeHard SkillsDescriptionDeep learning uses multilayered neural networks to automatically learn data representations and excels in tasks like vision, speech, and NLP.
TitleDigital TwinningTypeHard SkillsDescriptionDigital twins create live software models of battery production equipment and the cells they produce, fed by real-time sensor data from the physical line. As a hard skill it requires sensor integration, model calibration against historical run data, and use of the twin to simulate process changes before committing them on the line. Teams use digital twins to predict electrode coating defects, optimize formation cycling parameters, and validate maintenance windows without halting production.
TitleElevenlabsTypeHard SkillsDescriptionElevenLabs software offers AI-powered text-to-speech, voice cloning, dubbing, music generation, and speech recognition tools for lifelike audio.
TitleGenerative AI (gen AI)TypeDescriptionGenerative AI creates new content—like text, images, or music—by learning patterns from existing data and producing original outputs.
TitleGeological Modeling & DesignTypeHard SkillsDescriptionGeological modeling and design transforms drillhole, mapping, and geophysical data into 3D digital representations of orebodies and the surrounding geology. Modelers use software like Leapfrog, Vulcan, or Datamine to build implicit surfaces, block models, and grade estimates that drive mine planning and reserve reporting. The skill sits at the interface of geology and engineering and is increasingly augmented by machine-learning techniques for interpolation and uncertainty quantification.
TitleGithub Copilot | Skills Training | MetconnTypeHard SkillsDescriptionGitHub Copilot is an AI coding companion that helps developers write, review, debug, and document code more efficiently. It integrates with popular development tools to provide intelligent suggestions and automate common programming tasks.
TitleGoogle AntigravityTypeHard SkillsDescriptionGoogle Antigravity is a platform for autonomous AI agents that generate, execute, and test code. It features an IDE, CLI, and SDK, supports multiple AI models, and is free during preview. Agents deliver verifiable artifacts, not just code. The platform is built on a fork of Visual Studio Code.
TitleGoogle GeminiTypeHard SkillsDescriptionGoogle Gemini is Google's multimodal large-language-model assistant, capable of processing text, images, code, and structured data, and deeply integrated with Google Workspace tools such as Docs, Sheets, and Slides. As a hard skill it requires effective prompt construction for both text and multimodal inputs, understanding its integration points with Google Cloud and enterprise productivity tools, and critically evaluating outputs for factual accuracy and appropriate use. Battery engineers and scientists apply Gemini to analyze experimental images alongside text data, generate data-processing code in Google Colab, summarize lengthy technical documents, and automate repetitive reporting tasks within a Google Workspace environment.
TitleHugging FaceTypeHard SkillsDescriptionHugging Face is a US-based AI company known for open-source machine learning tools, model sharing, and recent security challenges.
TitleIndustry 4.0 & Digital FluencyTypeHard SkillsDescriptionIndustry 4.0 digital fluency is the combined ability to use connected sensors, edge devices, cloud analytics, and AI on the battery shop floor to extract actionable insight from production data. As a hard skill it requires familiarity with industrial networking protocols (OPC UA, MQTT), basic data analysis in Python or SQL, and dashboarding tools that operators can act on. Practitioners apply it to spot upstream coating defects before downstream cell test fails, predict equipment failure, and tie cell genealogy to field returns.
TitleKerasTypeHard SkillsDescriptionKeras is an open-source Python library for building neural networks, supporting multiple backends like TensorFlow, JAX, and PyTorch.
TitleLangchainTypeHard SkillsDescriptionLangChain is an open-source Python and JavaScript framework that integrates large language models into applications, supporting many data sources.
TitleLanggraphTypeHard SkillsDescriptionLangGraph is a flexible framework for building and controlling complex AI agents, supporting human-in-the-loop, memory, and custom workflows.
TitleLarge Language Models (llms)TypeHard SkillsDescriptionA large language model (LLM) is an AI model, usually based on transformers, trained on vast text data to generate, summarize, and analyze language.
TitleMatplotlibTypeHard SkillsDescriptionMatplotlib is a widely used Python library for creating static, interactive, and animated data visualizations in scientific and educational fields.
TitleMicrosoft CopilotTypeHard SkillsDescriptionMicrosoft Copilot is Microsoft's AI assistant integrated across Office 365 applications — Word, Excel, PowerPoint, Teams, and Outlook — enabling natural-language interaction with documents, spreadsheets, email, and enterprise data. As a hard skill it requires understanding which Copilot capabilities apply in each application, writing effective natural-language prompts that specify context and output format, and verifying AI-generated content before sharing it in professional contexts. Battery manufacturing and operations teams apply Copilot to draft quality reports, summarize Teams meeting notes, generate PowerPoint presentations from technical data, and accelerate Excel-based data analysis without advanced formula knowledge.
TitleMining 4.0TypeHard SkillsDescriptionMining 4.0 applies industrial IoT, automation, data analytics, and AI to fleet management, predictive maintenance, geometallurgy, and integrated remote operations centers. The skill set spans sensors and connectivity, digital twins, advanced control, and the change management needed to embed these tools in shift-level workflows. Operations that execute Mining 4.0 well realize step-change gains in productivity, safety, and emissions intensity.
TitleNatural Language Processing (NLP)TypeHard SkillsDescriptionNatural language processing (NLP) is a computer science field focused on enabling computers to understand, interpret, and generate human language.
TitleNeural NetworksTypeHard SkillsDescriptionNeural networks are computational models inspired by the brain, used in AI to process data, recognize patterns, and make predictions. They consist of interconnected layers of artificial neurons and are trained using large datasets. Modern neural networks power applications such as image recognition, language processing, and generative AI. Training them requires significant computing resources and careful data handling to avoid bias and ensure reliability.
TitleNumpyTypeHard SkillsDescriptionNumPy is a popular open-source Python library enabling efficient, large-scale numerical computing with multi-dimensional arrays and mathematical functions.
TitlePandasTypeHard SkillsDescriptionPandas is a Python library for data analysis and manipulation, offering flexible data structures like Series and DataFrames for tabular data.
TitlePrompt EngineeringTypeHard SkillsDescriptionPrompt engineering is the practice of designing inputs to large-language models that reliably elicit accurate, well-formatted, and task-appropriate outputs, encompassing zero-shot, few-shot, chain-of-thought, and system-prompt strategies. As a hard skill it requires understanding how LLMs respond to instruction phrasing, role specification, output format constraints, and example demonstrations, as well as iteratively testing and refining prompts to reduce hallucination and improve consistency. Battery engineers, scientists, and analysts apply prompt engineering to get reliable results from AI assistants for code generation, literature synthesis, report drafting, data interpretation, and technical Q&A within automated pipelines.
TitlePytorchTypeHard SkillsDescriptionPyTorch is an open-source deep learning library by Meta, known for its easy-to-use API, GPU acceleration, and popularity in AI research.
TitlePythonTypeHard SkillsDescriptionPython is the de facto language for battery data work — analytics on formation data, ML model training, factory-floor scripting, test automation, and the glue code that ties MES to ERP to the data lake. As a hard skill it requires fluency in the scientific stack (numpy, pandas, scipy, scikit-learn), the visualization libraries (matplotlib, seaborn, plotly), packaging and venv discipline, and the asyncio-vs-threading-vs-multiprocessing tradeoffs for production work. Engineers apply this when cleaning a million-row cell-formation CSV in pandas, when training an ML model to flag electrode-coating defects, and when writing the integration script that pulls daily MES exports into the analytics warehouse.
TitleQR Codes, RFID & LIDARTypeHard SkillsDescriptionQR codes, RFID, and LiDAR are the identification and sensing technologies that give supply chains real-time visibility into where items are, in what quantity, and in what condition. QR provides cheap, ubiquitous optical tagging; RFID adds passive or active wireless reads at scale; LiDAR supports geometry capture, dimensioning, and autonomous-vehicle navigation in yards and warehouses. Together they enable the data layer that powers WMS, traceability, robotic fulfillment, and dock-to-stock automation.
TitleRetrieval-augmented Generation (RAG)TypeHard SkillsDescriptionRetrieval-augmented generation (RAG) lets AI models pull in external data to improve accuracy, reduce hallucinations, and cite sources.
TitleRockworksTypeHard SkillsDescriptionRockWorks is a widely used geological data-management and visualization package that turns borehole, lithology, and assay data into logs, cross sections, fence diagrams, and 3D models. Mining geologists use it to build and communicate subsurface interpretations and to QA/QC data before it enters resource estimation workflows. Proficiency with RockWorks accelerates everyday geological work and bridges field data and the more specialized resource-modeling platforms.
TitleStataTypeHard SkillsDescriptionStata is a statistical software package for data analysis, widely used in research, known for extensibility, user community, and frequent updates.
TitleStatistical/data AnalysisTypeHard SkillsDescriptionStatistical and data analysis turns the millions of measurements coming off battery production lines into actionable conclusions about yield, capability, and reliability. As a hard skill it requires fluency in descriptive and inferential statistics, regression, and time-series analysis, plus practical use of Python, R, or JMP to crunch real datasets. Engineers apply these tools to qualify new test equipment with gauge R&R studies, build acceptance sampling plans for incoming cell shipments, and prove (or disprove) that a process change actually moved the mean.
TitleSurveying, Mapping, LIDAR & GISTypeHard SkillsDescriptionSurveying, mapping, LiDAR, and GIS provide the spatial backbone for every mining decision, from claim staking and exploration targeting to volumetric reconciliation and closure monitoring. Practitioners run GNSS, total-station, and terrestrial or airborne LiDAR campaigns, then manage the data in GIS platforms that integrate geology, infrastructure, and environmental layers. Accurate, current spatial data is the substrate on which mine planning, operations, and regulatory reporting all depend.
TitleSympyTypeHard SkillsDescriptionSymPy is a free, open-source Python library for symbolic mathematics, offering computer algebra capabilities and a wide range of math tools.
TitleTensorflowTypeHard SkillsDescriptionTensorFlow is a popular, open-source machine learning library developed by Google. It supports multiple languages and platforms.
TitleVibe CodingTypeHard SkillsDescriptionVibe coding is AI-driven programming where prompts to language models produce code, prioritizing results over review and deep code understanding.
TitleVienna Ab Initio Simulation Package (VASP)TypeHard SkillsDescriptionVASP is a Fortran-based package for ab initio quantum mechanical calculations, using DFT and advanced methods, widely used in materials science.