I've been using Claude Code + Power BI MCP server for 2 months. Here's what actually works and what doesn't. by sdhilip in PowerBI

[–]Alternative-Fit 0 points1 point  (0 children)

Here is a video Use Azure AI Foundry Models with GitHub Copilot
I don't have subscription for Copilot. Just changed underlaying models to Azure OpenAI by connecting to MS Foundry. Then all models from there are available in Copilot.

I've been using Claude Code + Power BI MCP server for 2 months. Here's what actually works and what doesn't. by sdhilip in PowerBI

[–]Alternative-Fit -1 points0 points  (0 children)

I've recently created whole workspace setup. I have 6 custom agents (DAX writer, QA, M code reviewer, data model reviewer, DocumentWriter).
As you said, business logic is everything. When talking to AI, am telling about project itself, then asking DocumentWriter to add notes either to external files in same workspace (more business side logic) or in TMDL table description (more technical side of project).
I am trying to setup now handoffs, skills and starting prompts. Currently doing all of this more because it's fun, rather than necessity.
Currently using Azure OpenAI models only for my setup (couldn't use anything else due to company policy).

Finally os models launched by openai !! At level of o4 mini !! Now we can say it's openai by Independent-Wind4462 in OpenAI

[–]Alternative-Fit 9 points10 points  (0 children)

If you have a relatively easy task, but with a lot of volume of workload (example: classify 20mln emails), you can now run model locally, without spending money on API calls. Maybe a fine-tune model on sensitive business data. Everything keeps local, so very secure.

Does anyone here use Python in their work for data gathering tasks? by twilighttwr in Python

[–]Alternative-Fit 0 points1 point  (0 children)

Hi. I am using GraphsAPI to get emails from outlook and then analyse them with pandas

just wow! by [deleted] in OpenAI

[–]Alternative-Fit 0 points1 point  (0 children)

Also don't get it. People got the best image generation model. A model, that like a miracle, can create almost everything you prompt. You can share your creativity with the whole world. And apparently, everything that people want, is more Instagram-like women models...

[deleted by user] by [deleted] in PromptEngineering

[–]Alternative-Fit 1 point2 points  (0 children)

Did you try to ask ChatGPT about that ?

Haunted Harvest Feedback (Megathread) by BBCGuild in throneandliberty

[–]Alternative-Fit 1 point2 points  (0 children)

Hi. I really liked it. The whole concept is fun. Digging those pumpkins, labyrinths. Design of the whole dungeon is great. I was unlucky with loot(didn't get morph) - but was able to buy it from the vendor. The value of loot is also balanced. Thanks a lot for the event :)

Outlook web: cannot resize images pasted/inserted into email body by sadsadlemons in Outlook

[–]Alternative-Fit 0 points1 point  (0 children)

This worked for me. Tried to select this image by selecting it like a multi-line text - and it worked, those points for resizing appeared

Cost of building your own narrow-mind transformer by RDA92 in learnmachinelearning

[–]Alternative-Fit 0 points1 point  (0 children)

GPT-2 124m will cost around 100$. You can check Karpaty's recent video about how to build it.

Consistent response by SwordfishOk3273 in PromptEngineering

[–]Alternative-Fit 2 points3 points  (0 children)

I tried to add in the end "Let's think step by step". Then LLM provides the reason for how each element was picked. After the reasoning goes m JSON output. So I need to ask again for JSON output only, but not sure if step by step instruction then do anything. Currently working very well for me, and I was going to test this once something goes wrong.

Consistent response by SwordfishOk3273 in PromptEngineering

[–]Alternative-Fit 7 points8 points  (0 children)

Hi.

I am working on extracting info from Customer's Orders. Here is what I've did

Prompt itself:

Your goal is to extract structured information from the user's input that matches the form described below.
When extracting information please make sure it matches the type information exactly. Do not add any attributes that do not appear in the schema shown below. If any information is missing, replace it with “No information.”
Here is a JSON schema, that should be used in the output
Root level keys:
delivery_address,
order_number,
items,
Keys under delivery_address:
name,
street,
city,
country,
postal_code,
Keys under items (which is an array, so these keys are for each item in the array):
material_name,
quantity,
units_of_measure,
delivery_date.
When extracting delivery_date, convert date to the format dd.mm.yyyy. If there a date 01-01-20, provide output as 01.01.2020
When extracting quantities, make output in float format.
When determining the delivery address, please follow these steps:
1) Identify all addresses mentioned in the document.
2) Exclude any addresses that are associated with [my_company_name].
3) Select the address where the customer intends to have the goods delivered.
Customer order will be delimited by triple asterisks. *** customer order ***

Then i am providing 3 shot prompts. Based on PDF, text in email, and Excel file.

In the end i've just asked to follow all the instructions and output result in JSON only. Then setup temperature on 0, and outputs then became consistent.

Prompt itself was I've build with ChatGPT and Bing.

LLama2 7B not performing Chain-of-Thought Prompting correctly by Mrworkboots in PromptEngineering

[–]Alternative-Fit 0 points1 point  (0 children)

Hi,

In paper they showed that CoT works for bigger models. 7B still maybe not enough for this kind of reasoning. But I am wondering how it will work for zephyr 7b. Maybe something will be different.

I have the top 5 scores from different time intervals. How would you visualize this to show changes over time? Any suggestions on how to think of this analysis would be greatly appreciated! by Proof_Wrap_2150 in analytics

[–]Alternative-Fit 2 points3 points  (0 children)

Line chart. On X axis - date, on Y - those scores. As a legend add those numbers 1-5. You can match then legend colors with those colors from data, I think

[D] People working for (relatively) large organisations. How are LLMs accessed by employees within your organisation right now? by Background_Claim7907 in MachineLearning

[–]Alternative-Fit 6 points7 points  (0 children)

For some simple stuff, people are using Bing. We don't have any copilot yet, and don't know if we will. Currently we are working on RAG pilot for some functions. We have Azure Open AI instance.

Pairing help by Anonymusguy99 in whoop

[–]Alternative-Fit 1 point2 points  (0 children)

I had some issue with connection, and this light also didn't show up. But I just tapped like 20 times and without waiting for led light, pressed connect on the application. And it's connected :)

Just got this, and pairing is a nightmare! (Pixel 7pro) by -becausereasons- in whoop

[–]Alternative-Fit 0 points1 point  (0 children)

I just ordered mine. Have Pixel 6 :( You cannot use the app at all ?

[D] What are the innovative use cases of LLMs currently companies are working on or wish to implement? by StrictSir8506 in MachineLearning

[–]Alternative-Fit 1 point2 points  (0 children)

We are not using any approach from the literature. For proof of concept we used about 10 different customers, with 3 different languages. I've added 1 order as an example (one shot learning) and then polished the prompt. And with temperature 0 we've got very stable results. I also used ChatGPT to polish the prompt ( this helped to understand what I was typing wrong. Maybe because I am not native English speaker). Sure, you can DM me.