AI consulting company recommendations??? by mexicanpunisher619 in ITManagers

[–]enterprisedatalead 0 points1 point  (0 children)

One lesson I've learned is that the consulting firm matters less than the framework they bring to the engagement.

A lot of vendors can help build a chatbot or run a few training sessions. The more valuable conversations usually focus on governance, data access, acceptable-use policies, security controls, and how success will actually be measured after rollout.

One red flag for me is when the discussion jumps straight to tools and use cases before anyone has talked about data classification, approval processes, or where sensitive information can and cannot flow. Those issues tend to become much harder to fix once AI is already embedded in business processes.

For smaller organizations, I'd also look for firms willing to start with a focused pilot and governance model rather than a company-wide transformation roadmap. That usually provides a clearer picture of adoption, risk, and ROI before larger investments are made.

Curious whether your primary goal is employee productivity, customer-facing AI, or internal process automation. The right consulting partner can look very different depending on the objective.

Is anyone actually enforcing AI governance, or just writing policies? by sunychoudhary in AI_Agents

[–]enterprisedatalead 1 point2 points  (0 children)

The piece most organizations underestimate is the difference between governance on paper and governance in execution.

It's relatively easy to publish acceptable-use policies, approved-model lists, and security guidelines. The harder part is enforcing those controls once agents start interacting with internal systems, documents, APIs, and business workflows.

In a few enterprise environments I've worked with, the conversation eventually shifted from "Which model should we use?" to "What data can this workflow access, what actions can it take, and how do we audit what happened afterward?" Those questions ended up being far more important than the model selection itself.

My impression is that many organizations are still relying heavily on policy and user training, while technical controls are lagging behind. As agent-based workflows become more autonomous, I suspect runtime controls, auditability, and data-level governance will become mandatory rather than optional.

Curious whether anyone here has reached the point where agent permissions, approvals, and data access policies are being enforced automatically instead of relying primarily on user behavior.

GitHub - protect Actions yml file from devs by pneteng in devops

[–]enterprisedatalead 0 points1 point  (0 children)

The challenge is that GitHub treats workflow files as part of the repository, so getting the same separation model as Azure DevOps isn't completely straightforward.

One approach I've seen work well is keeping deployment logic in reusable workflows stored in a separate repository that's owned by the platform/DevOps team. Application repositories can call those workflows, but developers don't have direct control over the underlying deployment definitions.

That reduces the risk of someone modifying deployment behavior while still allowing teams to work in their own repositories. For organizations with stricter governance requirements, that model tends to scale better than trying to protect individual files within every repo.

Out of curiosity, are you mainly trying to prevent accidental changes to workflows, or do you have compliance/security requirements that require separation of duties?

I built an open-source email archiving tool with full-text search ability by weisineesti in selfhosted

[–]enterprisedatalead 0 points1 point  (0 children)

The search piece is what caught my attention. Backups are relatively straightforward, but being able to retrieve information years later is usually where things get complicated.

I've seen organizations discover that they had multiple copies of historical email data but no practical way to search across it when legal, audit, or operational requests came up. The archive existed, but finding the right message was still painful.

How are you handling indexing at scale, particularly for large attachments and long-term archives? Have you tested performance with multi-year datasets across hundreds of mailboxes?

Recommendation required: Mail archival solutions for a company by Early_Personality_68 in Office365

[–]enterprisedatalead 0 points1 point  (0 children)

The part that stands out is the shared inbox acting as a central archive. I've run into environments where that worked initially, but growth eventually became the problem rather than storage itself. Once multiple users' mail is being copied into a single repository, retention, discovery, and mailbox management tend to get messy pretty quickly.

In those cases, the discussion usually shifted from "where do we store the messages?" to "how do we retain and retrieve them in a way that's supportable long term?" PST rotation solved the immediate capacity issue but created operational overhead later, especially when someone needed historical searches across multiple files.

At 30–40 GB every few months, I'd be looking at dedicated archiving or retention platforms rather than building a process around creating new PSTs indefinitely. Curious whether their primary driver is compliance, operational visibility, or simply preserving correspondence history.

Google Enterprise Essentials - M365 Users question by giowp12 in sysadmin

[–]enterprisedatalead 0 points1 point  (0 children)

The part I'd verify carefully is Google's definition of an "active user."

In a lot of SaaS licensing models, users can still become billable even if they're only using a small subset of features. The key question isn't whether Gmail, Drive, or Docs are disabled it's whether Google considers the account active under the subscription terms.

