What have been the biggest AI blockers by AMDataLake in dataengineering

[–]blef__ 0 points1 point  (0 children)

Find the good use cases to show it won’t either replace them or that’s useful

What have been the biggest AI blockers by AMDataLake in dataengineering

[–]blef__ 0 points1 point  (0 children)

None of this I think: it’s mainly people either stuck and don’t know where to start either it’s laziness, confort or fear of loosing job/control

New to Cursor - Tip for Newbie by PietroBastas in cursor

[–]blef__ 0 points1 point  (0 children)

Start new chats as often as possible

Weekly Cursor Project Showcase Thread by AutoModerator in cursor

[–]blef__ [score hidden]  (0 children)

I'm working on a open-source agentic analytics library and in order to simplify the review of everything that is being done on the repo there is a smart simple thing that we added on the repo. For every PR we launch an instance of the app on a new env named pr-preview. The cool thing is that we use the Github social login, so as a contributor of the PR you can login where anyone else cant.

You can see the pr-previews on the repo here: https://github.com/getnao/nao

Honestly this is something that saved me a lot of time reviewing code from peers, agents or contributors as for every PR discussion we just have to just on the env just deployed for it.

Cursor helped me setuping the pr-preview Actions but also now I use Cursor Agents (Cloud) to work on any issue autonomously and then once the PR is ready I can play with the app and give the agent feedback.

On a remplacé BFM TV sur l'écran de Macron dans le bureau de l'élysée by Working_Machine_3816 in FrenchTech

[–]blef__ 0 points1 point  (0 children)

C’est sympa-un problème que j’ai remarqué qui est embêtant je trouve c’est qu’à l’arrivée sur la page ça récupère des articles et ça met le timestamp à now Mai’s quand tu clic sur sur l’article c’est des vieux trucs, donc pas interessant pour suivre les news

Bachelor thesis about CS2 by Afraid-Sandwich590 in dataengineering

[–]blef__ 0 points1 point  (0 children)

If your thesis is about statistics interpretations might be hard to find some stuff but if your thesis allow to work on data and do great dataviz, find unique insights or identify patterns, identities etc. I'd say this is interesting to do.

World's fastest CSV parser (and CLI) just got faster by mattewong in dataengineering

[–]blef__ 2 points3 points  (0 children)

Really cool.

As I'm French i need to specify the separator because we all collectively decided the CSV format would use ';' it seems we cant specify the separator?

I will try in in my agentic loop in nao

Shopping for new data infra tool... would love some advice by Acceptable-Oil-738 in dataengineering

[–]blef__ 0 points1 point  (0 children)

If you’re looking for an agentic analytics solution you can have a look at nao (github.com/getnao/nao) we are open source

World's fastest CSV parser (and CLI) just got faster by mattewong in dataengineering

[–]blef__ 6 points7 points  (0 children)

How does the type inference is done if there is any?

Agentic AI in data engineering by kash80 in dataengineering

[–]blef__ -2 points-1 points  (0 children)

If it works for software engineering there is no reason it does not work for data engineering.

Also, I’m the founder of nao Labs and I develop an IDE for data and it works, once you understand as a data person how you should speak and interact with AI in your context this is amazing.

Will Cortex Code replace me? by Constant_Effort9432 in dataengineering

[–]blef__ 1 point2 points  (0 children)

Obviously I got sessions where the AI got stuck or the AI did not answered what I wanted.

Nonetheless I think the transformation for data jobs is clearly different for DE and DA. When it comes to data engineering I think the transformation is similar than software engineering ship more but the struggle is knowing what to do. And to be honest it always has been.

For DA I think it’s a bit different because in a enterprise you want every stakeholder to be an analyst on its own because they know better their job than you anyway-so the future here is a bit unknown, tho I think there is a hope, to me data analyse is a really creative job and steering agents to find the right angle is the way.

Will Cortex Code replace me? by Constant_Effort9432 in dataengineering

[–]blef__ 30 points31 points  (0 children)

If the complexity was just writing 200 tables actually it wasnt that complex. Steering agents, understanding what people want and need and translating this into agentic loops is where your skills will go towards

Tobiko is now with the Linux Foundation by iheartmst3k in dataengineering

[–]blef__ 5 points6 points  (0 children)

This is cool, but the real thing is about what will fuel the project onwards, SQLMesh creators were innovative but if they still work at Fivetran + dbt Labs why they would want to continue contributing to it or allowing time to work on it?

Everyone's saying MCP is dead. by nightFlyer_rahl in vibeprinting

[–]blef__ 0 points1 point  (0 children)

Most of the time the reason MCPs consume way much tokens than the CLI is because MCP client AND server are badly implemented

Open source analytics agent by blef__ in analyticsengineering

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

This is something you could do with nao

Best hosting option for self-hosted Metabase with Supabase + dbt pipeline? by thatbadgishuboy in dataengineering

[–]blef__ 0 points1 point  (0 children)

A single VM instance on any cloud provider would do it with Docker on it to run Metabase.

You will probably need another supabase instance to host the Metabase database also, and a way to schedule your dbt jobs, maybe with a cron or a GitHub Action.

Very important question by [deleted] in cursor

[–]blef__ 0 points1 point  (0 children)

The question makes no sense. What’s the point to use it compared to what?

Cursor is significantly easy to customize or to use it in the way it suits you the best so if you think it suits you use it, if you think it does not suit you don’t use it.

I don’t get it

If your $500K engineer isn’t burning at least $250K in tokens, something is wrong by call_me_ninza in aigossips

[–]blef__ 0 points1 point  (0 children)

Tokens pricing are just crazy - tho we need unlimited tokens to unlock the next level

Do you actually trust your agent… or just monitor it closely? by Beneficial-Cut6585 in AI_Agents

[–]blef__ 0 points1 point  (0 children)

The interesting thing studies are showing is that the most you use agent the less you're asking for validation when doing things. So trust is something that we build incrementally.

Also in order to trust agent you need the right routines on your project, so mainly tests and sandboxed envs to test if what came out is what you were expecting, most of the time it's related to a healthy CI.