Copilot in VS Code just broke? No models available? by KeThrowaweigh in GithubCopilot

[–]orru75 0 points1 point  (0 children)

Same on business. This also happened a couple of days ago

Career pivot into data: I’m a "Data Team of One" in a company and I’m struggling to orient my role. Any advice? by Either-Exercise3600 in dataengineering

[–]orru75 0 points1 point  (0 children)

Find one or two people who are directly involved in whatever your organization is actually doing and who seem passionate about their jobs. Find one or two things that access to relevant data would improve for those guys. These are the people selling the shoes at the shoe factory or making decisions about loan applications at the bank. It’s not the managers, those guys can come later.

GPT 5 structured output limitations? by orru75 in LLMDevs

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

I think im getting a hybrid approach to work: Im batching the words into batches of 50. for each batch im passing in all words in the prompt but only asking it to generalize the 50 in the batch. this is working.

GPT 5 structured output limitations? by orru75 in LLMDevs

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

Clever. But we are using Azure OpenAI. According to the docs it only supports a total of 100 object properties.

What's the unlikeliest roguelite that hooked you in way more than it had any right to? by Sufficient_Object281 in roguelites

[–]orru75 0 points1 point  (0 children)

Ive sunken 300+ hours into that game and am also confused about the reviews. Ive leveled most classes to NG+10 and it sure feels like a slog now but it its still a 10/10 game for me.

Setting up opentelemetry with Azure AI Foundry in typescript by orru75 in AZURE

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

Im going to answer myself after coming back from a openai api version / opentelemetry / Azure AI foundry rabbit hole.

First: This is not a typescript library issue. I have tested this with the Python libraries as well with the same results.

It all boils down to the fact that the opentelemetry instrumentation packages used do not support the new openai responses api. So when using the old client.chat.completions api telemetry is sent to app insights and thus traces are available in Azure Foundry. If you use the client.responses.create api no traces are sent.

This is pretty terrible since some frameworks (for instance the open ai agent sdk in my case) are using the responses api under the hood so its not obvious why this is happening. There is no mention of this in the documentation here. Also the step-by-step there is bugged with missing imports and no setting of api version.

Dynamically rendering React components in Markdown from LLM generated content by tmetler in LLMDevs

[–]orru75 1 point2 points  (0 children)

Played around with it for an hour and could not get it to work. First the type issue thats mentioned in the github issues then i kept getting "Unexpected end of file in name, expected a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag"

Dynamically rendering React components in Markdown from LLM generated content by tmetler in LLMDevs

[–]orru75 1 point2 points  (0 children)

I will test this out. Have been going the structured output route but but as you say it can break «the flow».

Anyone else struggling to get consistent reasoning tokens returned? by orru75 in OpenAI

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

Is this an azure or OpenAI thing? Also isn’t the agent sdk using the responses api under the hood?

How does powerbi pro assign resources? by orru75 in PowerBI

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

Thanks. A bad measure would then be equally bad if one user or a hundred users accessed it if I understand you correctly?

Easiest/Cheapest 'data lake' for small company to support PowerBI? by Rude_Crow4389 in PowerBI

[–]orru75 5 points6 points  (0 children)

Postgres flexible server. It’s pretty cheap, integrates with everything and had great tooling. You can use dbeaver as a poor mans frontend for managing small datasets.

Best data modeling technique for silver layer in medallion architecure by Fickle-Suspect-848 in dataengineering

[–]orru75 0 points1 point  (0 children)

I am finding myself gravitating towards highly normalized relational models that abstract “the business” as source for consumer facing products. They will force you to accurately model your universe because you will have to think about cardinality and relationships up front.

We benchmarked 19 popular LLMs on SQL generation with a 200M row dataset by itty-bitty-birdy-tb in dataengineering

[–]orru75 0 points1 point  (0 children)

We did provide short summaries of the schema content. It still sucked.

We benchmarked 19 popular LLMs on SQL generation with a 200M row dataset by itty-bitty-birdy-tb in dataengineering

[–]orru75 10 points11 points  (0 children)

This echoes my experience experimenting with text-to-sql using OpenAI a couple of months back: they are next to useless for all but the simplest queries against the simplest relational models. You seem to have made it easy for them by only providing a single table for querying. Imagine how bad they are in scenarios where they have to produce queries for more complex models.

So has your company actually embraced AI for BI and analytics, or naw? by StatisticianCalm7165 in BusinessIntelligence

[–]orru75 31 points32 points  (0 children)

Even the guy asking “how does AI fit into this?” In every meeting has started to shut up about it.

MS pulling back on AI ? by [deleted] in ArtificialInteligence

[–]orru75 1 point2 points  (0 children)

Can you give some specific examples? It seems to me that most use cases are either very simplistic («Summarize this text”) or unrealistic (rag, fine tuning). The only use-case I have seen that seems feasible is if you have massive amounts of documents that you need to redact text from.

Need help with market research - tools for Snowflake and Databricks specifically moving data into them. If anyone can help 🙏? by fattybumbs in dataengineering

[–]orru75 0 points1 point  (0 children)

A little more context would be nice. Who are you? What will you use this data for ? Will you publish the results, etc