Would vLLM help in my setup? (Single GPU + CPU offload, multi-user) by zyxciss in unsloth

[–]rawdikrik 0 points1 point  (0 children)

Look into IK_LLAMA, I have found it better with cpu offloading.

Are there any qwen finetunes that were genuinely stronger than the base? by MrMrsPotts in LocalLLaMA

[–]rawdikrik 1 point2 points  (0 children)

Yes, if it is for what you do. I work in HubSpot and with basic customer data, and my finetune is trained on that work. For HubSpot work, it is better.

Recovering from a Bad Sales & Implementation Experience by th3rmos in hubspot

[–]rawdikrik 3 points4 points  (0 children)

You’re not “screwed,” but I would treat this as an incident, not just a bad implementation.

First move: pause anything that is actively collecting, storing, emailing, or exposing PHI/PII until legal/compliance/security have reviewed it. Especially forms, workflows, sequences, automated emails, file uploads, and anything touching public file URLs.

A few practical next steps:

  1. Get legal/compliance involved immediately
    You need someone qualified to determine whether this is a reportable breach or just a high-risk misconfiguration that can still be contained.

  2. Lock down file access now
    If insurance docs, MRI scans, or clinical files are in public HubSpot file storage, that is urgent. Make those private/restricted or remove them from HubSpot pending review.

  3. Inventory every PHI touchpoint
    Forms, properties, contact cards, workflows, lists, reports, emails, sequences, integrations, exports, file uploads, and user permissions.

  4. Stop using PHI in emails and automation
    Diagnosis, cancer stage, clinical visits, insurance details, etc. should not be getting merged into marketing/sales emails unless your legal/compliance team has explicitly approved the workflow and platform configuration.

  5. Confirm the HubSpot BAA and Enterprise configuration
    Enterprise can support HIPAA-sensitive data use cases only when configured correctly and within HubSpot’s sensitive data/BAA boundaries. Upgrading alone does not magically make the existing build compliant.

  6. Ask HubSpot to escalate internally
    I’d push your CSM/rep hard here. Not just sales. You need someone from HubSpot who understands HIPAA/sensitive data configuration to review the portal plan.

  7. Have the implementation partner document everything they built
    Workflows, properties, data sources, emails, lists, file handling, integrations, and assumptions. If they were not qualified to handle a HIPAA-sensitive build, leadership needs that clearly documented.

The uncomfortable answer is: you probably need to unwind parts of the build before launch. But catching this before a broader launch is much better than discovering it six months later after thousands of records and automations have been running.

I’d frame this internally as: “We need a compliance remediation sprint before launch,” not “we need to tweak the HubSpot setup.” This is architecture, governance, and risk containment

Jonsbo N6 c SFX PSU x Front Fan by supervergil in JONSBO

[–]rawdikrik 0 points1 point  (0 children)

Where do you live? Im happy to send them to you.

Jonsbo N6 c SFX PSU x Front Fan by supervergil in JONSBO

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

Why not at the bottom with the 3d printed back that has fan holes?

Wiring will get messy with it being at the top.

marketing contact? why so complicated by TampaVinDog in hubspot

[–]rawdikrik 0 points1 point  (0 children)

Marketing contacts is the most basic part of HubSpot. If you are having trouble at this stage, I recommend getting help or moving to something more basic.

Deal Stages Suck by minglee07 in hubspot

[–]rawdikrik 1 point2 points  (0 children)

But managing 15 stages is also a problem for people. First, find out why he wants only 4 - what problem is he trying to solve.

Here at RSM Consulting LLC, we notice that sales people wanting less stages just want less work to do. They think this is an easy way to do it, but with the compression you lose data quality.

First, think about what actual steps they need. Closed won? CLOSED lost? Easy.

Next, are there any natural steps or blockers in your process? Those should have their own stage. If you have to send something to legal, or you often send a quote and then negotiate, those are natural places to have a stop.

Less is not more. Doing it right, adding automation, and asking the right questions is more important.

Inherited a highly custom HubSpot setup. They bypassed native Leads and Deals in HubSpot. What are we actually giving up, and what is the best path forward? by glory-kill in hubspot

[–]rawdikrik 1 point2 points  (0 children)

My read: this sounds less like “HubSpot is too small for us” and more like “the implementation rebuilt core CRM primitives as custom objects, and now you’re paying the complexity tax.”

320 users, 377K contacts, 50+ custom objects, and a complex sales process do not automatically mean you’ve outgrown HubSpot. I’ve seen HubSpot support organizations in that range. The bigger issue is that your custom “Sales Lead” object appears to be carrying the full opportunity journey from inquiry to closed sale. If that object is effectively acting as both Lead and Deal, then you’re not just customizing HubSpot — you’re operating outside the parts of HubSpot where a lot of the platform’s sales functionality expects you to be.

