Key Takeaways
- Slack has unveiled a new AI agent that it expects to become a key part of users’ everyday workflows.
- The enhanced version of the existing Slackbot synthesizes information from across users’ chats, summarizes complex conversations, and more.
- The company hopes this rollout will enable it to take big step forward, but should be mindful of growing evidence that AI is not a silver bullet.
Slack has announced a new native AI agent that “understands your work, adapts to your style, and helps every employee to move faster,” according to a press release. Beginning this week, phased rollout of the feature will continue throughout February and March.
According to the press release, Slackbot, the existing automated bot that delivers notifications, reminders, and responses to basic user queries, has been “rebuilt” to function as a “trusted, always-on colleague that answers questions instantly and acts on your behalf.” As it is native to Slack, the new AI agent doesn’t require installation and is simply activated by engaging it in conversation.
In recent years, AI has gone beyond a neat innovation and become table stakes for the business sector. And with most CEOs steadfastly committed to the technology, this trend is showing no signs of abating.
Slack Unveils New, Improved Slackbot
Slack, the interpersonal messenger platform used by thousands of businesses around the world, has launched a new AI agent. According to a press release, it will begin phased rollout in January and continue into February.
According to the company, Slackbot has been enhanced with a new set of AI-powered features. At present, it will only be made available to Business+ and Enterprise+ customers, meaning that you’ll have to pay at least $9 per user, per month to get the benefits.
This just in! View
the top business tech deals for 2026 👨💻
The company also claims that this rollout does not signal the end of its AI ambitions. Rather, users should expect Slackbot to become “even more capable,” eventually consolidating itself as a vital cog in a business’s day-to-day operations.
(function() {
const getFormElements = () => ([
{
type: ‘text’,
name: ‘name’,
label: ‘Name’,
placeholder: ‘Name’,
required: true,
},
{
type: ’email’,
name: ’email’,
label: ‘Email Address’,
placeholder: ‘Email Address’,
required: true,
},
]);
const getFormStates = (successLink) => {
let successMessage=”We have received your submission, thank you for signing up.”;
if (successLink) {
successMessage = successMessage + ‘Download Here’;
}
return {
success: {
msg: successMessage,
delay: 0
},
error: {
msg: ‘Please enter a valid email address.’,
delay: 0
}
};
};
const getConfirmAction = (successLink) => ({
name: ‘subscription’,
waitForAsyncResponse: true,
callback: function (event, payload, cb) {
var emailAddress = payload[‘data’][1][‘value’];
// RFC 5322 compliant email regex pattern
const emailRegex = /^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
var valid = emailRegex.test(emailAddress);
cb(valid);
if (valid && successLink) {
window.open(successLink);
}
}
});
var defaultConfig = {
generic: {
theme: ‘custom’,
colors: {
background: ‘var(–flexi-lytics-bg-color)’,
text: ‘var(–flexi-lytics-fg-color)’,
close: ‘#a6a8c7’,
actionBackground: ‘var(–flexi-lytics-btn-bg-color)’,
actionText: ‘var(–flexi-lytics-btn-text-color)’,
fieldBackground: ‘#fff’
}
},
};
function initializeNewsletterWidget() {
if (typeof jstag === ‘undefined’) {
setTimeout(initializeNewsletterWidget, 100);
return;
}
window.lyticsIters = window.lyticsIters || {};
let lyticsFormID;
jstag.on(“pathfora.publish.done”, function renderNewsletterWidget() {
if (window.lyticsInitialising) {
setTimeout(renderNewsletterWidget, 100);
return;
}
window.lyticsInitialising = true;
const newsletterContainer = document.querySelector(‘.lytics-newsletter-uJhABuwy’);
const newsletterOnLoad = (event, payload, newsletterName, newsletterLogo, title, ctaType, download) => {
const newsletterLogoEl = newsletterContainer.querySelector(‘.newsletter-logo’);
const widgetText = newsletterContainer.querySelector(‘.pf-widget-text’);
if (!newsletterContainer) return;
if (newsletterLogo !== ” && !newsletterLogoEl) {
newsletterLogo = ‘
newsletterContainer.insertAdjacentHTML(‘afterbegin’, newsletterLogo);
}
if (title !== ”) {
widgetText.querySelector(‘h2’).remove();
title = “
” + title + “”;
widgetText.insertAdjacentHTML(‘afterbegin’, title);
}
const footerText=”Brought to you by”;
const footerOpen = “
“;
const footerClose = “”
let legalText = “
By signing up to receive our newsletter, you agree to ourn n Privacy Policyn .n You can unsubscribe at any time.n “;
let footerLogo = ‘https://images.tech.co/wp-content/uploads/2025/08/11050011/techoco-logo.svg’;
if (footerLogo !== ”) {
footerLogo = ‘
}
if (download) {
legalText = “
By downloading, you’ll also sign up to our newsletter and agree to ourn n Privacy Policyn .n You can unsubscribe at any time.n “;
}
const smallPrint = legalText + footerOpen + footerText + footerLogo + footerClose;
const newsletterForm = newsletterContainer.querySelector(‘form’);
newsletterForm.insertAdjacentHTML(‘beforeend’, smallPrint);
isSuspicious().then(result => {
if (result) {
let susText=”
Form cannot be loaded. If using a VPN, “;
susText = susText + ‘please disable and refresh page.’;
newsletterForm.querySelectorAll(‘div.pf-form-required’).forEach(el => el.remove());
newsletterForm.querySelector(‘button’).remove();
newsletterForm.insertAdjacentHTML(‘afterbegin’, susText);
} else {
const observer = new IntersectionObserver((entries, observerInstance) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
document.dispatchEvent(
new CustomEvent(
‘lyticsNewsletterWidgetLoad’, {
detail: {
event,
payload,
name: newsletterName,
cta: ctaType,
}
}
)
);
observerInstance.disconnect();
}
});
});
observer.observe(newsletterContainer);
}
});
window.lyticsInitialising = false;
};
lyticsFormID = ‘form-module-inside_lane’;
if (document.getElementById(lyticsFormID)) {
if (!window.lyticsIters[lyticsFormID]) {
window.lyticsIters[lyticsFormID] = 1;
} else {
window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
}
}
if (window.lyticsIters[lyticsFormID] >= 1) {
lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
}
var formModule0 = new pathfora.Form({
id: lyticsFormID,
layout: ‘inline’,
className: ‘sign-up-newsletter’,
position: ‘.lytics-newsletter-uJhABuwy’,
msg: “Join our community of 20,000+ fleet owners and operators by signing up today to our Inside Lane newsletter
- Essential logistics and fleet industry news
- Special features and interviews from industry experts
- Offers and discounts”,
okMessage: ‘Subscribe’,
theme: ‘custom’,
branding: false,
confirmAction: getConfirmAction(false),
formStates: getFormStates(false),
formElements: getFormElements(),
onLoad: function(event, payload) {
newsletterOnLoad(
event,
payload,
‘Inside Lane’,
‘https://images.tech.co/wp-content/uploads/2025/08/11050013/inside-lane-logo.svg’,
‘Get the latest logistics and fleet industry insights and news straight to your inbox’,
“Lytics_inline”,
false );
}
});lyticsFormID = ‘form-module-mint_pillow’;
if (document.getElementById(lyticsFormID)) {
if (!window.lyticsIters[lyticsFormID]) {
window.lyticsIters[lyticsFormID] = 1;
} else {
window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
}
}if (window.lyticsIters[lyticsFormID] >= 1) {
lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
}var formModule1 = new pathfora.Form({
id: lyticsFormID,
layout: ‘inline’,
className: ‘sign-up-newsletter’,
position: ‘.lytics-newsletter-uJhABuwy’,
msg: “Join our community of 20,000+ hotel owners and operators by signing up to The Mint Pillow newsletter today- Essential hotel industry news
- Special features and interviews from industry experts
- Offers and discounts”,
okMessage: ‘Subscribe’,
theme: ‘custom’,
branding: false,
confirmAction: getConfirmAction(false),
formStates: getFormStates(false),
formElements: getFormElements(),
onLoad: function(event, payload) {
newsletterOnLoad(
event,
payload,
‘Mint Pillow’,
‘https://images.tech.co/wp-content/uploads/2025/08/11050008/mint-pillow-logo.svg’,
‘Get the latest hotel industry advice straight to your inbox’,
“Lytics_inline”,
false );
}
});lyticsFormID = ‘form-module-the_prep’;
if (document.getElementById(lyticsFormID)) {
if (!window.lyticsIters[lyticsFormID]) {
window.lyticsIters[lyticsFormID] = 1;
} else {
window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
}
}if (window.lyticsIters[lyticsFormID] >= 1) {
lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
}var formModule2 = new pathfora.Form({
id: lyticsFormID,
layout: ‘inline’,
className: ‘sign-up-newsletter’,
position: ‘.lytics-newsletter-uJhABuwy’,
msg: “Join our community of 20,000+ restaurant owners by signing up to The Prep newsletter today- Essential restaurant and hospitality industry news
- Special features and interviews from industry experts
- Offers and discounts”,
okMessage: ‘Subscribe’,
theme: ‘custom’,
branding: false,
confirmAction: getConfirmAction(false),
formStates: getFormStates(false),
formElements: getFormElements(),
onLoad: function(event, payload) {
newsletterOnLoad(
event,
payload,
‘The Prep’,
‘https://images.tech.co/wp-content/uploads/2025/08/11050005/the-prep-logo.svg’,
‘Get the latest restaurant and hospitality advice straight to your inbox’,
“Lytics_inline”,
false );
}
});lyticsFormID = ‘form-module-tech_co’;
if (document.getElementById(lyticsFormID)) {
if (!window.lyticsIters[lyticsFormID]) {
window.lyticsIters[lyticsFormID] = 1;
} else {
window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
}
}if (window.lyticsIters[lyticsFormID] >= 1) {
lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
}var defaultFormModule = new pathfora.Form({
id: lyticsFormID,
layout: ‘inline’,
className: ‘sign-up-newsletter’,
position: ‘.lytics-newsletter-uJhABuwy’,
msg: “Stay informed on the top business tech stories with Tech.co’s weekly highlights reel.- Essential tech industry news
- Special features and interviews from industry experts
- Offers and discounts”,
okMessage: ‘Subscribe’,
theme: ‘custom’,
branding: false,
confirmAction: getConfirmAction(false),
formStates: getFormStates(false),
formElements: getFormElements(),
onLoad: function(event, payload) {
newsletterOnLoad(
event,
payload,
‘Tech.co’,
”,
‘Get the latest tech news, straight to your inbox’,
“Lytics_inline”,
false );
}
});const userAudiences = jstag.getSegments();
// Find the first matching segment from modules.target that exists in userAudiences
const findMatchingSegment = (modules) => {
// Loop through modules.target in priority order
for (const module of modules.target) {
// Check if this module’s segment exists in userAudiences
if (userAudiences.includes(module.segment)) {
return module;
}
}
// If no match found, return the default module
return modules.target.find(module => module.segment === ‘all’);
};var modules = {
target: [
{
segment: ‘b2b_brands_sites_dynamic_newsletter_sign_up_inside_lane_’,
widgets: [formModule0],
key: 0 },
{
segment: ‘b2b_brand_sites_dynamic_newsletters_sign_up_mint_pillow’,
widgets: [formModule1],
key: 1 },
{
segment: ‘b2b_brands_sites_dynamic_newsletter_sign_up_the_prep’,
widgets: [formModule2],
key: 2 },
{
segment: ‘all’,
widgets: [defaultFormModule],
key: ‘default’
}
]
};// Find the matching module and create a new modules object with only that module
const matchingModule = findMatchingSegment(modules);
const filteredModules = {
target: matchingModule ? [matchingModule] : []
};pathfora.initializeWidgets(filteredModules, defaultConfig);
// Remove loading spinner after widget initialization
const loadingSpinner = newsletterContainer.previousElementSibling;if (loadingSpinner) {
loadingSpinner.classList.add(‘hidden’);
}
});
}initializeNewsletterWidget();
})();
New Slack AI Agent Different to Competition
Slack has indicated that the key difference between its AI agent and similar efforts from its contemporaries lies in context. In other words, because the tool is native to the platform, it is already embedded in users’ conversations, and does not require any adjustment time to understand your business or ways of working.
Thus, Slackbot is able to proactively summarize complex conversations, draft messages in the user’s tone of voice, and flag issues that might otherwise have gone unnoticed. The company claims that it will be particularly valuable for synthesizing information from across users’ disparate channels, calls, and individual chats.
According to Chief Product Officer and interim CEO, Rob Seaman: “To be truly useful at work, AI needs context…with Slackbot, we’ve built an intuitive, deeply native experience inside Slack that people can trust to help them move work forwards, not just answer questions.”
AI Deeply Entrenched in Everyday Business Operations
With this latest announcement, Slack is joining the likes of Meta, Google, and many other tech giants in betting big on AI. There is certainly a huge appetite for it across the business sector, with several high-profile companies streamlining their workforces while embarking on AI pushes in recent months.
While the upsides are well-documented, there is also a growing body of evidence that AI is not the silver bullet that many have speculated. In particular, companies are vulnerable of accruing “AI debt,” a term given to describe when improper deployment of the technology creates unwanted financial, morale-based, and reputational ramifications.
Slack hopes that its revamped Slackbot will push the company forward. Nonetheless, it should remain – along with its competitors – mindful of the potential repercussions that could arise when “innovation for innovation’s sake” trumps reason.
The post Slack’s Newest AI Feature Is Here – Here’s What You Need to Know appeared first on Tech.co.
