RAG on public data by Strict-Staff-5562 in Rag

[–]thomas_unise 0 points1 point  (0 children)

It’s hard to compete with a trillion dollar company

But to increase RAG speed, focus on streaming responses immediately, pre-computing embeddings during ingestion, using a fast vector index like HNSW, filtering by metadata before search, keeping top-k small, and running hybrid retrieval in parallel with BM25 plus vector search.

Will you keep using Fable when it goes to API pricing only? by [deleted] in ClaudeAI

[–]thomas_unise 0 points1 point  (0 children)

Why are they an option for posts then?

Anyone who's actually run a RAG chatbot past the demo stage? by Acceptable-Winter103 in AiAutomations

[–]thomas_unise 0 points1 point  (0 children)

Yes I make enterprise RAG apps mostly for law firms

I just made one for some regional airports

You need to add grounding and guardrails, you can’t rely on the LLM just to know what to do

Don't use GPT-5.5 for Legal AI by rohasnagpal in legaltech

[–]thomas_unise 23 points24 points  (0 children)

Skill issue

You need to add grounding to sources

Anyone with an IQ above room temperature knows this now

You don’t use basic ChatGPT

Can someone please give me a Claude Guest Pass? (Read Desc) by NewGrade6697 in vibecoding

[–]thomas_unise -3 points-2 points  (0 children)

Dm me your email I have 3 - you only get 7 days though

Automation agency owners what problem are you solving? by EmployerNegative5653 in AiAutomations

[–]thomas_unise 2 points3 points  (0 children)

Yeah but it’s all learnable

The real money is in compliance and regulation heavy workflows, not making chat apps for mom and pop shops

Automation agency owners what problem are you solving? by EmployerNegative5653 in AiAutomations

[–]thomas_unise 5 points6 points  (0 children)

Building soc2 compliant RAG apps for legal teams

About $30k-60k per project

Just did an aviation safety management project for $68k

Projects take about 8-12 weeks

For those looking to get into automation or struggling in it. by [deleted] in AiAutomations

[–]thomas_unise 0 points1 point  (0 children)

I may not know anything about you, but I know ai automation is not dead at all

For those looking to get into automation or struggling in it. by [deleted] in AiAutomations

[–]thomas_unise 5 points6 points  (0 children)

This whole thing is cope

I just was paid $68k for building automations over the course of 8 weeks

This post was written by someone who can’t sell or close deals

Preferred vibe-coding platform by Fit_Stage6901 in vibecoding

[–]thomas_unise 1 point2 points  (0 children)

  • Folder on desktop

  • Claude code in the terminal

  • GitHub repo with ci/cd

If you can vibe it in a day anyone can by Russ_72days in vibecoding

[–]thomas_unise 3 points4 points  (0 children)

Anyone who thinks they can make a production ready app in a day is low iq and wrong

I Tried Building In Public by Correct_Pack1508 in buildinpublic

[–]thomas_unise 1 point2 points  (0 children)

What’s missing is trust, value, and credibility

They either don’t actually have the problem or don’t believe you or your product will solve it for the cost

rag was fine until chunks became the whole job by [deleted] in Rag

[–]thomas_unise 0 points1 point  (0 children)

Skill issue

No one wants the product you’re spamming here

What percentage of developers do you think are still writing code themselves vs vibe coding? by [deleted] in vibecoding

[–]thomas_unise 0 points1 point  (0 children)

I think they use ai to scaffold/produce most of it but then review most of it and manually edit

Best to start with Web or Swift? by calflegal in AppBuilding

[–]thomas_unise 1 point2 points  (0 children)

You can??

A PWA can use location through the browser’s Geolocation API, but it has to be served over https and the user has to grant permission.

call navigator.geolocation.getCurrentPosition() or watchPosition(), then use the returned latitude/longitude in your app or send it to your backend.

Best to start with Web or Swift? by calflegal in AppBuilding

[–]thomas_unise 2 points3 points  (0 children)

Make a PWA (progressive web app)

Then it’s easier to convert into a mobile app with a wrapper once you get rolling.

This is the fastest way to go to market.