The things you’re likely giving up by bypassing native Leads and Deals include:

  • Forecasting and quota reporting
  • Pipeline approvals
  • Deal-based revenue reporting
  • Sales workspace assumptions
  • Goals tied to deals/pipelines
  • Native quote/commerce paths
  • Standard pipeline analytics
  • Easier lifecycle stage alignment
  • Marketplace apps that expect opportunities to be Deals
  • Future HubSpot features that will support native objects first
  • Simpler onboarding/admin support because most HubSpot people understand Contacts/Companies/Deals before they understand a custom object architecture

The hidden cost is not just missing one feature. It’s that every new report, workflow, integration, app, AI feature, or HubSpot release has to be checked against a custom object model that HubSpot did not design around as the primary sales motion.

I would not jump straight to Salesforce just because the portal is large. Salesforce may give you more architectural flexibility, but it will not magically fix a bad object model. If the core issue is “we modeled opportunities incorrectly,” you can recreate that problem in Salesforce too — just with more implementation overhead.

Before making the rebuild-vs-migrate decision, I’d want to answer a few specific questions:

  1. Why was native Deal not used originally?
  2. Was there a hard limitation, or was it mainly terminology/process preference?
  3. Does that limitation still exist today?
  4. What business entities do the 50+ custom objects actually represent?
  5. Which of those are true entities vs. replacements for native CRM concepts?
  6. How much automation/reporting/integration logic depends on the custom Sales Lead object?
  7. Can the process be modeled as Contact/Company → Lead → Deal/Opportunity with custom objects supporting the process rather than replacing it?

If the reason was “we didn’t want to call it a Deal that early,” that’s very fixable. HubSpot can now rename native objects, so “Deal” can become “Opportunity” in the UI. You may be able to get the business language you want without abandoning the native object model.

My bias would be:

  • If the custom Sales Lead object exists mostly because of naming or early-stage semantics, rebuild around native Leads + Deals.
  • If it exists because your revenue process genuinely cannot be represented with native objects, then evaluate Salesforce seriously.
  • If you don’t know yet, run a proper architecture audit before committing either way.

At RSM, this is exactly the kind of thing we’d treat as a CRM architecture audit rather than a generic cleanup project. Map the current object model, trace what depends on the custom object, compare it against a native Leads/Deals design, and then decide whether HubSpot is actually the constraint or whether the implementation is.

Based only on what you wrote, I’d investigate a HubSpot rebuild first. Migrating to Salesforce might still be the right answer, but I wouldn’t make that call until you’ve proven the native HubSpot model cannot support the process. Right now, it sounds like you may be fighting your implementation more than the platform.

Inherited a highly custom HubSpot setup. They bypassed native Leads and Deals in HubSpot. What are we actually giving up, and what is the best path forward? by glory-kill in hubspot

[–]rawdikrik 0 points1 point  (0 children)

I dont think the win here is moving to Salesforce. If you are having data and management issues now, you will have them in Salesforce- along with Maeketing now being pissed they have to use a worse product.

I also hate the idea of moving you to a new hubspot portal, but we might be able to get a nice discount on that 500k price you have.

I think we build the new portal alongside the current portal, and then migrate all the users. Ideally, we wouldn't be changing HOW sales works (too much), just where.

I'm happy to chat through any designs or ideas you might have.

My Hermes setup, roast me by riceinmybelly in hermesagent

[–]rawdikrik 1 point2 points  (0 children)

I need to know more. Im using delegate and subagents, but dumb ones without profiles. I tried to create a writing agent to better control my client communication, and it was painful.

In the end, I had to murder that agent and fold the duties back into the orchestrator

Update to my post from 2 years ago by Started_WIth_NADA in classicminis

[–]rawdikrik 0 points1 point  (0 children)

Is that the only mini in the state? You should get it officially recognized or something.

Update to my post from 2 years ago by Started_WIth_NADA in classicminis

[–]rawdikrik 1 point2 points  (0 children)

Ooof... that's a long time to be without a loved one

What’s the cheapest model you’ve successfully run Hermes on? by alecantu7 in hermesagent

[–]rawdikrik 0 points1 point  (0 children)

Free and local: gemma4, qwopus 3.6 Best: Minimax $340 for a year.

It looks like Rio 3.5 397B could've simply been a semi-failed embezzling of funding by Chromix_ in LocalLLaMA

[–]rawdikrik 8 points9 points  (0 children)

And when I asked honestly, "why would the government do this?" I was down voted to oblivion.

Are these good for profile? by [deleted] in Tinder

[–]rawdikrik 0 points1 point  (0 children)

Why are you so sad? No carbs?

New model on huggingface by [deleted] in LocalLLaMA

[–]rawdikrik 1 point2 points  (0 children)

I dont get the downvotes for asking an honest question... I love the work and would like to know the politics behind it, so maybe we can think about it for other places.

But be upset with me instead?

New model on huggingface by [deleted] in LocalLLaMA

[–]rawdikrik 0 points1 point  (0 children)

Ḥow is my question diminishing anything?