Gonzalez Capital Group is a post-acute investment and operating platform. We partner with operators and entrepreneurs building the next generation of home health, hospice, assisted living, and care technology.
Most capital looks at post-acute care from the outside. GCG was built from the inside: two decades spent leading, scaling, and turning around home health, hospice, palliative, and assisted living organizations, seat by seat, from field leadership to the chief executive’s chair.
Between operating chapters, our founder built healthcare technology in Silicon Valley, co-founding SpartX and serving on the founding team at PokitDok, both acquired. That road shaped a conviction: technology should sharpen clarity, accountability, and outcomes, never replace the humans who deliver care.
Today GCG partners with mission-driven operators across the care continuum, bringing capital, operating discipline, and a proprietary intelligence layer to every platform we back.
The conviction underneath it is simple. The quality of an hour of care is set before the hour is delivered, so the highest-return thing a company in this industry can build is the environment its clinicians walk out of. Everything we install is in service of that.
Most firms wire the money and wait for the board meeting. GCG installs an intelligence layer on day one. We built it the way we run the companies: from what is actually true about how people work, with every requirement owned by a name, and automation last. This is the structure:
Capital is table stakes. What GCG installs alongside it is CultureAI: a proprietary operating system that lives in every leader’s pocket, built by our founder from twenty years of operating scar tissue and wired into every platform we back.
It coaches every 1:1, keeps objectives honest, and runs an autonomous agent that handles the follow-through humans forget, while protecting the human elements that make care worth delivering.
The manager is the sensor. The 1:1 is the instrument. The dashboard is just the rollup.
COACH BRIEF# internal sdk · gcg portfolio only
from cultureai import CultureAI
from botbuilder.core import ActivityHandler, TurnContext
coach = CultureAI() # reads CULTUREAI_API_KEY from env
class CultureAIBot(ActivityHandler):
async def on_message_activity(self, turn: TurnContext):
# "@cultureai prep my 1:1 with Jordan at 2"
leader = turn.activity.from_property.aad_object_id
brief = coach.coach.prep(leader_id=leader, window="30d")
# the brief lands in the chat as an adaptive card
await turn.send_activity(brief.as_adaptive_card())
# every suggested action becomes a tracked commitment
for action in brief.suggested_actions:
coach.commitments.create(
leader_id=leader, title=action.title, due=action.due,
)
# pulse dips post to the channel, not a dashboard
coach.signals.subscribe("pulse.dip", notify="teams:ops-leadership")
coach.agents.deploy(trigger="kr.stalled", max_cycles=2)
{
"leader": { "id": "ldr_2kq9", "name": "Jordan" },
"pulse": 74,
"delta_30d": -6,
"flags": ["recognition_overdue_14d"],
"suggested_opening": "Start with the Hartley win.",
"commitments_open": 2,
"next_review": "2026-07-24T14:00:00Z"
}▊

“The future of healthcare won’t be won by size alone. It will be shaped by precision, leadership, and capital that understands the people behind the numbers.”
Three platform companies across care delivery and care intelligence, recognized among the Fortune Best Workplaces in Health Care and the Inc. 5000.




Steven has spent his career since 2006 on two rails: building post-acute care organizations from the inside, and building healthcare technology companies in between. He leads HealthView as President and CEO, writes The Culture Lab through the Forbes Business Council and the Inc. Leadership Forum, and speaks nationally on culture, AI, and the future of care, including advocacy for the post-acute industry in Washington, D.C.
GCG is where those two careers converge: an operator’s judgment, a technologist’s tooling, and capital disciplined by both.
If you operate in post-acute care and believe the culture is the asset, we should talk.