{"id":21047,"date":"2026-08-31T15:21:41","date_gmt":"2026-08-31T09:51:41","guid":{"rendered":"https:\/\/vidyamandir.com\/studyhub\/?p=21047"},"modified":"2026-08-31T15:21:43","modified_gmt":"2026-08-31T09:51:43","slug":"ai-ml-vs-traditional-computer-science","status":"publish","type":"post","link":"https:\/\/vidyamandir.com\/studyhub\/ai-ml-vs-traditional-computer-science\/","title":{"rendered":"AI\/ML vs Traditional Computer Science: Which Path Should You Choose?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The technology sector is undergoing its most profound transformation since the dawn of the internet. For decades, traditional software development was the undisputed king of tech careers. Today, specialised fields in artificial intelligence and machine learning dominate headlines and are redefining what it means to be a modern engineer. But how do these paths actually compare on skills, compensation, education and daily work? This guide separates the terminology from the career decision \u2014 and pairs well with <a href=\"https:\/\/vidyamandir.com\/studyhub\/best-engineering-branch\/\">the wider question of which engineering branch to pick<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AI\/ML vs Traditional CS: The Short Comparison<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before the definitions, here is the comparison itself, drawn from everything below.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><\/th><th><strong>Traditional computer science<\/strong><\/th><th><strong>AI and machine learning<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>How you solve problems<\/strong><\/td><td>You write explicit, rule-based logic. You must know the rules before you write code.<\/td><td>You supply data and desired outputs; the model derives the rules itself.<\/td><\/tr><tr><td><strong>Core strengths needed<\/strong><\/td><td>Deterministic logic, distributed systems, scalable software architecture<\/td><td>Probability, statistics, data architecture, mathematical modelling<\/td><\/tr><tr><td><strong>Typical work<\/strong><\/td><td>Web applications, backend databases, cloud infrastructure, user-facing products<\/td><td>Predictive modelling, neural network design, data pipelines, model deployment<\/td><\/tr><tr><td><strong>Education route<\/strong><\/td><td>B.Tech in CS or CSIT, general master\u2019s programmes<\/td><td>CSE with AI specialisation, AI and data science tracks, master\u2019s in AI\/ML<\/td><\/tr><tr><td><strong>Reported US master\u2019s starting salary<\/strong><\/td><td>Around $118,000<\/td><td>Around $142,000<\/td><\/tr><tr><td><strong>Best suited if you<\/strong><\/td><td>Thrive on deterministic logic and building systems millions of people use<\/td><td>Are fascinated by probability, statistics and systems that learn and adapt<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>THE HONEST ANSWER<\/strong><br>Neither path is the winner. Traditional software engineering provides the architectural infrastructure, scalable databases and secure applications that run the world\u2019s economy. AI and ML provide the cognitive layer that makes those systems smarter and more autonomous. The two are complementary, not competing.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Do AI, ML, Deep Learning and Data Science Fit Together?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most confusion in this field comes from treating four nested terms as though they were four alternatives. They are not the same size.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Scope<\/strong><\/th><th><strong>What it covers<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>Artificial Intelligence<\/strong><\/td><td>The broad theoretical concept and engineering practice of creating machines capable of tasks that typically require human cognition \u2014 visual perception, speech recognition, complex decision-making.<\/td><\/tr><tr><td><strong>\u21b3 Machine Learning<\/strong><\/td><td>A subset of AI providing systems the mathematical ability to automatically learn and improve from experience without being explicitly programmed.<\/td><\/tr><tr><td><strong>\u21b3 Deep Learning<\/strong><\/td><td>A subset of ML using artificial neural networks with multiple hidden layers that automatically discover the representations needed for feature detection from raw, unstructured data.<\/td><\/tr><tr><td><strong>Data Science (overlapping)<\/strong><\/td><td>A separate, interdisciplinary field focused on extracting actionable knowledge from noisy, structured and unstructured datasets, using scientific methods, statistics, algorithms and visualisation. It uses ML as a tool.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What Is the Difference Between Data Science and Machine Learning?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Data science is the overarching field of making data actionable, often involving visualisation, business intelligence and A\/B testing. Machine learning is the specific subset of AI that lets systems learn from experience. A data scientist frequently uses machine learning to make predictions, but their daily role also covers extensive data cleaning, stakeholder communication and building data pipelines. If you are choosing a degree on this basis, <a href=\"https:\/\/vidyamandir.com\/studyhub\/btech-ai-data-science-colleges-india-jee-josaa-cutoffs\/\">AI and Data Science programmes and their cutoffs<\/a> and the difference between <a href=\"https:\/\/vidyamandir.com\/studyhub\/btech-it-vs-cse-difference-scope\/\">IT and CSE<\/a> are the practical next reads.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What Is the Difference Between Machine Learning and Deep Learning?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The difference comes down to algorithm architecture and data scale. Standard machine learning relies on algorithms like linear regression, random forests or support vector machines, which generally need human intervention for feature extraction \u2014 telling the model what attributes to look for. Deep learning discovers those features itself.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><\/th><th><strong>Machine learning example<\/strong><\/th><th><strong>Deep learning example<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>Task<\/strong><\/td><td>Predicting a house\u2019s market price<\/td><td>Identifying microscopic tumours in medical scans<\/td><\/tr><tr><td><strong>Data<\/strong><\/td><td>A structured spreadsheet of square footage and bedrooms<\/td><td>Millions of unannotated MRI scans<\/td><\/tr><tr><td><strong>Method<\/strong><\/td><td>Linear regression model<\/td><td>Convolutional neural network (CNN)<\/td><\/tr><tr><td><strong>Compute<\/strong><\/td><td>Modest<\/td><td>Massive, often requiring specialised GPUs<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where Is This Technology Actually Being Applied?<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Computer Vision<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Computer vision trains algorithms to interpret and understand the visual world. From autonomous vehicles navigating unpredictable city streets to facial recognition systems securing smartphone access, it is a prime example of AI matching or exceeding human capability in specific sensory domains.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AI Beyond Software<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The influence of AI is no longer restricted to software environments. In fields like AI-driven mechanical engineering, AI optimises physical manufacturing processes, predicts heavy equipment failures through predictive maintenance sensors, and autonomously designs complex aerodynamic structures using generative design and computational fluid dynamics. The same spread is visible in <a href=\"https:\/\/vidyamandir.com\/studyhub\/ai-science-labs-evolution\/\">how AI is reshaping science labs<\/a> and in <a href=\"https:\/\/vidyamandir.com\/studyhub\/agi-explained-ai-beyond-tool\/\">what general intelligence would actually mean<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Are the Educational Pathways?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A master\u2019s in artificial intelligence and machine learning has become a popular route for computer science graduates looking to specialise. These programmes go deep into natural language processing, reinforcement learning and advanced robotics. Many universities also offer an AI track within a standard master\u2019s, letting students balance core computing foundations with advanced electives \u2014 worth understanding alongside <a href=\"https:\/\/vidyamandir.com\/studyhub\/core-vs-elective-subjects-how-engineering-curriculum-evolves-after-first-year\/\">how electives shape a degree after first year<\/a> and the <a href=\"https:\/\/vidyamandir.com\/studyhub\/top-specialisations-at-btech-colleges-in-india\/\">full range of B.Tech specialisations<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Course fees vary substantially with the prestige and location of the institution, so the financial investment needs weighing against expected return.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Which Research Topics Are Active Right Now?<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AI safety protocols<\/li>\n\n\n\n<li>Explainable AI (XAI) models that clarify how a neural network reached a conclusion<\/li>\n\n\n\n<li>Federated learning for privacy-preserving AI<\/li>\n\n\n\n<li>The ethical implications of deploying large language models globally<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What Should Your Final-Year Project Look Like?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Academic knowledge has to translate into demonstrable skills. Building a standard e-commerce web application was once enough to land a junior role; the bar has risen. Projects incorporating live data streams, edge computing hardware or intelligent predictive features are far more persuasive \u2014 a real-time sentiment analysis dashboard processing live social feeds, or a localised smart traffic management system using IoT sensors and edge ML. This is the same point made in <a href=\"https:\/\/vidyamandir.com\/studyhub\/engineering-freshers-top-skills-recruiters-want\/\">what recruiters actually want from engineering freshers<\/a> and <a href=\"https:\/\/vidyamandir.com\/studyhub\/iit-placements-skills-vs-college-tag\/\">skills versus the college tag<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Are the Advantages and Drawbacks of Machine Learning?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every strength of machine learning has a matching constraint attached to it. Reading them as pairs is more useful than reading two separate lists.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Strength<\/strong><\/th><th><strong>The constraint attached to it<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>Processes enormous datasets far faster than any human<\/strong><\/td><td>Requires massive computational power and electricity to train, raising environmental concerns<\/td><\/tr><tr><td><strong>Uncovers hidden statistical trends humans would miss<\/strong><\/td><td>A model is only as good as its data \u2014 biased training data produces biased, unfair or discriminatory outcomes<\/td><\/tr><tr><td><strong>Continuously improves accuracy as it sees more information<\/strong><\/td><td>The &#8220;black box&#8221; problem: it becomes nearly impossible to trace how a complex model reached a specific decision<\/td><\/tr><tr><td><strong>Automates highly repetitive tasks at scale<\/strong><\/td><td>That lack of interpretability is a major regulatory hurdle in medicine, autonomous aviation and criminal justice<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Machine learning is already revolutionising healthcare diagnostics, financial fraud detection and personalised marketing. But the realistic conclusion is not that it replaces human programmers \u2014 it augments them. AI needs skilled engineers to build the infrastructure, sanitise the data, deploy models safely into production, and monitor them for statistical drift and ethical bias. That is precisely why <a href=\"https:\/\/vidyamandir.com\/studyhub\/engineering-jobs-ai-cannot-replace\/\">some engineering roles remain hard to automate<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Do These Careers Pay?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Compensation in the AI and ML space is aggressively competitive, driven by a global talent shortage.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Market and level<\/strong><\/th><th><strong>Reported range<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>India \u2014 entry-level ML engineer (2026)<\/strong><\/td><td>\u20b96 to 15.3 LPA<\/td><\/tr><tr><td><strong>India \u2014 senior architectural roles<\/strong><\/td><td>\u20b935 to 65+ LPA<\/td><\/tr><tr><td><strong>India \u2014 top-tier GenAI and LLM specialists<\/strong><\/td><td>Frequently \u20b91 to 2 crore, at product companies and AI-first startups<\/td><\/tr><tr><td><strong>US \u2014 master\u2019s in AI, starting salary<\/strong><\/td><td>Around $142,000<\/td><\/tr><tr><td><strong>US \u2014 traditional CS master\u2019s, starting salary<\/strong><\/td><td>Around $118,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The US figures show a clear market premium for specialised mathematical and data skills. Indian aspirants should read these alongside <a href=\"https:\/\/vidyamandir.com\/studyhub\/best-iits-for-non-cse-placements-josaa\/\">placement outcomes across branches<\/a>, <a href=\"https:\/\/vidyamandir.com\/studyhub\/indias-workforce-revolution-ai-job-skills\/\">India&#8217;s broader AI-driven workforce shift<\/a>, and <a href=\"https:\/\/vidyamandir.com\/studyhub\/career-options-after-btech-cse-beyond-software-development\/\">career paths open to CSE graduates beyond conventional software work<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Final Thoughts: How Should You Decide?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Choosing between traditional computer science and artificial intelligence is not about picking a winner. Both are essential to the modern digital ecosystem. If you thrive on deterministic logic, architecting robust distributed systems and building highly scalable products that millions of people use, traditional computer science offers a long and lucrative career. If you are fascinated by probability, statistics, data architecture and the challenge of building systems that learn and adapt, AI and ML put you at the frontier. Whichever you choose, continuous learning and intellectual adaptability will be your most valuable assets \u2014 and the <a href=\"https:\/\/vidyamandir.com\/studyhub\/mathematics-behind-modern-technology-jee-students\/\">mathematics underneath modern technology<\/a> is common ground to both.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>BUILDING THE FOUNDATION FOR EITHER PATH<\/strong><br>Both routes start with strong mathematics and problem-solving. Explore <a href=\"https:\/\/vidyamandir.com\/iit-jee\/\">IIT-JEE coaching at Vidyamandir Classes<\/a>, <a href=\"https:\/\/vidyamandir.com\/iit-jee\/online-coaching.html\">online coaching programmes<\/a>, or browse more career analysis on the <a href=\"https:\/\/vidyamandir.com\/studyhub\/\">VMC StudyHub<\/a>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q1. What is the difference between traditional programming and machine learning?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In traditional programming, a developer writes explicit rule-based logic to process input and generate output, so you must know the rules before writing code. Machine learning inverts this: you supply the input data and the desired answers, and the model works out the underlying rules itself.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q2. What does CSIT stand for?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">CSIT stands for Computer Science and Information Technology. It is a broad historical discipline covering everything from operating systems and database management to network architecture and traditional software engineering, and it remains the bedrock on which the entire digital world is built.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q3. Is computer science engineering still a good career?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Traditional computer science equips you with versatile problem-solving skills that apply to almost any industry. Whether you are building web applications, optimising backend databases or designing distributed systems for cloud infrastructure, demand for solid software engineers remains high alongside the growth in AI roles.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q4. What is the difference between AI, machine learning and deep learning?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence is the broad practice of building machines that perform tasks requiring human cognition. Machine learning is a subset that lets systems learn from experience without explicit programming. Deep learning is a further subset using neural networks with multiple hidden layers to extract features automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q5. How is data science different from machine learning?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Data science is the overarching field of making data actionable, spanning visualisation, business intelligence and A\/B testing. Machine learning is a specific subset of AI providing the mathematical ability to learn from experience. Data scientists use machine learning as one tool among several in their work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q6. Can you give an example of machine learning versus deep learning?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Predicting a house price from a structured spreadsheet of square footage and bedrooms using linear regression is a classic machine learning task. Training a convolutional neural network to identify microscopic tumours across millions of unannotated MRI scans is a deep learning task requiring far more data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q7. What is computer vision used for?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Computer vision trains algorithms to interpret and understand the visual world. Applications range from autonomous vehicles navigating unpredictable city streets to facial recognition systems securing smartphone access. It is a prime example of AI matching or exceeding human capability within specific sensory domains.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q8. Is AI used outside software fields?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Interdisciplinary fields such as AI in mechanical engineering are emerging, where AI optimises physical manufacturing processes, predicts heavy equipment failures through predictive maintenance sensors, and autonomously designs complex aerodynamic structures using generative design algorithms and computational fluid dynamics. The hybrid skill set is increasingly valued.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q9. What are the main drawbacks of machine learning?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Three stand out. Data dependency means a biased training set produces biased outcomes. The black box problem makes it nearly impossible to trace how a deep model reached a decision, which is a regulatory hurdle in medicine and aviation. Training is also resource-intensive.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q10. Will machine learning replace programmers?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. The realistic conclusion is that machine learning augments human capability rather than replacing it. AI is a powerful tool, but it needs skilled engineers to build the infrastructure, sanitise the data, deploy models safely into production, and monitor them for statistical drift and ethical bias.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q11. What does an AI or ML engineer earn in India?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Reported ranges for 2026 run from roughly \u20b96 to 15.3 lakh for entry-level positions, rising to \u20b935 to 65 lakh and beyond for senior architectural roles. Top-tier GenAI and large language model specialists at product companies and AI-first startups frequently cross \u20b91 to 2 crore.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Q12. Which research topics are active in computer science right now?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Current areas include AI safety protocols, explainable AI models that clarify how a neural network reached a conclusion, federated learning for privacy-preserving AI, and the ethical implications of deploying large language models globally. These matter most for prospective PhD candidates choosing a direction.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>The technology sector is undergoing its most profound transformation since the dawn of the internet. For decades, traditional software development was the undisputed king of tech careers. Today, specialised fields in artificial intelligence and machine learning dominate headlines and are redefining what it means to be a modern engineer. But how do these paths actually [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":21048,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"wpai_generated_summary":"","footnotes":""},"categories":[2538],"tags":[3220],"class_list":["post-21047","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","tag-ai-ml-vs-traditional-computer-science"],"acf":[],"_links":{"self":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts\/21047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/comments?post=21047"}],"version-history":[{"count":1,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts\/21047\/revisions"}],"predecessor-version":[{"id":21049,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts\/21047\/revisions\/21049"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/media\/21048"}],"wp:attachment":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/media?parent=21047"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/categories?post=21047"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/tags?post=21047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}