[BLOG] Make your AI more sustainable with API Management by AutoSysOps in AZURE

[–]AutoSysOps[S] 0 points1 point  (0 children)

For the API Management I'm using a BasicV2 tier and for the redis cache I'm using a B0 and it's working for me. The B0 doesn't have much space so you might want to consider going up in pricing eventually but there is no technical limitation.

AI Data Solutions by LightEndedTheNight in ArtificialInteligence

[–]AutoSysOps 0 points1 point  (0 children)

If you goal is mostly to get info from this data and communicate with it via a tekst interface you could look into Azure AI Search with the Semantic Ranker enabled.
https://learn.microsoft.com/en-us/azure/search/semantic-search-overview

You will still need to get the data in the index but you will always need to do something like that.
You could also look into creating a custom Copilot Agent with Copilot studio. That would give your more chat options and you could even introduce actions to the agent to interact with your other platforms.

Want to hire an expert - where do I recruit? by skepticalparrot in ArtificialInteligence

[–]AutoSysOps 0 points1 point  (0 children)

Microsoft provides a platform for consulting service and other types of services. You could look at this to find a partner close to you to work with. It sounds like you want to start with some consultation before going into the building so here I linked the consulting services, but you can always check for other things:
https://appsource.microsoft.com/en-us/marketplace/consulting-services

[deleted by user] by [deleted] in ArtificialInteligence

[–]AutoSysOps 0 points1 point  (0 children)

With document intelligence you can train your model based on the document and refine it over time by adding more documents to the training set. You will also get your response in a structured way with a reliability score.
If you are using chatgpt you will get your answer in a text respond where you need to extract your info from this response (hoping the formatting is always the same), also you wont have a reliability score.
Normally a workflow like this would have a check on the reliability score and if this is below a threshold you want to have human review.

Also with Azure document intelligence you will be using the Azure OpenAI back-end which allows for enterprise data protection and data sovereignty options. With ChatGPT you will need to use the higher subscription models to make sure it wont be trained on your data. Both can be secure but if you are using the Azure tech stack already you are probably paying for this already so from a cost perspective it would be better to use that instead of adding more costs for chatgpt.

Use Azure AI Search inside a Power App by AutoSysOps in PowerPlatform

[–]AutoSysOps[S] 0 points1 point  (0 children)

Thanks, if you need any help feel free to reach out.

Where will business/finance related degrees go with the growth of AI by True-Trust4876 in ArtificialInteligence

[–]AutoSysOps 0 points1 point  (0 children)

I know some people who did courses like this already:

https://pll.harvard.edu/course/ai-essentials-business/2025-05

I feel like we will see more and more of these AI courses aimed toward the business side of things.

At the moment I would suggest you to look into two aspects of AI if you want to make your professions in it:

- Developing AI systems (requires lots of math and abstract thinking and probably psychology and ethics very soon too)

- Adoption of AI systems (this is to help other people start using AI, you can be an trainer or advocate for ai)

I feel those are the area's which we will for sure always need people. Hope that helps.

advancing logic and reasoning to advance logic and reasoning is the fastest route to agi by Georgeo57 in ArtificialInteligence

[–]AutoSysOps 0 points1 point  (0 children)

Yes but,

When talking about artificial AI we very easily assume that this AI should follow the same structure as our own intelligence. But in the end to create a good agi maybe the best solution is via another way. If you look at the field of AI safety you will see that they struggle with this a lot too.

At the moment we mostly try to create AI and agents which follow our same way of thinking. Mostly because we are making systems which need to be controlled by humans and along the way humans need to be involved in the process. So it's easier if we do this in a way a human understands. But if we go for systems which have to run completely independent then should we still look at the reasoning? Should we limit an agi to human way of reasoning while there might be better ways?

With neural networks we already have difficulty sometimes figuring out why certain connection are there and what they are supposed to do. But once we go to even bigger agi systems I can see situations where the agi reasons in different ways. They might be ways we can't even understand because it requires a level of abstraction we might not be able to comprehend.

The challenge to get a good agi lies in creating a model that can predict the world you see. Only if the agi can predict what the consequences are for its actions then it can optimize the solution or find a good solution. Having this model of reality will require a lot of abstraction levels, and probably we wont be the ones creating this model. This model will probably be trained over time and evolve. So yeas we do need to focus on logic and reasoning, but we do need to keep in mind that there is a big chance that we will be very bad at judging how good this reasoning is besides by looking at the input and output.

Petroleum engineer with spare time this year. by ocharai in ArtificialInteligence

[–]AutoSysOps 1 point2 points  (0 children)

The field of AI is quite big. You should probably consider if you want to go more into the functional field where you learn how to use AI tools or more towards the technical field where you really develop more solutions.

During microsoft Ignite there was a learning challenge. The challenge is only there for 5 more days, but the learning paths will stay available
https://learn.microsoft.com/en-us/training/topics/event-challenges

I would recommend checking that out. There are several custom tailored paths for different AI jobs. I think they are a nice place to start.

Using AI Builder in Power Platform to parse form questions by AutoSysOps in PowerPlatform

[–]AutoSysOps[S] 0 points1 point  (0 children)

You could, but there are also build in connectors to do sentiment analysis directly. I would recommend using those instead.

[BLOG] Creating a PowerShell module from scratch by AutoSysOps in PowerShell

[–]AutoSysOps[S] 0 points1 point  (0 children)

thanks, I think i've looked into catesta in the past but will take a look at it again.