u/Walsh_Tracy

DashClicks or GHL? I think people are asking the wrong question entirely

Every time this debate comes up, it turns into a feature checklist war. "GHL has better funnels." "DashClicks has white-label fulfillment." Back and forth.

Nobody talks about the actual difference: your business model.

If you're an agency that wants to resell services without building delivery capacity, DashClicks makes a ton of sense. Their fulfillment backend is the product.

If you're building a platform, want SaaS revenue, or need deep automation for your own clients' businesses, HighLevel is the play. You're not buying software, you're buying infrastructure.

The overlap in features is real. The overlap in use case is smaller than people think.

What's your agency model? That probably answers the question better than any feature comparison. 

reddit.com
u/Walsh_Tracy — 14 days ago

My team uses AI tools for code reviews but I found it didn’t use actual incident history and was relying on rules in its prompts.

I wanted to see if I could ingest information from previous commits, PRs, issues, etc. and use those to update the rules as new information came through.

My idea was to build a data pipeline so that incidents, team conventions, and previous fixes go into memory. On a new PR, the agent pulls the diff, extracts the changed files and functions, checks memory for similar cases, and then posts a review comment if it finds something relevant.          

I did a one time backfill of the information from the repo. 

After that, I’ve got an API for GitHub webhook callbacks to keep things current.

I strip out the content and pass it into Hindsight for agent memory.

Hindsight builds mental models of our rules.

Rules get passed back into the agent at runtime. 

GitHub webhook fires on each new PR, triggers the webhook.

Rules from memory get loaded and used to generate a new review.

The thing I really like about this is that any of the manual PR reviews get fed back to the memory system so even as things change the rules get updated.

Stack is Node.js, Express, GitHub webhooks, Groq, and Hindsight.       

reddit.com
u/Walsh_Tracy — 15 days ago

Hey everyone,

I recently moved to Ontario (from UK) and I’m honestly struggling to understand how car insurance works here.

I’ve been driving for over 12 years with a clean record, no claims, no tickets but every quote I’m getting treats me like a brand new driver. So far I’ve been quoted anywhere between $350–$600/month for regular cars (Corolla, Civic, Mazda3).

At this point I’m trying to figure out:

Is this just the reality for newcomers in Ontario?
Are there specific insurers or brokers that handle foreign driving history better?
Is there a smarter way to compare quotes without calling 10 different companies?

Would really appreciate hearing from others who went through this.

reddit.com
u/Walsh_Tracy — 16 days ago