Haider Murtaza

Haider Murtaza

Business Intelligence Analyst

About

I work as a Business Intelligence Analyst, turning data into meaningful insights that support better business decisions. I analyze data, create reports, and build dashboards to track performance and trends. I work closely with teams to understand business needs and provide clear data-driven recommendations. I focus on improving visibility and helping organizations make smarter strategic decisions. I enjoy transforming complex data into simple and actionable insights.

Badges

Gemologist
Gemologist
Tastemaker
Tastemaker
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Forums

The enterprise question isn’t capture. It’s control.

On a Tuesday, the first enterprise question is usually not can you capture AI code? It s who can see the records, how long do they live, and what happens when a policy blocks a change?

That s the part LineageLens is built for. Base gives you local capture. Lite gives a shared team record. Plus and Max move the data into a backend where auth, permissions, retention, and policy live next to the provenance records instead of around them.

The useful thing here is not another dashboard. It s a self-hosted record of prompt, model, tool, file, and outcome that engineering, security, and platform teams can actually govern on their own infrastructure.

I keep seeing AI governance tools start with visibility, then discover that the real enterprise questions are identity, retention, and review. If the record cannot be scoped, retained, and exported on your side, it is not really governable.

Just shipped v1.1.5: Why text-scraping AI code is a dead end (and what we built instead)

Thanks for the massive support on the last update! I ve been heads-down rewriting the core engine of LineageLens, and I'm stoked to share the v1.1.5 release.

When building an audit trail for AI-generated code, the default approach is to try and regex markdown blocks out of the LLM s text response. It is incredibly brittle. For this release, we ripped that out entirely.

The LineageLens proxy now natively parses the underlying structured protocols:

  • Anthropic s tool_use blocks (handling the streaming JSON assembly)

  • OpenAI s apply_patch DSL (via the newer Responses API)

  • Gemini s functionCall arrays

VibeAround v0.6.3: a web workspace for multiple coding agents

VibeAround v0.6.3 is out.

This release wraps up the bigger v0.6.x shift: VibeAround is becoming a hub for coding agents across desktop, web, terminal, and messaging.

The biggest visible change since v0.5.x is the Web experience: it is now a web-based workspace for running different coding agents side by side, one place to launch, resume, inspect, and switch between agents.

From the browser, you can now:

View more