<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GitHub Copilot Archives - Creospan</title>
	<atom:link href="https://creospan.com/tag/github-copilot/feed/" rel="self" type="application/rss+xml" />
	<link>https://creospan.com/tag/github-copilot/</link>
	<description>Digital Transformation Consultancy</description>
	<lastBuildDate>Mon, 16 Feb 2026 21:55:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Why Model Context Protocol Matters: Building Real-World Workflows</title>
		<link>https://creospan.com/why-model-context-protocol-matters-building-real-world-workflows/</link>
		
		<dc:creator><![CDATA[Donna Mathew]]></dc:creator>
		<pubDate>Thu, 22 Jan 2026 17:59:42 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI Transformation]]></category>
		<category><![CDATA[AI Workflows]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[GitHub Copilot]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Large Language Models (LLMs)]]></category>
		<category><![CDATA[Linear]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[MCP]]></category>
		<category><![CDATA[Model Context Protocol]]></category>
		<category><![CDATA[Notion]]></category>
		<category><![CDATA[Prompt Engineering]]></category>
		<guid isPermaLink="false">https://creospan.com/?p=1452</guid>

					<description><![CDATA[<p>When large language models (LLMs) first became accessible, most of our interactions with them were bound within a single prompt-response cycle. You asked, they answered. But as developers began embedding AI into real systems (IDE copilot etc.), it became clear that prompts alone couldn’t sustain meaningful workflows. AI needed context, memory, and the ability to act, not just chat. That’s where the Model Context Protocol (MCP) enters the picture (to solve the context and ability needs).  </p>
<p>The post <a href="https://creospan.com/why-model-context-protocol-matters-building-real-world-workflows/">Why Model Context Protocol Matters: Building Real-World Workflows</a> appeared first on <a href="https://creospan.com">Creospan</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When large language models (LLMs) first became accessible, most of our interactions with them were bound within a single prompt-response cycle. You asked, they answered. But as developers began embedding AI into real systems (IDE copilot etc.), it became clear that prompts alone couldn’t sustain meaningful workflows. AI needed context, memory, and the ability to act, not just chat. That’s where the Model Context Protocol (MCP) enters the picture (to solve the context and ability needs).  </p>



<p>At its core, MCP is an open standard that lets AI models connect to external systems in a structured, context-aware way. Think of it as the connective tissue between an AI and the tools it depends on; databases, project trackers, and code environments. Rather than reinventing integrations for each tool, MCP solves the integration bottleneck for agentic systems and enables real-time, context-aware automation. <em>  </em> </p>



<p><br><strong>Why Not Just Call APIs Directly?</strong> </p>



<p>Why not let the model talk directly to the tool’s API?&nbsp;</p>



<p>The short answer is control and security.&nbsp;<br>&nbsp;<br>MCP defines a client-server pattern that allows AI systems to interact with real-world applications through a common interface. This allows models to securely call external tools, fetch structured data, and perform actions without the LLM needing to know every detail about the API behind it. It standardizes how models “see” tools, what they can access, and how they act to keep everything modular, secure, and interoperable.&nbsp;<br>&nbsp;<br><strong>How it&nbsp;Works</strong>&nbsp;<br>&nbsp;<br>In a typical MCP architecture, an LLM communicates through an MCP client, which routes requests to one or more MCP servers. The client handles translation between the model’s natural language intent and the technical request schema, while the server executes the actual&nbsp;tool&nbsp;actions like storing data, fetching content, or performing updates. Some IDE environments, such as Cursor, already act as an MCP client under the hood, enabling seamless communication with compatible servers. This design separates the language model from the tool’s raw APIs.&nbsp;</p>



<p><strong>Our Workflow: IDE&nbsp;Centered Intelligence with MCP</strong>&nbsp;<br>&nbsp;<br>At&nbsp;Creospan, we deliberately designed our MCP&nbsp;based workflow around a simple but important belief: meaningful engineering decisions require code-level context. While large language models can reason over user stories and tickets in isolation, real prioritization, dependency analysis, and implementation planning only become reliable when the model understands the actual code,&nbsp;it is going to change. This is precisely the gap MCP helps us bridge.&nbsp;</p>



<p>This is why our workflow places the IDE, not the task tracker or project planning tool, at the center.&nbsp;</p>



<p>At&nbsp;Creopsan,&nbsp;Linear&nbsp;serves&nbsp;as our&nbsp;project management tool.&nbsp;Linear is a high-performance project management tool designed to streamline software development workflows through a minimalist interface.&nbsp;It holds user stories, priorities, and labels. However, instead of treating Linear as the place where decisions are made, we treat it as a&nbsp;structured input&nbsp;source. Through an MCP connection, stories flow from Linear directly into the coding environment, where they can be evaluated with full visibility into the codebase using&nbsp;AI&nbsp;Assisted&nbsp;IDE’s&nbsp;context engine.&nbsp;</p>



<p>Once inside the&nbsp;AI Assisted&nbsp;IDE (Cursor, GitHub Copilot, Augment Code,&nbsp;etc.), the LLM operates with two critical forms of context. The first is project management context, fetched from Linear via MCP. The second is implementation context, derived from the&nbsp;code&nbsp;repository itself&nbsp;using&nbsp;the&nbsp;IDE’S&nbsp;context engine&nbsp;which&nbsp;maintains&nbsp;a live understanding of the stack across repositories, services, and code history.&nbsp;</p>



<p>This combination enables a class of reasoning that is difficult to achieve elsewhere. As stories are loaded into the IDE, the LLM can reason across them to surface overlaps, shared implementation paths, and implicit relationships.&nbsp;Similar stories&nbsp;can be grouped not just based on description&nbsp;but based on the parts of the codebase they affect.&nbsp;Common work&nbsp;emerges&nbsp;naturally when multiple tickets map to the same components or abstractions. Ordering concerns surface by inspecting dependencies in code rather than relying solely on ticket-level links.&nbsp;</p>



<p>Importantly, this reasoning is not fully automated or opaque. The LLM proposes insights and prioritization suggestions, but developers&nbsp;remain&nbsp;in the loop. Engineers&nbsp;validate, adjust, or override decisions with a clear understanding of why a particular ordering or grouping was suggested. MCP makes this possible by ensuring that product intent from Linear and technical reality from the codebase&nbsp;using context engine&nbsp;are available together inside the IDE.&nbsp;</p>



<p>Once decisions are&nbsp;validated, the workflow completes its loop. Updates, refinements, and execution outcomes are pushed back into Linear via MCP, keeping the product view synchronized without forcing developers to leave their editor. Developers can then pick up a story, begin implementation, and update its status directly from the IDE. Every change, discussion, and update&nbsp;stay&nbsp;synchronized, giving stakeholders a live view of progress while preserving developer flow.&nbsp;<br>&nbsp;<br><strong>Notion as the Learning Layer</strong>&nbsp;</p>



<p>If Linear captures what we plan to build, Notion captures how we build it. Notion is an all-in-one workspace that blends note-taking, document collaboration, and database management into a single, highly customizable platform.&nbsp;&nbsp;Through a separate MCP server, we log meaningful AI interactions from the IDE into Notion. This includes prompts that led to better architectural decisions, reasoning traces behind prioritization choices, and patterns that repeat across projects. Over time, these logs have evolved into a knowledge dataset, a reflection of how our team collaborates with AI. By analyzing them, we uncover which prompts&nbsp;drive&nbsp;faster development or cleaner code, and which patterns repeat across projects. The most effective ones become shared templates, enabling the entire team to improve collectively rather than individually.&nbsp;</p>



<p>The result is a connected system where planning, implementation, and learning reinforce each other through shared context. MCP’s value lies not in tool integration itself, but in enabling intelligence to&nbsp;operate&nbsp;within the IDE, where code and product intent converges.&nbsp;</p>



<p>At&nbsp;Creospan, we see this as a key step forward for SDLC productivity, where small efficiencies compound across teams and projects. In the end, our implementation shows how AI systems can evolve from reactive to proactive. Tools like Notion and Linear are not just endpoints; they are contexts. With MCP, we give AI the means to understand, navigate, and contribute to those contexts intelligently.&nbsp;</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="880" height="451" src="https://creospan.com/wp-content/uploads/2026/01/image.png" alt="" class="wp-image-1453" srcset="https://creospan.com/wp-content/uploads/2026/01/image.png 880w, https://creospan.com/wp-content/uploads/2026/01/image-300x154.png 300w, https://creospan.com/wp-content/uploads/2026/01/image-768x394.png 768w" sizes="(max-width: 880px) 100vw, 880px" /></figure>



<p><strong>Conclusion&nbsp;</strong>&nbsp;</p>



<p>As AI continues to reshape the landscape of software development, MCP stands out as a transformative standard for building agentic, context-aware workflows. By bridging product intent and technical reality within the IDE, MCP empowers both AI and human collaborators to make informed, reliable decisions&nbsp;driving productivity and innovation across teams. The recent evolution of MCP, with enhanced security, structured tool output, and seamless IDE integrations, positions it not just as a technical solution but as a foundation for the next generation of intelligent engineering systems.&nbsp;&nbsp;</p>



<p>Article Written By Dhairya Bhuta </p>



<p></p>
<p>The post <a href="https://creospan.com/why-model-context-protocol-matters-building-real-world-workflows/">Why Model Context Protocol Matters: Building Real-World Workflows</a> appeared first on <a href="https://creospan.com">Creospan</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is Vibe Coding?</title>
		<link>https://creospan.com/what-is-vibe-coding/</link>
		
		<dc:creator><![CDATA[Donna Mathew]]></dc:creator>
		<pubDate>Fri, 14 Mar 2025 14:06:11 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[Agent AI]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI Architects]]></category>
		<category><![CDATA[AI Coding Tools]]></category>
		<category><![CDATA[AI Development]]></category>
		<category><![CDATA[AI programming]]></category>
		<category><![CDATA[AI Transformation]]></category>
		<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[Code with AI]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[Future of Coding]]></category>
		<category><![CDATA[GitHub Copilot]]></category>
		<category><![CDATA[Natural Language Programming]]></category>
		<category><![CDATA[Prompt Engineering]]></category>
		<category><![CDATA[Vibe Coding]]></category>
		<guid isPermaLink="false">https://creospan.com/?p=1209</guid>

					<description><![CDATA[<p>Vibe coding isn’t an official term. It’s more of a coding mindset. Vibe coding is a programming approach that leverages AI tools to create code based on natural language descriptions of desired functionality. In this method of developing code, we rely heavily on autocomplete, AI coding assistants like GitHub Copilot or ChatGPT or various AI Coding Editing tools, and use existing code examples, all while making decisions based on intuition rather than structured instruction. </p>
<p>The post <a href="https://creospan.com/what-is-vibe-coding/">What is Vibe Coding?</a> appeared first on <a href="https://creospan.com">Creospan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<h1>What is Vibe Coding?</h1>
<p>Vibe coding isn’t an official term. It’s more of a coding mindset. Vibe coding is a programming approach that leverages AI tools to create code based on natural language descriptions of desired functionality. In this method of developing code, we rely heavily on autocomplete, AI coding assistants like GitHub Copilot or ChatGPT or various AI Coding Editing tools, and use existing code examples, all while making decisions based on intuition rather than structured instruction.</p>
<h3>How it Works:</h3>
<p>Instead of manually coding line by line, developers provide instructions to AI-powered coding platforms, which generate code blocks based on prompt inputs.</p>
<h3>Examples of Vibe AI Coding Tools:</h3>
<p>Platforms like Cursor, Bolt, and Claude exemplify vibe coding technology, assisting developers in the code-generation process.</p>
<p>I know some of you might already be using Copilot with VS Code which in itself is vibe coding, But you want to elevate your ability &#8220;You want a fully-featured IDE with AI capabilities built-in&#8221; or &#8220;You need flexibility in choosing AI models (GPT-4, Claude, etc.)&#8221; or &#8220;You prefer using your own API keys to control costs&#8221; you can try using any of the Vibe AI Coding tools, and you can start with one : <a href="https://www.cursor.com/" target="_blank" rel="noopener">https://www.cursor.com/</a></p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="1024" height="304" src="https://creospan.com/wp-content/uploads/2025/05/1743993429600-1024x304.png" class="vc_single_image-img attachment-large" alt="" title="1743993429600" srcset="https://creospan.com/wp-content/uploads/2025/05/1743993429600-1024x304.png 1024w, https://creospan.com/wp-content/uploads/2025/05/1743993429600-300x89.png 300w, https://creospan.com/wp-content/uploads/2025/05/1743993429600-768x228.png 768w, https://creospan.com/wp-content/uploads/2025/05/1743993429600.png 1336w" sizes="(max-width: 1024px) 100vw, 1024px"  data-dt-location="https://creospan.com/what-is-vibe-coding/attachment/1743993429600/" /></div>
		</figure>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<h3>Role Transformation for Programmers:</h3>
<p>Vibe coding alters the programmer&#8217;s role, emphasizing tasks like guiding, testing, and refining AI-generated source code rather than writing it manually.</p>
<h3>A Creative Shift in the Programming Mindset</h3>
<p>Vibe coding represents a larger cultural shift in how people approach software creation. It lowers the psychological barrier for beginners, prioritizes creativity over precision, and embraces of experimentation.</p>
<p>Vibe coding accelerates the AI transformation. When anyone can generate functional code through conversation/Prompt Engineering, the specialization that once protected technical roles evaporates. The implications ripple through organizations and everyone has an elevated role to play:</p>
<ol>
<li>For Product managers would not hide behind documents/wireframes — they would be generating working prototypes.</li>
<li>For Designers can’t just hand off mockups — they’ll will have a role to implement their designs.</li>
<li>For Marketers can’t request custom tools — they’ll be building their own analytics dashboards</li>
<li>For Executives can’t survive technical ignorance — they’ll need to understand the systems they oversee.</li>
</ol>
<h3>The Build Vs Run/Maintenance Model</h3>
<p>Vibe coding excels at build but struggles with Maintenance/Run. This creates a fundamental split:</p>
<ul>
<li>Creation/Building New: Easy, accessible, new functionality.</li>
<li>Maintenance/Run: Complex, requiring deep business expertise, increasingly valuable.</li>
</ul>
<p>Smart Innovative organizations will develop dual skillsets — rapid vibe coding for prototyping and proof-of-concepts, alongside rigorous engineering practices for enterprise grade systems.</p>
<p><strong>Programming Evolution:</strong><br />
Vibe coding reflects programming&#8217;s evolution, with developers potentially transitioning into roles as &#8220;AI architects.&#8221;</p>
<h3>Benefits:</h3>
<p>This approach can speed up software development, give Iron man suite to existing developers, empower non-developers to create applications, and foster creativity without requiring deep coding expertise.</p>
<h3>Concerns:</h3>
<p>Developers must still understand underlying syntax and code, ensure quality, and address security issues, as these remain critical in AI-assisted coding.</p>
<h3>Finding the Right Balance: Augmentation, Not Replacement</h3>
<p>I would not suggest abandoning AI-assisted coding ship — that would be like rejecting power tools in favor of manual screwdriver. But we need to approach this revolution thoughtfully, preserving the craftsmanship while embracing innovation.</p>
<p><em>Article Written by Krishnam Raju Bhupathiraju.</em></p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creospan.com/what-is-vibe-coding/">What is Vibe Coding?</a> appeared first on <a href="https://creospan.com">Creospan</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AI Agents – The Future of Workforce</title>
		<link>https://creospan.com/ai-agents-the-future-of-workforce/</link>
		
		<dc:creator><![CDATA[Donna Mathew]]></dc:creator>
		<pubDate>Mon, 19 Aug 2024 22:06:58 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI agents]]></category>
		<category><![CDATA[AI coding assistant]]></category>
		<category><![CDATA[AI for developers]]></category>
		<category><![CDATA[AI in project management]]></category>
		<category><![CDATA[AI in software development]]></category>
		<category><![CDATA[AI replacing human jobs]]></category>
		<category><![CDATA[AI task automation]]></category>
		<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Artificial intelligence in the workplace]]></category>
		<category><![CDATA[Autonomous AI agents]]></category>
		<category><![CDATA[Future of work]]></category>
		<category><![CDATA[GitHub Copilot]]></category>
		<category><![CDATA[GPT]]></category>
		<category><![CDATA[GPT-powered agents]]></category>
		<category><![CDATA[Human vs AI workforce]]></category>
		<guid isPermaLink="false">https://creospan.com/?p=1197</guid>

					<description><![CDATA[<p>The post <a href="https://creospan.com/ai-agents-the-future-of-workforce/">AI Agents – The Future of Workforce</a> appeared first on <a href="https://creospan.com">Creospan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>I am sure you can relate to preparing sheets of information about the number of employees in your team, and how the budget is allocated through projects/tasks in your current or previous roles. It is not far you will have to add another dimension to it, how many of them are human and how many are non-human (AI Agents).</p>
<p>AI agents leverage large language models like GPT etc. to understand goals, generate tasks, and go on completing them. We can deploy them to automate work and outsource complex cognitive tasks, creating a team of robotic coworkers.</p>
<p>This field is evolving faster than ever, especially on the software side, with new AI models and agent frameworks increasingly becoming better and more reliable. Even the no-code platforms are more powerful than couple of months back, so this is a right time to get your feet wet and run some experiments.</p>
<h2>What are AI agents?</h2>
<p>An AI agent can in itself act autonomously in an environment. Can take information from its surroundings, make effective decisions based on that data, and act to transform those circumstances—physical, digital, or mixed. More advanced systems can self-learn and improvise their behavior over time, constantly trying out for new solutions to a problem until the goal is achieved.</p>
<h2>Components of an AI agent system</h2>
<p>AI agents have different components that make up their software, each with its unique capabilities.</p>
<p><strong>Sensors</strong> let the agent sense its surroundings to gather percepts (inputs from the realistic world: images, sounds, radio frequencies, etc.). These sensors can be cameras, microphones, or antennae, among other things. For software agents, it can be a web crawl function or a tool to read files.</p>
<p><strong>Actuators</strong> help the agent work in the realistic world. These can be wheels, robotic arms, or a tool to create files in a computer. &#8211; Yes, you are thinking of Telsa FSD.</p>
<p><strong>Processors, control systems, and decision-making mechanisms</strong> compose the &#8220;brain&#8221; of the agent. They process information from the sensors, brainstorm the best course of action, and issue commands to the actuators.</p>
<p><strong>Learning and knowledge base systems</strong> store data that help the AI agent complete tasks; for example, a database of facts or past percepts, difficulties faced, and solutions captured.</p>
<h2>AI Agents for Developers</h2>
<p><strong>Code Generation:</strong> AI can help generate code snippets based on the developer&#8217;s requirements or even create entire skeletons for applications.<br />
<strong>Code Review:</strong> AI agents can review code to identify potential bugs, optimize performance, and ensure best practices are followed.<br />
<strong>Debugging:</strong> They can analyze code to find errors and suggest possible fixes, reducing the time spent on troubleshooting.<br />
<strong>Documentation:</strong> Automatically generate documentation for code, making it easier for developers to maintain and understand over time.<br />
<strong>Learning Resources:</strong> Provide personalized recommendations for learning new technologies or improving existing skills.<br />
<strong>Project Management:</strong> Integrate with project management tools to track progress, manage tasks, and ensure timely delivery.<br />
<strong>Testing:</strong> Assist in writing and running automated tests to ensure code quality and reliability.<br />
<strong>Version Control:</strong> Help manage version control by automating merges, handling conflicts, and tracking changes.</p>
<h2>Examples of AI Agents for Developers</h2>
<p><strong>GitHub Copilot:</strong> An AI pair programmer that offers code suggestions in real-time.<br />
<strong>Tabnine:</strong> AI code completion tool that supports various programming languages.<br />
<strong>DeepCode:</strong> Analyzes code to identify errors and potential improvements.<br />
<strong>Kite:</strong> Provides predictive code completions to speed up the coding process.</p>
<h2>General-Purpose AI Agent Apps</h2>
<p><strong>Relevance AI:</strong> A no-code platform that allows you to build AI agents for business tasks like data processing and API calls.<br />
<strong>Zapier:</strong> Connects your favorite apps and automates repetitive tasks with ease, offering over 6,000 app integrations.<br />
<strong>Microsoft Power Automate:</strong> Enables you to automate workflows by connecting your apps and services.<br />
<strong>Otter.ai:</strong> An AI-powered transcription service that can capture and share meeting notes with ease1.<br />
<strong>Copilot X:</strong> Leverages GPT models to autonomously complete tasks by breaking them down into subtasks.</p>
<h2>What&#8217;s In the News?</h2>
<p>For the first time in your life, you would to be working with a CEO AI Agent, a Manager AI Agent, a Peer AI Agent.</p>
<p>Take this example: Think of Siri/Alexa asking you for an update and reminding you of pending tasks.</p>
<p>There is a real possibility that this time you might end up reporting to a non-human manager.</p>
<p><strong>Recent news:</strong> &#8220;Salesforce CEO Marc Benioff said at the World Economic Forum in Davos that today’s cohort of CEOs will be the last to lead all-human workforces. The AI agents are here—and they’re taking over more work at the office.&#8221;</p>
<p><strong>Source:</strong> https://fortune.com/2025/01/24/marc-benioff-salesforce-human-workforces-ai-agents/</p>
<h2>Will AI Agents Take Our Jobs?</h2>
<p>I cannot think of ending this article without this question answered. This technology will absolutely displace jobs and bring substantial change to the market in a very near future. Human workers may be replaced by AI agents in multiple industries. And also, more positions for AI development and maintenance would be created, along with human-in-the-loop positions, to ensure human decisions drive AI actions and not the other way around. That&#8217;s going to be game forward.</p>
<p><em>Article Written by Krishnam Raju Bhupathiraju.</em></p>
<p>&nbsp;</p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creospan.com/ai-agents-the-future-of-workforce/">AI Agents – The Future of Workforce</a> appeared first on <a href="https://creospan.com">Creospan</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
