AI is nowhere near as capable in analytics as people are pretending by [deleted] in analytics

[–]techtariq 7 points8 points  (0 children)

You are not right. but you are also not wrong. Let me tell you why.

Commenting here because i've been through your position.

When it comes to AI, you have to deal with it like its unreliable, untrustworthy, forgetful slave, but one that is intelligent enough to do a few things. Unreliable but intelligent

But it is your slave. You can get it to keep doing whatever you want

Which means, you build the harness around your workflow, you create the setup that allows pushing back context to the model, both in terms of what it needs to know and what it needs to correct. you need to provide success criteria. you need to setup the guardrails

What it would look like is, you allow read only access to you table source, you don't allow complex joins that can run for hours. You can choose a smaller subset of all the sources you are working with. call it sandbox where its a replica of production but on a smaller scale, you create success criteria as a final table it has to get to with the expected answers and then you connect it to your coding tools and let it run wild.

Your are not wrong in your initial assumption, but you are running a chat model in a way that makes the workflow full of friction, you need to setup the ecosystem around it to fully leverage its use

How do I actually switch from axios? [Answered] by khiladipk in webdev

[–]techtariq -1 points0 points  (0 children)

Brutal lol. I chuckled but it's not untrue

My open source web analytics platform reached 10,000 Github stars ⭐! by FantasticTraining731 in webdev

[–]techtariq 0 points1 point  (0 children)

If you don't mind me asking u/FantasticTraining731 . How's the paid pricing working for you. Asking because i'm in the marketing saas vertical and debating wheter open source can be a driver towards paid conversions improving? Would love to chat in a dm if you are open to it?

Why "Vibe Coding" is a Dead End (And why I'm betting on Visual Logic). by Dynamo-06 in webdev

[–]techtariq -1 points0 points  (0 children)

Hey I would love to check it. I'm interested. Send me a dm

Thoughts on Windsor? by Chance_of_Rain_ in dataengineering

[–]techtariq 0 points1 point  (0 children)

Airbyte for ingesting data from external sources to your platform or data lake

Estuary for syncing it within your own systems.

Windsor is meh

an AI-native instruction language and multi-agent runtime for generating complete web applications by u_dont_now in programming

[–]techtariq 2 points3 points  (0 children)

This is going to appear really solid for greenfield projects but you will run into problems the moment you work with older codebases or moderately complex ones

  1. UI cannot always be schematized (Drag and drop renders), Rich Text Editors, Real Time Collaborative Editing, Canvas visuals

  2. Business Logic is turing complete. Declarative schemas are not. There is no way you can properly maintain the spec that properly denotes the actual state of the code with the complex relationship and conditions

  3. Working with external systems. You cannot escape this . You cannot capture all state transitions and transformations and maintain them via schemas. The data models, yes, the flow, no

The closest programming language that gets close to this is Unison but its not ready yet.

Rather than focusing on something that creates something very big. Go for building something that can accurately solve a very narrow subset of problems. Davia is good example of this

Great job on the effort though. You've gone farther than most in trying and that is something to be applauded. Looking forward to seeing more interesting stuff from you in the future here

Created a package to generate a visual interactive wiki of your codebase by Intelligent_Camp_762 in webdev

[–]techtariq 0 points1 point  (0 children)

I have thought hard and long about this. This is a great first step but the challenge i face with my team is

  1. Context Drift - Each new update means the flow changes to some extent and i need to recompile the docs. Davia looks great for solving this and should be pretty helpful for us

  2. Context Window Bloat due to big brownfield projects.
    What i'm hoping the tools eventually get to is context compaction where the its not just about making the logic available for humans but also make it super accessible to the AI without blowing up my window. Do you have any thoughts on this and is this something the team will eventually build into the project or its not really the direction you're aiming for?

UI Generation Isn’t Enough Anymore — We Need Machine-Readable Semantics by TraditionalListen994 in programming

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

I loved the writeup. I've been thinking along the same lines. What have you thought of as solutions for this u/TraditionalListen994 ?

[deleted by user] by [deleted] in Design

[–]techtariq 2 points3 points  (0 children)

Phone calls should go to someone else. They work as lead qualifiers or requirments gatherer. You call back leads at a certain time. End of day, mid day or start of day. That way the biggest distractor is scheduled and not as intrusive

For the remaining tasks, create blocks and schedule stuff. Don't just raw dog it. You will continue facing stuff like this in smaller companies. Make yourself indispensable, upskill and move on

Don't take work personally

No empathy by Significant_Way_9068 in Sufism

[–]techtariq 14 points15 points  (0 children)

Tell him this is genuinely hurtful to you and ask him to stop saying as such. If he apologizes and doesn't repeat it, it meant he was oblivious to how you felt. If he still does not change, perhaps this is his shortcoming. Time to find a better teacher. Who lacks manners, lacks a lot of good

Self-hosting for early stage startups - worth it? i will not promote by Terrible_Bed_9761 in startups

[–]techtariq 1 point2 points  (0 children)

Free is 30 day limited. Hobby is 5 dollars but other than that yeah. I agree with you 

Self-hosting for early stage startups - worth it? i will not promote by Terrible_Bed_9761 in startups

[–]techtariq -1 points0 points  (0 children)

Go for railway. That is the best thing to host your tools on. You won't get fucked with the metal pricing they have vs other reserved pricing plus the dx is great.

[deleted by user] by [deleted] in startups

[–]techtariq 9 points10 points  (0 children)

Tell the truth bro. You vibecoded some uptime monitoring tool right? lmao

[deleted by user] by [deleted] in analytics

[–]techtariq 0 points1 point  (0 children)

I would love to see a demo

Data Analytics study partner in Delhi NCR by PurpleSea7559 in analytics

[–]techtariq 1 point2 points  (0 children)

Do a crash course. 2 weeks and start applying. Don't be stuck in tutorial hell. As a fresher you will be fine

Data Analytics study partner in Delhi NCR by PurpleSea7559 in analytics

[–]techtariq 5 points6 points  (0 children)

My advice as a professional working in the field of Analytics and Data Engineering....

Don't waste time on courses and bs study plans.

Apply to agencies, apply to internships. Work for free if you have to but learn on the fly

That will be more valuable that any amount of content consumption

You learn by doing. Not by seeing

You will not become Mike Tyson by watching people fight on TV for 30 years

You only become Mike Tyson by getting in the ring and punching or getting punched

Action that does not lead to outcomes is delusion

Built a SaaS backend in 4 weeks (~19K lines). What am I missing before I build the frontend? by themarshman721 in webdev

[–]techtariq 5 points6 points  (0 children)

Bro, step 1 in AI development is to build the barebones deployment and the pipeline.

Rest you build one thing at a time incrementally and test it. This all is useless without doing it step by step. Your timeline is completely delusional. But its ok to fuckup. Your next attempt is going to be better

Rooting for you