{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1UaXFkbpZtQEVKKSdk8I/Ugc6hyTu0RVY9g40bTVR/vw4FRp0Z9.js"],
  "sourcesContent": ["import{jsx as e,jsxs as a}from\"react/jsx-runtime\";import{addPropertyControls as n,ControlType as t,Link as i}from\"framer\";import*as r from\"react\";let o=\"Apohr7vzF\",s=\"g3CW_OYhT\",l=\"Br5G7ULWY\",c=\"yC6qdVX1n\",d=\"vPBGVRq4s\",h=\"KMWhlvVhc\",p=(e,a)=>{if(e&&\"object\"==typeof e)return{...e,alt:a};},m=[{index:0,id:\"OZxPUkl86\",[o]:\"Demystifying Machine Learning and Deep Learning\",[s]:\"demystifying-machine-learning-and-deep-learning\",[l]:\"2023-08-19T00:00:00.000Z\",[c]:p({src:\"https://framerusercontent.com/images/qx3lAgO7cUMIcRAQua4YR7uAA0.png\",srcSet:\"https://framerusercontent.com/images/qx3lAgO7cUMIcRAQua4YR7uAA0.png?scale-down-to=512 512w,https://framerusercontent.com/images/qx3lAgO7cUMIcRAQua4YR7uAA0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qx3lAgO7cUMIcRAQua4YR7uAA0.png 1344w\"},\"\"),[d]:!1,[h]:/*#__PURE__*/a(r.Fragment,{children:[/*#__PURE__*/a(\"p\",{children:[\"In our \",/*#__PURE__*/e(i,{href:{pathVariables:{g3CW_OYhT:\"beginners-guide-to-ai\"},unresolvedPathSlugs:{g3CW_OYhT:{collectionId:\"vw4FRp0Z9\",collectionItemId:\"K9sXDlJPN\"}},webPageId:\"p2qftHtJ8\"},openInNewTab:!0,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Beginner's Guide To AI\"})}),\", we explored the basic difference between machine learning and deep learning. Now we'll dive deeper into a key distinction - how machine learning relies on manual feature engineering versus deep learning's automated feature learning capabilities. This evolution from human-engineered features to algorithms extracting their own features has driven major advances in computer vision, natural language processing, and more. In this post, we\u2019ll provide examples across domains, discuss challenges and benefits, and reveal how the two approaches complement each other. Both novice AI enthusiasts and experienced practitioners will discover new perspectives. To help you we\u2019ve labeled the portions that represent more Intermediate and Advanced information.\\xa0\"]}),/*#__PURE__*/e(\"h2\",{children:\"Overview of ML\"}),/*#__PURE__*/e(\"p\",{children:\"In early machine learning (ML) approaches, human intuition and expertise were crucial for identifying and selecting informative features to feed into algorithms. For a spam detection model, an engineer would manually review emails to pick out commonly occurring words or phrases that seemed indicative of spam. These selected text features like specific URLs, dollar amounts, or urgent language would then be extracted and compiled as the input dataset to train the machine learning model.\"}),/*#__PURE__*/e(\"p\",{children:\"The model could then statistically learn to weigh the importance of each feature the humans highlighted. But the algorithms themselves did not determine which features were relevant - the human engineer acted as the curator. This manual curation of features required substantial upfront effort and domain expertise to extract meaningful signals from raw data. While successful, it limited the flexibility and scalability of machine learning. New data or use cases would necessitate repeating the manual feature engineering process.\"}),/*#__PURE__*/e(\"p\",{children:\"You can see how Classic machine learning techniques relied on humans to manually identify and select informative attributes or variables from the data that were fed into the algorithms. Let\u2019s look how this has evolved for image and text.\\xa0\"}),/*#__PURE__*/e(\"h2\",{children:\"Machine Learning and Deep Learning in Image and Text Recognition\"}),/*#__PURE__*/e(\"p\",{children:\"For image recognition, a human engineer would pick out pixel color values, edges, shapes, etc. as features to train the model.\"}),/*#__PURE__*/e(\"p\",{children:\"In contrast, deep learning (DL) algorithms are able to automatically learn abstract feature representations directly from the raw data, without requiring human selection of features.\\xa0 Deep learning models can learn to detect eyes, noses, etc. when analyzing image pixels, versus being told what features to look for.\"}),/*#__PURE__*/e(\"p\",{children:\"In text data the concepts apply this way. With classic machine learning, a human engineer would need to manually extract key text features to train a model. For example, for sentiment analysis they might provide word counts for positive and negative terms as inputs.\"}),/*#__PURE__*/e(\"p\",{children:\"A deep learning model could automatically learn to detect sentiment by extracting abstract features from the raw text data on its own. Therefore, it may learn certain combinations of words associated with positive or negative sentiment.\"}),/*#__PURE__*/e(\"p\",{children:\"In summary, machine learning relies on humans to list informative features as inputs, while deep learning learns its own features automatically from the data itself. The key thing to remember is - While it's possible to use ML and DL together, they represent fundamentally different approaches.\"}),/*#__PURE__*/a(\"h5\",{children:[/*#__PURE__*/e(\"br\",{}),\"Intermediate:\\xa0\"]}),/*#__PURE__*/e(\"p\",{children:\"Early machine learning approaches relied heavily on algorithms like decision trees, logistic regression, and naive Bayes classifiers. These analytical models were trained on datasets of human-engineered features. For example, a logistic regression spam filter would be fed word frequencies and text patterns selected by engineers as informative for identifying spam. The logistic regression equations would assign weights to these input features to categorize messages as spam or not based on probabilistic correlations.\"}),/*#__PURE__*/e(\"p\",{children:\"However, modern deep learning systems are not based on decision trees, regression, or naive Bayes. Deep learning uses neural networks that process data through many layers to automatically extract feature representations, rather than relying on human/predefined feature sets. For instance, a deep learning model trains on raw text data, learning underlying word embeddings without feature engineering. While decision trees and naive Bayes drove early ML progress, deep neural networks now dominate for advanced feature learning. But classical and modern techniques can still be combined effectively.\"}),/*#__PURE__*/e(\"p\",{children:\"So in summary, decision trees, logistic regression, and naive Bayes were pivotal in early machine learning but have largely been superseded by deep neural networks in modern deep learning.\\xa0\"}),/*#__PURE__*/e(\"h5\",{children:\"Advanced\"}),/*#__PURE__*/e(\"p\",{children:\"Classical machine learning approaches like logistic regression operate by optimizing convex loss functions, yielding clear mathematical insights into the model. In contrast, deep learning relies on non-convex optimization and backpropagation techniques to train deep neural networks. This allows more flexible feature learning but lacks the transparency of convex classical ML. Overall, the non-convexity of deep learning objective functions enables greater representation power but reduces interpretability.\"}),/*#__PURE__*/e(\"h2\",{children:\"Benefits and Challenges of Manual Feature Engineering (ML) vs Automated Feature Learning (DL)\"}),/*#__PURE__*/e(\"p\",{children:\"At a basic level, manual feature engineering enabled early progress in machine learning by allowing human experts to guide the algorithms. However, this approach also had downsides of being labor intensive and limited in flexibility. In contrast, automated feature learning is more scalable but can lack transparency.\"}),/*#__PURE__*/e(\"h5\",{children:\"Intermediate\"}),/*#__PURE__*/e(\"p\",{children:\"Looking deeper, engineering informative features requires substantial data analysis effort and domain knowledge. But it provides full visibility into what the model considers important. On the other hand, automated feature extraction does not depend on upfront human work. But the learned representations offer less interpretability.\"}),/*#__PURE__*/e(\"h5\",{children:\"Advanced\"}),/*#__PURE__*/e(\"p\",{children:\"Taking a more technical view, manual feature selection allows for intuitive correlations between inputs and outputs. But it risks omitting useful unforeseen signals in the data. Meanwhile, deep learning discovers intricate feature relationships automatically. However, its complexity obscures how decisions are made.\"}),/*#__PURE__*/e(\"p\",{children:\"From an advanced perspective, engineered features constrain the hypothesis space, avoiding overfitting. Though this bounds model performance. In comparison, learned representations capture nuanced latent features unlimited by human imagination. Yet the highly flexible neural networks demand careful regularization to prevent overfitting.\"}),/*#__PURE__*/e(\"h3\",{children:\"How Manual Feature Engineering and Automated Feature Learning can Complement each other\\xa0\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"While manual and automated feature approaches have tradeoffs, they can be combined in a complementary fashion. For example, engineers could analyze a dataset, identify some informative base features to extract, then feed those into a deep learning model for further enrichment. This provides a starting point while still allowing flexible feature learning. Additionally, engineered features may capture broad relationships easily understood by humans, while learned features detect intricate nonlinear patterns. Blending hand-crafted features with deep representations enables intuition and performance. The two approaches have distinct strengths - using them together can enhance machine learning pipelines.\"}),/*#__PURE__*/e(\"p\",{children:\"Looking further into how manual feature engineering and automated feature learning can be complementary:\"}),/*#__PURE__*/e(\"p\",{children:\"In an image classification task, a machine learning engineer could first manually identify some basic pixel features like color histograms, edge detectors, shape filters that are intuitive for humans to extract. Then those hand-picked visual features could be fed into a deep learning model, providing it a head start on meaningful patterns before the neural network layers enrich the features further through hierarchical layers of abstraction. So the engineer gives the model a boost by expressing some human knowledge, while the deep learning model enhances that with automatic feature enhancement. Together they combine the benefits of human guidance and learned representations.\"}),/*#__PURE__*/e(\"h5\",{children:\"Intermediate\"}),/*#__PURE__*/e(\"p\",{children:\"Ensemble models that blend decision trees or logistic regression trained on engineered features with deep neural networks can improve overall accuracy. Architectures like Wide and Deep leverage shallow ML models for memorization along with deep layers for generalization.\"}),/*#__PURE__*/e(\"h5\",{children:\"Advanced\"}),/*#__PURE__*/e(\"p\",{children:\"Manually constructed features based on domain expertise aid interpretability and can regularize deep models by incorporating beneficial human biases. Meanwhile, deep representations capture intricate nonlinear interactions and hierarchical abstractions unattainable manually. Ensembling simplifies optimization while enriching representational capacity.\"}),/*#__PURE__*/e(\"h3\",{children:\"Future outlook on increasingly automated feature learning\"}),/*#__PURE__*/e(\"p\",{children:\"Looking ahead, deep learning is likely to continue displacing manual feature engineering in many domains. As computational power grows, deep neural networks will be able to extract features from raw data at massive scale across text, image, audio, and more. This will reduce reliance on human feature curation. However, oversight and guidance will remain important.\"}),/*#__PURE__*/e(\"p\",{children:\"Progress will also enable more customizable feature extraction tailored to specific tasks and datasets. Architectures like Transformer networks are already demonstrating automated adaptation of feature learning across domains like language, vision and time series data. Continued advances will lessen the need for hand-crafted inputs.\"}),/*#__PURE__*/e(\"h5\",{children:\"Intermediate\"}),/*#__PURE__*/e(\"p\",{children:\"From a technical point of view, transfer learning techniques allow deep models pre-trained on large datasets to be fine-tuned for new use cases with minimal feature adaptation. Meta-learning methods even allow networks to infer specialized features for individual tasks with very little data. These developments point towards increasingly automated, generalizable feature learning.\"}),/*#__PURE__*/e(\"h5\",{children:\"Advanced\"}),/*#__PURE__*/e(\"p\",{children:\"Cutting-edge techniques on the horizon like generative adversarial networks, neuro-evolution and neural architecture search promise to make feature representation fully adaptive and customizable. Such innovations could enable AI systems to construct and refine the best features and architectures for any problem. This points toward a future mostly free of human intervention in feature engineering.\"}),/*#__PURE__*/e(\"p\",{children:\"In summary, while (human) engineered inputs paved the way for early progress, automated feature learning is rapidly accelerating and promising to minimize the need for human curation going forward. Because of this, we always have to recall that oversight will be critical. Here at Synthminds, we\u2019re excited to read about the how continued research is unlocking more flexible automated feature capabilities. And we\u2019ll be sharing more with you about it as we read it!\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"h2\",{children:\"Takeaways\"}),/*#__PURE__*/e(\"h5\",{children:\"Overview\"}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Classic ML relied on humans engineering features like keyword counts for text or pixel color values and shapes for images\"})})}),/*#__PURE__*/a(\"h5\",{children:[/*#__PURE__*/e(\"br\",{}),\"Benefits & Challenges\"]}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"A major benefit of manual feature engineering is increased model interpretability because humans can understand the selected inputs. However, it is very time and labor intensive.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"A key advantage of automated feature learning is scalability and flexibility since deep learning analyzes raw data directly. However, the learned representations are complex black boxes.\"})})]}),/*#__PURE__*/a(\"h5\",{children:[/*#__PURE__*/e(\"br\",{}),\"ML and DL in Image & Text Recognition\"]}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Classic ML for images requires humans to manually select pixel features like color, edges, shapes to train the model.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"For text, engineers must pick features like word frequencies and positive/negative terms.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Deep learning models instead directly analyze raw image pixel and text data to automatically identify patterns and features.\"})})]}),/*#__PURE__*/a(\"h5\",{children:[/*#__PURE__*/e(\"br\",{}),\"Complementary Strengths of Manual and Automatic Feature Engineering\"]}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Engineered features provide explainability, while learned features detect hidden relationships.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Blending hand-crafted features with deep neural representations enables both model interpretability and strong performance.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"In images, engineered pixel features could provide a starting point, then deep learning further enriches features.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/a(\"p\",{children:[\"Fusing classical ML and deep learning combines the strengths of human guidance and automated feature learning.\",/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]})})]}),/*#__PURE__*/e(\"h3\",{children:\"TLDR\"}),/*#__PURE__*/e(\"p\",{children:\"Introduction: This article provides an in-depth look at how machine learning historically relied on manual feature engineering, while deep learning can automatically learn feature representations from raw data.\"}),/*#__PURE__*/e(\"p\",{children:\"ML Overview: Classic machine learning required human experts to manually select informative attributes and variables as inputs for algorithms. This was time-consuming but provided transparency.\"}),/*#__PURE__*/e(\"p\",{children:\"DL Overview: Deep learning leverages neural networks to directly analyze raw image pixel and text data to identify patterns and extract abstract feature representations on its own without human intervention.\"}),/*#__PURE__*/e(\"p\",{children:\"ML & DL in Image & Text Recognition: For images, ML needs humans to pick features like pixel values and shapes during model training, whereas DL can automatically learn to detect edges, faces, and objects. For text, ML relies on engineers selecting indicative keywords and word frequencies, while DL learns latent patterns like sentiment.\"}),/*#__PURE__*/e(\"p\",{children:\"Benefits & Challenges of Manual and Automatic Feature Engineering: Key benefits of manual feature engineering include interpretability and avoidance of overfitting, while challenges include labor intensity and omitting potentially useful signals. DL provides scalability but suffers from black box opacity.\"}),/*#__PURE__*/e(\"p\",{children:\"Complementary Strengths of Manual and Automatic Feature Engineering: Blending engineered features for explainability with deep learning\u2019s latent feature detection combines the strengths of human guidance and automated learning.\"}),/*#__PURE__*/e(\"p\",{children:\"Future Outlook: The scalability and flexibility of deep learning will continue accelerating the automation of feature engineering, though oversight and evaluation remains critical.\"}),/*#__PURE__*/e(\"p\",{children:\"Conclusion: The evolution from reliance on manual feature engineering to automated feature learning has unlocked huge advances in computer vision, NLP, and beyond.\"})]})},{index:1,id:\"tyS6h6YIc\",[o]:\"Could an AI System Be a Member of Your Team? The Coming Era of AI Coworkers\",[s]:\"could-an-ai-system-be-a-member-of-your-team-the-coming-era-of-ai-coworkers\",[l]:\"2023-08-19T00:00:00.000Z\",[c]:p({positionX:\"47.5%\",positionY:\"71.8%\",src:\"https://framerusercontent.com/images/7MWk16NhQgiJpZiiXg5FY0UDU.png\",srcSet:\"https://framerusercontent.com/images/7MWk16NhQgiJpZiiXg5FY0UDU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7MWk16NhQgiJpZiiXg5FY0UDU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7MWk16NhQgiJpZiiXg5FY0UDU.png 1344w\"},'Blog post title \"Could an AI System Be a Member of Your Team?\"'),[d]:!1,[h]:/*#__PURE__*/a(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"From digital assistants like Siri and Alexa to robotics on factory floors, artificial intelligence is becoming integral to how work gets done. AI and the future of work are clearly connected! As AI capabilities grow more advanced, we are nearing a time where AI systems move beyond just assisting humans to being actual colleagues and partners.\"}),/*#__PURE__*/e(\"p\",{children:\"Imagine intelligent agents, virtual avatars, and perhaps even physical robots as regular members of project teams, tackling their own assignments alongside human teammates. While this future workplace requires thoughtful implementation, in many ways we are on the cusp of an era where AI coworkers could become a standard part of business organizations and teams.\"}),/*#__PURE__*/e(\"h3\",{children:\"Current AI Capabilities\"}),/*#__PURE__*/e(\"p\",{children:\"While the vision of AI as fully-fledged teammates still lies ahead, present-day AI integration\\xa0already exhibits some helpful capabilities that make working jointly with humans more feasible. Intelligent chatbots have enabled automated customer service agents, technical support, and other conversational interfaces that can collaborate with people on assignments.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Robotic process automation uses software bots to handle repetitive administrative tasks in partnership with human coworkers. And AI workflow assistants can help prioritize tasks, schedule meetings, and provide productivity-enhancing suggestions tailored to individual working styles and priorities.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Though limited, today\u2019s combination of conversational AI, process bots, and intelligent agents display promising potential for eventually evolving into more multifaceted AI colleagues. Current abilities lay the groundwork for more advanced human-AI collaboration down the road.\"}),/*#__PURE__*/e(\"h3\",{children:\"Future AI Coworker Traits\"}),/*#__PURE__*/e(\"p\",{children:\"Moving beyond current AI, truly collaborative AI teammates of the future will take various forms including physical robots, virtual assistants as avatars, and interactive agent interfaces. These futuristic AI coworkers are likely to display expanded capabilities like emotional intelligence to smoothly interact with human peers, creative problem-solving skills to provide innovative solutions, and adaptability to handle dynamic assignments.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Through advances in multimodal perception, natural language processing, robotic manipulation, and generative learning, AI coworkers could exhibit human-like qualities of understanding context, fluid teamwork, original thinking, and picking up new skills as needed. While proactive, dependable, and personable, future AI teammates will need transparency and ethical alignment\"}),/*#__PURE__*/e(\"p\",{children:\"to foster trust and productive partnerships. The capabilities of tomorrow\u2019s AI coworkers can enable seamless shoulder-to-shoulder collaboration to enhance rather than replace.\"}),/*#__PURE__*/e(\"h3\",{children:\"Benefits of AI Coworkers\"}),/*#__PURE__*/e(\"p\",{children:\"AI teammates offer many advantages for organizations including enhancing productivity by automating rote tasks so people can focus on higher-value work. The AI will help scale expertise by codifying best practices into collaborative agents accessible across the company. And they provide new capabilities that complement human strengths, like analyzing volumes of data or working continuously.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Thoughtfully integrating AI coworkers creates more dynamic, versatile teams able to achieve greater performance gains. The symbiotic partnerships between human and artificial intelligence can open new frontiers for capabilities and output.\"}),/*#__PURE__*/e(\"h3\",{children:\"Challenges of Integrating AI\"}),/*#__PURE__*/e(\"p\",{children:\"However, realizing the benefits of AI teammates also poses notable risks. Ensuring transparency in how AI systems make decisions will be crucial for establishing trust, and humans must remain in the loop for risky or bias prone decisions. Rigorous security is essential to prevent confidential data exposure or manipulation. Monitoring AI actions to guarantee ethical alignment will be imperative. And changes to team dynamics and roles as humans collaborate in new ways with AI will require adjustment.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Proactively addressing concerns like the transparency of how AI makes decisions, along with vulnerabilities, accountability, and changing social dynamics will allow the upside of human-AI collaboration to materialize while safeguarding against potential pitfalls. A measured approach is key to integration.\"}),/*#__PURE__*/e(\"p\",{children:\"Making the Future AI Team Concept Work Now\"}),/*#__PURE__*/e(\"p\",{children:\"For organizations to implement AI coworkers effectively, they will need to establish clear responsibilities to complement human team members\u2019 strengths. Setting transparent expectations around AI capabilities versus limitations will be key to success.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Ongoing governance through testing, monitoring, and oversight will help ensure ethical alignment. Training programs that help both people and AI systems adapt to the new dynamic will smooth the transition. While integrating AI coworkers poses challenges, companies who invest in change management and governance can unlock their benefits. With forethought and initiative, this new era of teammates has huge opportunities.\"}),/*#__PURE__*/e(\"p\",{children:\"From legal research AIs at law firms to warehouse robot collaborators at distribution centers, we already see emergent cases of capable AI integrating into project teams and workflows. As language and robotics capabilities advance, AI coworkers tailored from HR to R&D could become standard. Partnerships where repetitive tasks are automated while AIs handle complex analysis may transform roles. Yet, we must stress again that thoughtful implementation will remain key for successfully adopting AI into the future of work. With ethical oversight and change management, AI coworkers could unlock new potential across industries - making teams more inventive, responsive and productive.\"}),/*#__PURE__*/e(\"h3\",{children:\"Takeaways\"}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Current technologies like chatbots and process automation bots hint at more collaborative AI capabilities coming.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Future AI coworkers could exhibit emotional intelligence, creativity, and adaptability for productive teamwork.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Potential benefits include improved productivity, scaling expertise, and new complementary capabilities.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Risks like opaque decisions, security threats, and changing team dynamics need to be considered & addressed.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Smoothly integrating AI coworkers requires defining for them clear responsibilities, managing people\u2019s expectations, governance, and workforce training.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Legal researchers and warehouse robots show emergent human-AI teaming today.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"With ethical oversight and change management, AI coworkers may enhance innovation, responsiveness and productivity.\"})})]}),/*#__PURE__*/e(\"h2\",{children:\"TLDR\"}),/*#__PURE__*/e(\"p\",{children:\"While AI teammates may seem futuristic, technologies like smart assistants and process automation already display some basic collaborative capabilities today. As AI advances, future systems could exhibit emotional intelligence, creativity, and adaptability enabling productive teamwork alongside people.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Clear benefits include increased productivity, scalable expertise, and new abilities complementing human strengths. However, risks around opaque AI decisions, security, and changing team dynamics necessitate thoughtful implementation.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Smooth integration will require defining responsibilities, managing expectations, ensuring governance, and workforce training. Though near-term challenges exist, capable AI systems promise to enhance the versatility, output, and inventiveness of hybrid human-machine teams across sectors. But an ethical, measured approach will be key to realizing the potential.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]})]})},{index:2,id:\"yJhV1G5x4\",[o]:\"Why Feature Learning Matters for Prompt Engineering\",[s]:\"why-feature-learning-matters-for-prompt-engineering\",[l]:\"2023-08-24T00:00:00.000Z\",[c]:p({src:\"https://framerusercontent.com/images/9sz4maWMhJ2fLka7TySYfjXho.jpg\",srcSet:\"https://framerusercontent.com/images/9sz4maWMhJ2fLka7TySYfjXho.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9sz4maWMhJ2fLka7TySYfjXho.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9sz4maWMhJ2fLka7TySYfjXho.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9sz4maWMhJ2fLka7TySYfjXho.jpg 2688w\"},'Blog post title: \"Why Feature Learning Matters for Prompt Engineering\"'),[d]:!1,[h]:/*#__PURE__*/a(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"Feature learning is the process of how AI models like ChatGPT, and Anthropic\u2019s Claude, interpret concepts and relationships from data. By analyzing vast datasets, the artificial neural networks powering these models can identify patterns and features that allow them to generate useful outputs. Developing an awareness of feature learning is key because it underpins the capabilities of AI systems.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"And for prompting AI, understanding how models develop features based on their training data enables writing prompts which activate more relevant associations. Recall that ChatGPT and Claude use tokens and knowing this fact helps greatly for your prompt engineering to gain intended results - good output!\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"As part of feature learning, most natural language AI models tokenize language, breaking text down into discrete units called tokens. Essentially, artificial neural networks power the models analysis of huge training datasets to automatically identify patterns and develop features without needing explicit human programming. The models identify patterns and develop the features based on the frequency and co-occurrence of these tokens in their training dataset.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"The training dataset refers to the large collection of text, dialogues, articles, books, etc. that the AI model analyzed during its development.\"}),/*#__PURE__*/e(\"p\",{children:\"For example, a model may learn that certain words tend to co-occur frequently with positive sentiments, while others associate with negative sentiments. These word-sentiment relationships become learned semantic features that the model develops on its own by seeing many examples in contexts during training.\"}),/*#__PURE__*/e(\"p\",{children:\"Other features can include associations between entities - like linking a country to its capital city, cause-and-effect relationships, and much more. The model stores these learned relationships between concepts in its neural network.\"}),/*#__PURE__*/e(\"p\",{children:\"So, a model's learned feature associations are encoded in the relationships between tokens derived from its training dataset. By breaking down this training dataset into tokens and learning the statistical relationships between them, the model is able to develop connections between concepts that inform its feature learning.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"To improve your prompt engineering, what you instruct the AI to write, do, produce...You do NOT need to know exactly the patterns or tokens used, but rather think about what is likely to happen.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Overall, the tokenization process is key to how models ingest and learn from language data. And when you get this fact you will write better prompts.\"}),/*#__PURE__*/e(\"h2\",{children:\"Why Feature Learning Matters for Prompt Engineering\"}),/*#__PURE__*/e(\"p\",{children:\"Developing an awareness of a model's learned features enables deliberately structuring prompts to activate relevant associations and shape the AI's reasoning down intended paths. Rather than treating models as black boxes, feature learning reveals vital insights into how they interpret concepts that prompt engineers can actively leverage.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"For example, if we know a model associates certain tokens with positive or negative sentiment, prompts can be constructed to trigger those associations. Or if we understand which entities a model links, prompts can build on those relationships.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Take Fraud Detection - If a generative model has developed robust features for identifying fraud signals like usage patterns, data anomalies, suspicious account behaviors, etc. based on fraud-related data, prompts can be constructed to trigger these learned fraud associations. Prompts focused on activating the model's fraud detection features, for example asking about anomalous transactions or risky users, will stimulate output drawing directly on the model's existing feature learnings in this domain.\"}),/*#__PURE__*/e(\"p\",{children:\"Overall, understanding feature learning is key for prompt engineering because it moves AI interactions from blind trial-and-error to informed, intentional guidance. And it sets the stage for more advanced techniques like few-shot prompting and fine-tuning.\"}),/*#__PURE__*/a(\"h2\",{children:[/*#__PURE__*/e(\"br\",{}),\"Rules for Leveraging Feature Learning in Prompts\"]}),/*#__PURE__*/e(\"p\",{children:\"There are some key principles for effectively harnessing a model's feature learnings when crafting prompts:\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"Focus on activating relevant features - Prompts should seek to trigger associations between tokens or concepts the model has already established through its training. This builds on existing feature foundations rather than trying to create new connections. For example, if the model has learned an to the concept of a Sales Director based on patterns in its training data, a prompt could leverage that feature by asking:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),'\"As a Sales Director, how should I approach pricing high-value enterprise deals?\"']}),/*#__PURE__*/e(\"p\",{children:\"This prompts the model to tap into its learned connection about Sales Directors to generate relevant advice tailored to that role.\"}),/*#__PURE__*/e(\"p\",{children:\"Build on existing features over introducing new ones - This is commonly called Context in prompt engineering. When possible, prompts should rely on and combine learned features the model already has over trying to teach new associations within the prompt itself. This helps prompts feel coherent to the AI.\"}),/*#__PURE__*/e(\"p\",{children:\"The context in prompt engineering refers to the background information and subject matter relevant to the task. It may include details about the topic, genre, tone, target audience, or any specific constraints or guidelines.Here is an example of a problematic prompt that goes against the principle of building on existing learned features:\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),'\"John is an account manager at the fictional company Acme Corporation. Acme Corporation is headquartered in Los Angeles and specializes in software services with a focus on cloud computing. The company was founded in 2015 by CEO Jane Smith. Recently, the sales at Acme Corporation are struggling. Provide advice for John, the account manager, on how Acme Corporation can improve sales.\"']}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"This prompt introduces many new names, companies, and relationships that likely have no learned foundation within the model. It does not leverage any existing feature associations the model is likely to have. This lack of tapping into learned connections makes the prompt feel complex rather than building on what the AI already knows.\\xa0\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"When you are not sure what the model has been trained on it can help to have shorter and more general prompts. Improving the prompt from above could like this:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),'\"John is an account manager at a software company. The company has been struggling with sales. Provide advice for John on how he can improve sales in his role.\"']}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"Note how the prompt -\\xa0\"]}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Removes fictional new company names and details\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:'Relies on learned association between \"John\" and account manager'})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:'Uses general \"software company\" based on broad industry knowledge'})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Focuses prompt on sales advice request leveraging John's role\"})})]}),/*#__PURE__*/e(\"p\",{children:\"By stripping away the specific imaginary details and more simply activating the account manager-sales advice features, the prompt becomes more coherent and effective.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"(Note: longer prompts do work, but to do this you should introduce information to the model earlier. Remember, the models need to understand the data and information for it to be able to best answer you. You need to provide as much context as possible)\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"Align with underlying model architecture - Prompts optimized for certain models balance brevity for smaller ones like LLaMa 2 with 7B parameters vs verbosity for huge models like GPT4. Prompt length and complexity should fit the system. Using the \",/*#__PURE__*/e(i,{href:\"https://blog.synapticlabs.ai/unleash-your-chatgpts-potential-with-the-scribe-method\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"SCRIBE method\"})}),\" - Specify, Contextualize, Responsibility, Interpret, Banter, Evaluate - greatly helps you write prompts that get you quality output, and can simple or complex depending on the model you choose.\"]}),/*#__PURE__*/e(\"p\",{children:\"Holding to the principles of activating relevant learned features, along with minimizing new associations versus the context the model understands or has, results in prompts that flow well with the model's strengths.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Understanding how models like ChatGPT learn features by analyzing data reveals insights into their reasoning, and this enables us to craft optimized prompts. Rather than treating generative AI as opaque & impenetrable systems, prompt engineers should leverage models' existing knowledge. Make sure you focus on activating relevant learned associations and building on embedded relationships likely to be in the AI\u2019s training models.\"}),/*#__PURE__*/e(\"p\",{children:\"And remember - continuous iteration remains key to effective prompt engineering. You must work to ground prompts in feature learning and write with informed starting points versus trial-and-error.\\xa0\"}),/*#__PURE__*/e(\"h2\",{children:\"Takeaways\"}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Feature learning reveals how AI models interpret concepts based on their training data. Understanding this enables crafting better prompts.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Prompts should activate relevant learned features and associations rather than introducing many new relationships. If you do introduce new relationships or information be sure you have explained them in depth so the model can utilize them effectively.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Build prompts on the model's existing knowledge by relying on embedded features over teaching new connections.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Align prompts with model architecture - shorter sentences for small models, more detail for large models.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Leverage feature learning, but refine prompts through continuous experimentation and iteration based on outputs.\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"h2\",{children:\"TLDR\"}),/*#__PURE__*/e(\"p\",{children:\"This article explains how AI models like ChatGPT learn conceptual relationships from data through a process called feature learning. Understanding this enables writing better prompts by activating relevant learned features that the AI training model contained vs introducing new associations. Prompts should build on models' existing knowledge and align with their architectures. Iterating prompts based on outputs from the AI will always be critical. This is best done when you leverage feature learning from an informed starting point (knowing aspects of the feature learning) over trial-and-error. This guide equips prompt engineers to optimize prompts by harnessing models' embedded knowledge.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]})]})},{index:3,id:\"olB5nlByx\",[o]:\"4K4D: The AI Breakthrough Enhancing Immersive Experiences 30x Faster\",[s]:\"4k4d-the-ai-breakthrough-enhancing-immersive-experiences-30x-faster\",[l]:\"2023-10-26T00:00:00.000Z\",[c]:p({src:\"https://framerusercontent.com/images/Fctn1SDpFJOZyvmAigMHAD0ke4.jpg\",srcSet:\"https://framerusercontent.com/images/Fctn1SDpFJOZyvmAigMHAD0ke4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Fctn1SDpFJOZyvmAigMHAD0ke4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fctn1SDpFJOZyvmAigMHAD0ke4.jpg 2016w\"},\"\"),[d]:!1,[h]:/*#__PURE__*/a(r.Fragment,{children:[/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"This paper from Zhejiang University, Image Derivitave Inc and Ant Group introduces a new method called 4K4D that can create highly realistic videos of dynamic 3D scenes, like people moving around, in real-time at very high 4K resolution.\\xa0\"]}),/*#__PURE__*/e(\"p\",{children:\"Currently, methods that can render high quality dynamic 3D scenes are very slow, taking minutes to generate a single frame. This makes them impractical for applications like virtual reality.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:'The key innovation of 4K4D is representing the 3D scene as a \"point cloud\" - a collection of points in 3D space that each have attributes like color, density, etc. The movement and appearance of the points over time are encoded using neural networks. It\u2019s a fascinating use of networks to produce imagery in a much faster way!\\xa0'}),/*#__PURE__*/e(\"p\",{children:'During rendering, the point cloud is processed in a novel way called \"differentiable depth peeling\" that allows leveraging graphics hardware acceleration to achieve extremely fast rendering speeds of over 200 frames per second at 1080p resolution.'}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"Some technical details:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),'- The point cloud is regularized using a \"4D feature grid\" which makes optimization more robust']}),/*#__PURE__*/e(\"p\",{children:\"- A hybrid appearance model is used combining image-based rendering and spherical harmonics lighting for high quality\"}),/*#__PURE__*/e(\"p\",{children:\"- The rendering method is fully differentiable, allowing end-to-end training from input videos\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"Because 4K4D can render high fidelity 3D content faster than previous methods by over 30X, it has many potential applications:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- VR/AR - Immersive real-time experiences require rendering speeds >90 FPS which is now possible\"]}),/*#__PURE__*/e(\"p\",{children:\"- Sports broadcasting - Smooth 4K 3D replay rendering can enhance coverage with\\xa0 photorealistic interactive replays. Viewers could control the camera angle or zoom on replays to better analyze key moments in the game from any perspective.\"}),/*#__PURE__*/e(\"p\",{children:\"- Digital human animation - Realistic human models can be rendered interactively for games/movies\"}),/*#__PURE__*/e(\"p\",{children:\"- Telepresence - Life-like avatars reconstructed from video can enable remote communication\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"In summary, 4K4D enables photorealistic 4K rendering of dynamic 3D scenes in real-time, unlocking many new opportunities across industries from entertainment to communications. The work represents an important step towards interactive and immersive 3D experiences.\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"We\u2019re huge fans of films and see that 4K4D could enable several new capabilities:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- Photoreal digital actors - With real-time 4K rendering of humans from video, digital actors could be created and interacted with during filming, opening new creative possibilities. With the recent Writers\u2019 and Actors\u2019 strikes this may not be the most wanted use of the technology by these groups. However, it still has to be mentioned.\\xa0\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- Enhanced previsualization - Directors could preview complex CG scenes at high visual fidelity in real-time to iterate and plan shots. Saving time could help production costs.\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- Immersive VR/AR experiences - Filmed scenes reconstructed with 4K4D could allow VR/AR experiences with greater sense of presence and interaction. Imagine being much more involved in the movies your watching thanks to such experiences this could bring.\\xa0\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"We also believe that AI in retail has huge opportunities! Some potential ways this 4K4D technology could be applied are:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- Virtual try-on - 4K4D human models tailored to shoppers could allow realistic virtual try-on of clothing and accessories. There\u2019s already mirrors like this, but could this help with online shopping and reducing returns?\\xa0\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- Lifelike product visualization - Photoreal visualization of products in any environment can better convey their features online.\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- Immersive virtual storefronts - Reconstructing real stores digitally can enable interactive virtual shopping experiences.\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"On the Ethics side, like many AI advances, 4K4D raises some concerns:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"- Consent - Reconstructing and reusing likenesses of people digitally should only be done with consent.\"]}),/*#__PURE__*/e(\"p\",{children:\"- Bias - Diverse training data must be used so capabilities work equally well for all people.\"}),/*#__PURE__*/e(\"p\",{children:\"- Misuse potential - Realistic synthesis of images/video could potentially enable new forms of misinformation. Proactive mitigation is needed.\"}),/*#__PURE__*/e(\"p\",{children:\"- Accessibility - The benefits should be made accessible to people across income levels and abilities.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"Overall, 4K4D is an exciting breakthrough, but its development and applications should thoughtfully account for social impacts. With a human-centric approach, it can enable many new possibilities across sectors.\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]})]})},{index:4,id:\"K9sXDlJPN\",[o]:\"The Beginners Guide to AI\",[s]:\"beginners-guide-to-ai\",[l]:\"2023-11-03T00:00:00.000Z\",[c]:p({src:\"https://framerusercontent.com/images/hiieKzieeUaxByROe6TbIctyo.jpg\",srcSet:\"https://framerusercontent.com/images/hiieKzieeUaxByROe6TbIctyo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hiieKzieeUaxByROe6TbIctyo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hiieKzieeUaxByROe6TbIctyo.jpg 2016w\"},'A blog post image titled: \"The beginners guide to ai\"'),[d]:!0,[h]:/*#__PURE__*/a(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"Artificial intelligence (AI) is transforming every industry. This guide explains AI in simple terms, no technical expertise required. You'll learn:\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"- Core AI concepts\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- The types of AI systems being used today\"}),/*#__PURE__*/e(\"p\",{children:\"- Real-world AI applications\"}),/*#__PURE__*/e(\"p\",{children:\"- Benefits and challenges\\xa0\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- The future of AI\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"This article provides a non-technical overview of AI and machine learning to help demystify concepts many readers may find complex. By the end, you\u2019ll have a foundational grasp of what AI is, what it can do, and where it is heading next.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Skip to the TLDR if you don\u2019t want all the good bits below\"}),/*#__PURE__*/e(\"h3\",{children:\"What is AI?\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Artificial intelligence, or AI, refers to computer systems designed to perform tasks requiring human intelligence. This includes capabilities like visual perception, speech recognition, learning, problem-solving, language translation, and decision-making.\\xa0\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"The goal of AI is to create intelligent machines replicating or augmenting human cognitive skills in an automated fashion. Note the key words here are replicating and augmenting, not replacing. AI is meant to be an efficient co-pilot which everyone can benefit from using!\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"AI systems can analyze large volumes of data to detect patterns, make predictions, or recommend actions. The aim is to develop machines capable of assisting humans in both cognitive and manual tasks.\"}),/*#__PURE__*/e(\"h3\",{children:\"Two Key AI Approaches:\"}),/*#__PURE__*/e(\"p\",{children:\"Machine learning:\"}),/*#__PURE__*/e(\"p\",{children:\"Machine learning is a subset of AI focused on algorithms that can improve and learn on their own through experience without explicit programming. By exposing machine learning algorithms to large datasets, the systems can detect patterns and make predictions or decisions based on data. The algorithms continue optimizing as they process more data.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Deep learning:\"}),/*#__PURE__*/e(\"p\",{children:\"Deep learning involves artificial neural networks modeled after the human brain's interconnected neurons. These neural nets have multiple computational layers, like stacked sieves, sifting the data into ever more accurate outputs. Deep Learning models can process input (data) such as image, video, speech, or text. By passing data through successive layers, the networks can interpret complex information and perform tasks like image recognition and natural language processing (NLP), which is how technology like ChatGPT can seem to understand and talk like people do. We call NLP tools like Open AI\u2019s ChatGPT, Ahtropic\u2019s Claude, or Google\u2019s Bard, Large Language Models (LLMs). These AIs gained NLP skills by reading reading A LOT of human language. Deep learning algorithms excel at finding patterns in such unstructured data by trying to predict the following word, and getting rewarded for \u201Cguessing\u201D right.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"p\",{children:\"Deep learning neural networks learn to interpret data through successive layers of abstraction. To explain further:\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(28, 25, 23)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Neural networks have input, hidden, and output layers\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(28, 25, 23)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Lower layers detect simple patterns in raw data (like edges in an image)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(28, 25, 23)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Higher layers combine these simple patterns into complex concepts (like facial features)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(28, 25, 23)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"The top layers output a final interpretation (identifying a face)\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"p\",{children:\"So in a facial recognition example, the neural network would learn:\"}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(28, 25, 23)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Low level features (edges, contours)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(28, 25, 23)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Mid-level features (eyes, nose, mouth)\"})}),/*#__PURE__*/a(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(28, 25, 23)\",\"--framer-text-decoration\":\"none\"},children:[/*#__PURE__*/e(\"p\",{children:\"High level concepts (specific faces)\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",\"data-framer-asset\":\"data:framer/asset-reference,nH8Q6cErdeUAi8P8IUuuZ3UI8Vo.png\",\"data-framer-height\":\"601\",\"data-framer-width\":\"1077\",height:\"300\",src:\"https://framerusercontent.com/images/nH8Q6cErdeUAi8P8IUuuZ3UI8Vo.png\",srcSet:\"https://framerusercontent.com/images/nH8Q6cErdeUAi8P8IUuuZ3UI8Vo.png?scale-down-to=512 512w,https://framerusercontent.com/images/nH8Q6cErdeUAi8P8IUuuZ3UI8Vo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nH8Q6cErdeUAi8P8IUuuZ3UI8Vo.png 1077w\",style:{aspectRatio:\"1077 / 601\"},width:\"538\"})]})]}),/*#__PURE__*/a(\"p\",{children:[\"Image taken from: \",/*#__PURE__*/e(i,{href:\"https://developers.google.com/ml-kit/vision/face-detection/face-detection-concepts\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"https://developers.google.com/ml-kit/vision/face-detection/face-detection-concepts\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"p\",{children:\"Congratulations! You\u2019ve made it through what can be the most challenging part of understanding AI. The two approaches are subsets - generally speaking the concept of machine learning is easier to understand at a basic level compared to deep learning.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"p\",{children:\"Here are a few reasons why:\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"p\",{children:\"Machine learning is a more general, umbrella term that encompasses various statistical and algorithmic techniques for learning from data. Deep learning is a specific machine learning approach.\"}),/*#__PURE__*/e(\"p\",{children:\"The goals of machine learning (e.g. prediction, classification, clustering) are more intuitively understandable than deep learning's inner workings. Machine learning can focus on high-level applications like product recommendations or targeted advertising. Deep learning relies on these layered neural networks.\"}),/*#__PURE__*/e(\"p\",{children:\"Machine learning has clear inputs and outputs. Deep learning operates through layers of abstract neural processing.\"}),/*#__PURE__*/e(\"p\",{children:\"Want to learn more about the differences between these two approaches. Then please see this article Demystifying Machine Learning and Deep Learning\"}),/*#__PURE__*/e(\"p\",{children:\"Many people find it tricky to remember the difference between these two approaches. Here\u2019s a short summary to try and help you out.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Machine learning algorithms learn from data to make predictions without explicit programming, while deep learning leverages neural networks with many layers to extract patterns from complex unstructured data like images, video and speech.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"The key differences are:\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"p\",{children:\"Machine Learning\"}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Broad set of techniques that learn from data patterns\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Focused on prediction and decision making\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Can be programmed with clear rules/goals\"})})]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"Deep Learning\"]}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Specific machine learning approach based on artificial neural networks\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Excels at processing unstructured data\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Learns hierarchical representations without predefined rules\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"AI Use Cases\"}),/*#__PURE__*/e(\"p\",{children:\"AI is being applied across many industries to automate tasks, optimize operations, and uncover insights from data. For example, in retail, companies like Amazon use AI to provide personalized product recommendations based on purchase history. This helps boost sales through relevant suggestions.\"}),/*#__PURE__*/e(\"p\",{children:\"In banking, AI tools monitor transactions to detect patterns indicative of fraud in real-time.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Manufacturers employ predictive maintenance powered by AI to detect when equipment needs repairs. By predicting failures before they occur, downtime can be reduced - and this improves efficiency.\"}),/*#__PURE__*/e(\"p\",{children:\"In healthcare, AI assists doctors in analyzing medical images to identify tumors, pneumonia, and other pathologies. Studies show AI radiology tools can detect anomalies with over great accuracy aiding diagnostics.\"}),/*#__PURE__*/e(\"p\",{children:\"For marketing, Netflix and Spotify use AI to recommend relevant content to each subscriber by analyzing their viewing and listening habits. This content personalization helps increase Users\u2019 streaming hours.\"}),/*#__PURE__*/e(\"p\",{children:\"As these examples illustrate, intelligent algorithms are streamlining operations across sectors yielding measurable results. AI is proving to help many through increased productivity, cost savings, and customer satisfaction. These are key reasons why the applications of AI are rapidly expanding.\"}),/*#__PURE__*/e(\"p\",{children:\"Other examples of AI helping companies are:\"}),/*#__PURE__*/e(\"p\",{children:\"Retailers use facial recognition for security and personalized advertising, though bias remains a concern.\"}),/*#__PURE__*/e(\"p\",{children:\"Self-driving cars like Tesla rely on AI for navigation, object detection and accident avoidance.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),\"JPMorgan Chase employs AI predictive analytics for algorithmic trading strategies and credit-risk assessment\"]}),/*#__PURE__*/e(\"h3\",{children:\"Ethics and AI\"}),/*#__PURE__*/a(\"p\",{children:[\"When applied responsibly, AI offers significant benefits. Applying AI ethically means ensuring AI systems are developed and used in a way that promotes fairness, transparency, accountability, and empowers people, rather than exploiting them. Some key areas \",/*#__PURE__*/e(i,{href:\"https://blog.synapticlabs.ai/tag/ethical-use\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"AI Ethics\"})}),\" focuses on include:\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Eliminating bias in data/algorithms\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Protecting user privacy and security\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Maintaining transparency in AI decision-making processes\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Establishing human oversight and control\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Considering the broad societal impacts of AI systems\"})})]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Let\u2019s explore some of these a little deeper.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Potential for Biases: If not thoroughly tested, AI systems can inadvertently incorporate societal biases into their decision-making, leading to discriminatory outcomes that will require mitigation.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Lack of Transparency: The complexity of many advanced AI models makes it difficult to explain the reasoning behind their predictions and recommendations. Interpreting AI remains a key area for improvement.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Security Vulnerabilities: Like any rapidly evolving technology, AI systems are susceptible to hacking, cyber attacks and data breaches if robust security measures are not in place.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Job Displacement Concerns: Workforce disruption is inevitable as AI transforms entire industries. Managing this economic transition ethically will require job retraining, new employment opportunities, and supporting those displaced.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"From a 30,000 foot view, it\u2019s clear that Ethics must be considered. Both companies and individuals will need to apply them consistently when building or integrating AI tools. After reading this section, please don\u2019t go too far down the rabbit hole of being negative about Artificial Intelligence. It\u2019s extremely clear AI is changing the world and here to stay, so we all have a responsibility to steer toward a future that benefits us all.\\xa0\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"h3\",{children:\"So What\u2019s the Real Benefits of AI?\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Imagine having an insightful partner that never sleeps, crunching data to reveal hidden opportunities and advise strategic decisions. From personalized recommendations driving sales to automated systems boosting efficiency, AI is a game-changer for both companies and people who employ it. In a short time it has proven to boost performance and revenues. Remember all this ChatGPT stuff only started November 30, 2022.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"It\u2019s about tangible advantages!\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Are you missing opportunities hidden in your data? AI is ready to dive in 24/7 and surface actionable insights to boost productivity and profits. Let\u2019s look at some of the real benefits of AI.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Personalization at Scale: With access to vast amounts of customer data, AI allows businesses to curate personalized product recommendations, content and marketing tailored to each individual user at massive scale.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Faster and More Accurate Analytics: AI can rapidly process vast datasets to uncover complex patterns and insights that would take humans years to analyze manually - greatly accelerating decision making with more accurate predictive models.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Automating Repetitive Tasks: By coding rules and logic, AI can reliably automate high volume, routine tasks like processing paperwork, monitoring systems or assembling products enabling businesses to reduce costs and boost productivity. Uncovering Hidden Insights: By surfacing correlations and trends in large, complex datasets, AI can reveal valuable insights that were previously impossible for humans to discern - supporting innovation and strategically guiding business decisions.\"}),/*#__PURE__*/e(\"h3\",{children:\"The Future of AI\"}),/*#__PURE__*/e(\"p\",{children:\"Many experts predict AI adoption will accelerate as companies increasingly leverage industry-specific applications to solve business challenges. Natural language processing will become more conversational and contextual. Emotion AI will better understand social cues like humor and sarcasm. But ethical development and human oversight will remain crucial.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Vertical AI solutions for finance, healthcare, manufacturing, and other sectors will expand. As systems grasp industry nuances, they will provide more relevant insights and recommendations. Language capabilities will advance through techniques like transfer learning. AI assistants will exhibit more natural conversations and emotional intelligence.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"However, businesses must prioritize thorough testing for biases and transparency in AI decision-making. Human and AI collaboration is critical so we can develop, validate, and deploy AI systems responsibly. Rather than AI displacing jobs, the future will involve closer teamwork between human and artificial intelligence. AI systems will act as a co-pilot, augmenting human capabilities while people provide oversight to keep the technology aligned with ethical values.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Humans must remain hands-on, actively training, monitoring and working alongside AI. The ideal relationship will function as an effective partnership, with both bringing complementary strengths. Humans supply creativity, empathy and wisdom while AI never tires, and processes mountains of data to make insightful and helpful recommendations.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"For this to happen, companies must foster positive cooperation and trust between employees and AI. Systems should empower people with enhanced analysis & recommendations, plus automate routine tasks - not replace jobs. With strong alliances grounded in ethics, AI and human intelligence will accomplish far more together than either could alone. The future lies in unified partnerships between people and technology.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Closing this long post, we trust you can see the full potential of AI has yet to be realized. But maintaining ethics and human guardrails will allow businesses to harness its benefits. Trustworthy AI that expands abilities is the ultimate goal.\"}),/*#__PURE__*/e(\"h3\",{children:\"Takeaways\"}),/*#__PURE__*/e(\"p\",{children:\"Points to remember. Copy to keep handy and please share\\xa0\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"What is AI\"}),/*#__PURE__*/e(\"p\",{children:\"- AI systems perform tasks requiring human intelligence - visual perception, speech recognition, decision-making\"}),/*#__PURE__*/e(\"p\",{children:\"- Goal is to create intelligent machines that augment human capabilitiesML vs DL\"}),/*#__PURE__*/e(\"p\",{children:\"- Machine learning - algorithms improve through experience without programming\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- Deep learning - advanced neural networks can process complex data like images, video, speech\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"AI Use Cases\"}),/*#__PURE__*/e(\"p\",{children:\"- Retail - product recommendations\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- Banking - fraud detection\"}),/*#__PURE__*/e(\"p\",{children:\"- Manufacturing - predictive maintenance\"}),/*#__PURE__*/e(\"p\",{children:\"- Healthcare - medical diagnosis\"}),/*#__PURE__*/e(\"p\",{children:\"- Marketing - content personalization\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Real-World Examples:\"}),/*#__PURE__*/e(\"p\",{children:\"- Chatbots for customer service\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- Facial recognition for security\"}),/*#__PURE__*/e(\"p\",{children:\"- Self-driving cars\"}),/*#__PURE__*/e(\"p\",{children:\"- Targeted ads\"}),/*#__PURE__*/e(\"p\",{children:\"- Predictive analytics in finance\\xa0\\xa0\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"AI Ethics\"}),/*#__PURE__*/e(\"p\",{children:\"Challenges and Limitations\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"- Potential for biases\\xa0\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- Lack of transparency\"}),/*#__PURE__*/e(\"p\",{children:\"- Security vulnerabilities\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- Job displacement concerns\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Real Benefits of AI\"}),/*#__PURE__*/e(\"p\",{children:\"- Personalization at scale\"}),/*#__PURE__*/e(\"p\",{children:\"- Faster and more accurate analytics\"}),/*#__PURE__*/e(\"p\",{children:\"- Automate repetitive tasks\"}),/*#__PURE__*/e(\"p\",{children:\"- Uncover hidden insights in data\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Future of AI\"}),/*#__PURE__*/e(\"p\",{children:\"- Growth in vertical applications for industry needs\"}),/*#__PURE__*/e(\"p\",{children:\"- Advances in natural language processing and emotional intelligence\"}),/*#__PURE__*/e(\"p\",{children:\"- Focus on ethics and human oversight\"}),/*#__PURE__*/e(\"p\",{children:\"- Partnership between humans and AI working together\"}),/*#__PURE__*/e(\"h3\",{children:\"Helpful sources to learn more\"}),/*#__PURE__*/a(\"p\",{children:[\"AI Ethics, \",/*#__PURE__*/e(i,{href:\"https://www.linkedin.com/in/joseph-rosenbaum-msw-b54a3237/\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Joseph Rosenbaum\"})}),\" of Synaptic Labs writes regularly on \",/*#__PURE__*/e(i,{href:\"https://www.linkedin.com/company/synaptic-labs/posts/?feedView=all\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"LinkedIn\"})}),\" and their blog on this important area\\xa0\"]}),/*#__PURE__*/e(\"p\",{children:\"TLDR\"}),/*#__PURE__*/e(\"p\",{children:\"Introduction: This article explains AI in plain terms - no expertise required. It covers key concepts, real-world applications, benefits, challenges, and the future of AI.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"What is AI: AI refers to machines designed to perform human-like tasks involving cognition, perception, reasoning, and decision making. The goal is to create intelligent systems that augment human skills.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Two Key AI Approaches: Machine learning involves algorithms that improve through experience. Deep learning uses neural networks to analyze complex unstructured data like images and speech.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"AI Use Cases: AI is delivering value across many industries - retail, banking, manufacturing, healthcare, marketing - through automation, insights, and personalization.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Ethics and AI: Developing AI ethically involves ensuring fairness, transparency, accountability and human oversight.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Benefits of AI: AI can drive sales through recommendations, accelerate analytics, automate repetitive work, and surface insights from data.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Future of AI: AI adoption will grow through industry applications and emotional intelligence, but requires human guidance focused on ethics.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Conclusion: AI's full potential lies in collaborative human-AI partnerships grounded in trust and ethics\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})})]})},{index:5,id:\"x6ZDnOmDQ\",[o]:\"3 Key Areas to Address for any AI Integration\",[s]:\"3-key-areas-to-address-for-any-ai-integration\",[l]:\"2023-04-13T00:00:00.000Z\",[c]:p({src:\"https://framerusercontent.com/images/OjfFyJDaGkwg2scfsgggSSEzR4.jpg\",srcSet:\"https://framerusercontent.com/images/OjfFyJDaGkwg2scfsgggSSEzR4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OjfFyJDaGkwg2scfsgggSSEzR4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OjfFyJDaGkwg2scfsgggSSEzR4.jpg 2016w\"},'A blog title post which reads: \"3 Key Areas to Address for any AI Integration\"'),[d]:!1,[h]:/*#__PURE__*/a(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"In the fast-evolving world of artificial intelligence, businesses increasingly recognize AI\u2019s vast potential to transform operations, analytics, and customer experiences. However, embarking on an AI integration journey also comes with challenges that demand proactive navigation. To ensure a successful transition, companies must address three pivotal areas: Data Management, Change Navigation, and bridging Skill Gaps.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/a(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(i,{href:\"https://www.oracle.com/database/what-is-data-management/\",openInNewTab:!0,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Data Management\"})}),\" \u2013 Organizing scattered, siloed data into accessible, trustworthy information assets.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(i,{href:\"https://www.linkedin.com/pulse/ai-chatgpt-change-management-unlocking-full-potential-rachana-bhide/\",openInNewTab:!0,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Change Management\"})}),\" \u2013 Fostering understanding and enthusiasm across the workforce to embrace AI-driven change.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(i,{href:\"https://www.cnbc.com/2023/05/09/top-skills-you-will-need-for-an-ai-powered-future-according-to-microsoft-.html\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Skill Building\"})}),\" \u2013 Equipping staff at all levels with AI knowledge to actively participate in the journey.\\xa0\"]})})]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Conquering these challenges clears the path for AI adoption while unleashing data insights, spurring innovation, and enabling people. This guide shares proven methods to traverse the turbulence - allowing your organization to fully reap AI\u2019s rewards. Let\u2019s explore overcoming each obstacle on the road to AI integration.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"h2\",{children:\"The Art of Data Management\"}),/*#__PURE__*/e(\"p\",{children:\"Imagine your business as a treasure trove of insights, waiting to be discovered. The challenge lies in effectively managing all the data you have. The power of artificial intelligence hinges on data. And yet, before AI can work its magic, quality data must be in place. Poor data management cripples results.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Data governance helps move your information from disparate silos that are inconsistent, inaccurate, disorganized into centralized repositories optimized for data analysis.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Successful AI integration requires accessible, trustworthy data. Key steps include:\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"- Consolidating data into a unified warehouse with standard schemas\"}),/*#__PURE__*/e(\"p\",{children:\"- Establishing governance protocols for security, privacy, and ethics\"}),/*#__PURE__*/e(\"p\",{children:\"- Monitoring ongoing quality via metrics like accuracy, completeness and consistency\"}),/*#__PURE__*/e(\"p\",{children:\"- Enriching data by merging internal and external sources\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"- Building pipelines and APIs for easy AI access to information\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"With robust data management, organizations transform scattered data into a strategic asset capable of fueling AI insights. The real yield of AI integration rests on a sturdy data foundation. Navigating Change with Confidence\"}),/*#__PURE__*/e(\"p\",{children:\"Embracing change can be both exhilarating and daunting, and AI promises incredible change. For most people change generates a primitive emotion of resistance, fear, and uncertainty. That\u2019s going to cloud the path ahead and as a company you will need to use your deep understanding of your own organizational dynamics.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"The remedy lies in co-creating the future. AI integration can be scary for most people as many wrongly fear AI is coming in to replace them. Communicate quickly and clearly how your AI adoption is going to assist, not remove humans. To create a culture of AI adoption, you must foster enthusiasm and buy-in from employees at all levels.\\xa0\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Strategies include:\"}),/*#__PURE__*/a(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Communicating frequently on how AI will assist - not replace - staff\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Inviting input at all levels to shape a collaborative AI vision\\xa0\\xa0\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Providing training on AI basics to demystify and inform employees\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Recognizing quick wins and progress to build momentum\\xa0\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",style:{\"--framer-font-size\":\"11px\",\"--framer-text-color\":\"rgb(0, 0, 0)\",\"--framer-text-decoration\":\"none\"},children:/*#__PURE__*/e(\"p\",{children:\"Empowering change ambassadors to model adoption and share benefits\"})})]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Establish a culture of openness and make people feel valued in an AI-enabled future. The outcome is a workforce energized to proactively participate.\"}),/*#__PURE__*/e(\"h3\",{children:\"Bridging the Skill Gap\"}),/*#__PURE__*/e(\"p\",{children:\"Imagine you stand at the intersection of aspiration and limitation. You recognize the immense value that AI can bring to your organization, but a skill gap stands in your way. This is a common dilemma and the best solution is to seek proven AI training.\\xa0\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Look for instructors who can simplify technical language to people at all levels across your company in an accessible and engaging way. Overcoming the technical language barrier in particular is a key thing to accomplish to get people onboard. Check that the course(s) you are considering for your staff to embrace AI technology use a personalized approach. This is critical to move people from intimidated to activated.\\xa0\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/a(\"p\",{children:[\"Look especially for AI tutors who foster hands-on skills for collaborating with AI systems. \",/*#__PURE__*/e(i,{href:\"https://howtotalkto.ai/\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"How to Talk to AI\"})}),\" is an excellent resource to learn from, along with \",/*#__PURE__*/e(i,{href:\"https://www.prompthub.us/\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Prompthub.us\"})}),\" and organize AI knowledge. You want to ensure that employees from diverse backgrounds become AI-enabled, and really know how to leverage the power of AI to drive innovation, productivity, and growth.\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Overall, when starting your AI integration journey, remember that challenges are inevitable, but they are also opportunities for growth and transformation. Embrace the future with confidence, and keep in mind the Buddhist saying \u201Clife is a journey, not a destination.\u201D Remember, AI integration is not an end point; it's a transformative voyage. The voyage requires commitment but the horizon holds immense possibilities.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"h3\",{children:\"Takeaways\"}),/*#__PURE__*/e(\"p\",{children:\"Data Management: Effective data management is essential for successful AI integration. Consolidate data into unified warehouses, establish governance protocols, monitor data quality, enrich data sources, and build pipelines for easy AI access.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Change Navigation: To foster a culture of AI adoption, communicate the benefits of AI to employees and invite their input. You will need to put in place clear communication, training, and involvement at all levels to drive adoption. Create a culture of openness and make employees feel valued in an AI-enabled future.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/a(\"p\",{children:[\"Bridging the Skill Gap: Overcome the skill gap by seeking AI training that simplifies technical language and adopts a personalized approach. Look for courses that foster hands-on skills and empower employees from diverse backgrounds to leverage the power of AI for innovation, productivity, and growth. Two good resources are \",/*#__PURE__*/e(i,{href:\"https://howtotalkto.ai/\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"How to Talk to AI\"})}),\" to learn from, along with \",/*#__PURE__*/e(i,{href:\"https://www.prompthub.us/\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Prompthub.us\"})}),\" to organize AI knowledge\"]}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Overall, remember that mastering data, change, and skills lays the groundwork to fully leverage AI's capabilities and rewards.\"}),/*#__PURE__*/e(\"h3\",{children:\"Helpful sources to learn more\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(i,{href:\"https://howtotalkto.ai/\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"How to Talk to AI\"})}),\"\\xa0\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(i,{href:\"https://www.youtube.com/channel/UCrWUuwQOvfBYi0JQzigbr_g\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Goda Go YouTube channel\"})})}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(i,{href:\"https://link.springer.com/article/10.1007/s00778-022-00775-9\",openInNewTab:!1,smoothScroll:!1,children:/*#__PURE__*/e(\"a\",{children:\"Data collection and quality challenges in deep learning: a data-centric AI perspective\"})})}),/*#__PURE__*/e(\"h3\",{children:\"TLDR\"}),/*#__PURE__*/e(\"p\",{children:\"AI promises immense potential, but there are three key areas most businesses find challenging to successfully integrate AI. To overcome these, you must:\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"Establish effective data management so you can harness the power of AI. Navigate change by fostering enthusiasm and buy-in. Bridge the skill gap with personalized AI training.\"}),/*#__PURE__*/a(\"p\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/e(\"p\",{children:\"The article teaches how robust data management fuels AI insights, change management energizes staff for the AI integration journey, and upskilling teams unlocks capabilities for your company and employees.\"})]})}];for(let e of m)Object.freeze(e);n(m,{Apohr7vzF:{defaultValue:\"\",title:\"Title\",type:t.String},g3CW_OYhT:{title:\"Slug\",type:t.String},Br5G7ULWY:{defaultValue:\"\",title:\"Date\",type:t.Date},yC6qdVX1n:{title:\"Image\",type:t.ResponsiveImage},vPBGVRq4s:{defaultValue:!1,title:\"Featured\",type:t.Boolean},KMWhlvVhc:{defaultValue:\"\",title:\"Content\",type:t.RichText}}),m.displayName=\"Blog\";export default m;export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,a){var n;return null===(n=m.find(a=>a.id===e))||void 0===n?void 0:n[s];},async getRecordIdBySlug(e,a){var n;return null===(n=m.find(a=>a[s]===e))||void 0===n?void 0:n.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerRecordIndexKey\":\"index\",\"framerRecordIncludedLocalesKey\":\"includedLocales\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerCollectionUtils\":\"1\",\"framerData\":\"\",\"framerRecordIdKey\":\"id\",\"framerContractVersion\":\"1\",\"framerCollectionId\":\"vw4FRp0Z9\",\"framerSlug\":\"g3CW_OYhT\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["o", "s", "l", "c", "d", "h", "p", "e", "a", "m", "u", "x", "Link", "addPropertyControls", "ControlType", "vw4FRp0Z9_default", "enumToDisplayNameFunctions", "utils", "n", "__FramerMetadata__"]
}