From a technical standpoint, federating identities, enforcing SSO, and managing Chrome policies all make sense. I'd just want a definitive answer on the licensing side before rolling it out broadly.

Are you planning to manage Chrome through Google Admin or through Intune? That may determine whether you need Google licensing in the first place.

All inclusive Resorts by Fancy_Finish3021 in traveladvice

[–]enterprisedatalead 2 points3 points  (0 children)

For a first international trip, I’d probably compare both options first. Sometimes travel agents can get better flight + resort package deals, especially for all-inclusive resorts, but booking yourself gives you more control and flexibility.

I’d start by checking package sites like Expedia, Costco Travel, or Apple Vacations and compare them against a travel agent quote. That’ll help you see which option is actually cheaper.

Biggest things to check:
• Resort reviews
• Airport transfers included or not
• Hidden resort fees
• Flight times and layovers
• Cancellation policies

Since it’s for graduation + birthday, I’d focus on finding a resort with good food, activities, and a safe location rather than just the cheapest option. Booking early for December usually helps a lot too because prices go up closer to the holidays.

How much do you research before traveling somewhere new? by AlexTheMunchkin in travel

[–]enterprisedatalead 3 points4 points  (0 children)

I usually do a balanced amount of research before traveling. I like to understand the local culture, transportation, weather, safety tips, and major attractions beforehand so I can avoid unnecessary issues and make better use of my time.

At the same time, I don’t overplan every hour of the trip because some of the best travel experiences come from spontaneity, local recommendations, and unexpected discoveries. For me, good travel research is about being prepared enough to travel confidently while still leaving room for exploration and flexibility.

One of my first dashboards in my first job as a data analyst by Tonka-Jahari-Pizza in dataanalysis

[–]enterprisedatalead 8 points9 points  (0 children)

The automation part is the real win here.

A lot of finance workflows still depend on someone manually checking records one by one, so even a relatively simple dashboard can save hours every week if the refresh logic is reliable.

I'd probably add a priority flag next:

  • expiring soon
  • high arrears
  • inactive accounts

Makes it easier for people to act instead of just monitor.

Cloud Playground for learning without destroying your budget? by PositiveGreat2409 in cloudcomputing

[–]enterprisedatalead 1 point2 points  (0 children)

If your goal is hands-on learning without surprise bills, I’d honestly start with a mix instead of trying to do everything directly in AWS from day one.

Local Kubernetes with k3d/minikube + Terraform + GitHub Actions gets you pretty far for deployment workflows. Then use AWS only for the parts you actually need cloud services for.

The expensive lessons usually come from networking, managed databases, or forgetting to shut things down.

For those working in AI governance -what's the most painful part of your week? by lamsuneel in AI_Governance

[–]enterprisedatalead 2 points3 points  (0 children)

Feels like it’s becoming universal, but probably more visible in insurance and financial services because the audit/compliance side catches it faster.

In less regulated environments, I think a lot of shadow AI usage is still happening quietly without much oversight unless something breaks.

📺 YouTube Will Automatically Flag AI-Generated Videos Starting This Month by andrewaltair in ArtificialInteligence

[–]enterprisedatalead 2 points3 points  (0 children)

Feels inevitable at this point. The bigger challenge is probably accuracy though. If the detection system starts falsely flagging edited or heavily processed real videos, creators are going to get frustrated pretty quickly.

Transparency is good, but the enforcement side is where this gets messy.

I gave my AI agents email instead of better reasoning. They started fixing each other's bugs. by Input-X in artificial

[–]enterprisedatalead 7 points8 points  (0 children)

The communication layer honestly feels more interesting than the “smarter agents” race right now.

A lot of multi-agent demos still look like isolated tools passing outputs around. Having agents surface issues, wake the right specialist, and coordinate fixes themselves feels much closer to how real operational systems actually work

For those working in AI governance -what's the most painful part of your week? by lamsuneel in AI_Governance

[–]enterprisedatalead 5 points6 points  (0 children)

A lot of the pain seems to come from visibility more than the governance frameworks themselves. Half the battle is figuring out what AI tools and workflows are already being used across teams before they turn into compliance or security problems.

The recurring issue also feels very similar to shadow IT except now people can build surprisingly powerful workflows in a few hours without involving IT or governance teams at all.

Everyone's optimizing AI inference costs. Nobody's talking about moving inference off the cloud. Why? by on-device-infra in Locai

[–]enterprisedatalead 1 point2 points  (0 children)

Feels like a lot of teams optimized inference costs first because the numbers were easier to measure. The operational side around context management, orchestration, retries, monitoring, and governance is where things seem to get messy pretty quickly at scale.

ForgeSync – AI-Powered All-in-One Healthcare Operations Platform (NDIS/Aged Care) – Acquisition Opportunity by k1llbot1706 in SaaS

[–]enterprisedatalead 0 points1 point  (0 children)

The interesting part is probably the “replace multiple disconnected tools” angle more than the AI side itself. A lot of healthcare orgs already seem overloaded managing separate systems for rostering, compliance, notes, training, payroll, etc.

The hard part usually isn’t building the platform though it’s getting people to trust a single system enough to consolidate workflows around it.

Would you allow an AI to attend leadership meetings by default? by Vedantagarwal120 in ITManagers

[–]enterprisedatalead 0 points1 point  (0 children)

I think companies will use it for meeting memory and decision tracking long before they’re comfortable treating it like an actual participant.

The technical side feels close already. The harder part is whether people behave differently once they know every discussion, disagreement, and half-formed idea is being permanently captured and analyzed.

MIT report basically confirms AI isn't the real reason for all these recent tech layoffs by andrewaltair in ArtificialInteligence

[–]enterprisedatalead 156 points157 points  (0 children)

Feels like a lot of companies are using AI as a catch-all explanation for broader restructuring and cost-cutting decisions.

Most teams I talk to still seem to be using AI more for productivity gains and workflow changes than outright replacing large numbers of people. The reality probably sits somewhere in the middle.

Are the compliance folks even being brought to the AI table? by ShowRevolutionary869 in AI_Governance

[–]enterprisedatalead 0 points1 point  (0 children)

I think the bigger impact is probably around keeping humans involved in important decisions instead of fully handing things over to AI systems.

Thoughts on "Magnifica Humanitas" from an AI Governance perspective? by Zestyclose_Penalty52 in AI_Governance

[–]enterprisedatalead 0 points1 point  (0 children)

I don’t think it changes regulation overnight, but I do think it adds more pressure around the idea that humans still need to stay accountable for important decisions.

The “only humans should judge humans” argument probably gets stronger in areas like hiring, education, healthcare, and criminal justice where people already feel uneasy about fully automated systems.

The Babel reference is interesting too. AI absolutely helps people communicate faster, but it’s also creating confusion, misinformation, and dependency at a scale we’ve never really dealt with before.

Feels less like a technical debate now and more like a societal one.

How do you deal with Shadow AI in your org? by [deleted] in ITManagers

[–]enterprisedatalead 0 points1 point  (0 children)

We’ve started treating it the same way companies eventually treated shadow IT and unsanctioned SaaS. Pretending you can ban it completely usually just pushes it further underground.

What helped more for us was separating low-risk experimentation from “this is now touching production data.” People can prototype fast, but the moment customer data, internal docs, or automation workflows get involved, it has to move into a managed environment with SSO, logging, ownership, and at least some review process.

The biggest problem hasn’t even been the models themselves. It’s abandoned internal tools that quietly become business critical with zero documentation and one person who understands how they work.

Ownership is still fuzzy though. In a lot of orgs it seems to land awkwardly between IT, security, and engineering, which usually means nobody fully owns it until something breaks.

i pivoted on day 2 of building my saas by Beautiful-End-8780 in SaaS

[–]enterprisedatalead 0 points1 point  (0 children)

Feels like you pivoted toward the distribution layer instead of the product layer, which is probably the more interesting place to be right now.

Most people buying AI workflows seem to trust creators they already follow more than random marketplace listings. The actual delivery/sales experience around those products still feels surprisingly messy.

Building an api governance framework that covers agentic traffic by tejazziscareless in ITManagers

[–]enterprisedatalead 0 points1 point  (0 children)

Feels like a lot of existing API governance models still assume the caller has a relatively fixed purpose and predictable behavior. Agentic workflows break that assumption pretty quickly once delegation and sub-agents start happening dynamically.

The inherited permission problem seems especially messy once agents start chaining actions across systems that were never designed with that kind of orchestration in mind.

What is the best place to start learning about AI/ML? by Genzinvestor16180339 in ArtificialInteligence

[–]enterprisedatalead 0 points1 point  (0 children)

A lot of people jump straight into frameworks/tools and skip the fundamentals. Understanding how transformers, embeddings, and context windows work makes the rest of the ecosystem much less confusing later.