HN user

Hoshang07

2 karma
Posts25
Comments10
View on HN
www.pylar.ai 6mo ago

Queryable context graphs to audit AI decision-making

Hoshang07
1pts0
www.pylar.ai 7mo ago

How to safely let LLMs query your databases via sandboxed materialized views

Hoshang07
1pts1
docs.pylar.ai 7mo ago

SQL IDE that converts data views into MCP tools

Hoshang07
1pts0
www.pylar.ai 7mo ago

Show HN: Pylar – Fix over-querying, data leaks, and governance for AI agents

Hoshang07
1pts0
www.pylar.ai 8mo ago

Designing RBAC for AI Agents

Hoshang07
1pts0
www.pylar.ai 8mo ago

A $5 Domain Purchase Exposed Critical AI Agent Security Flaws – Deep Dive

Hoshang07
3pts0
docs.pylar.ai 8mo ago

Structured data access layer for AI agents

Hoshang07
1pts0
getairbook.notion.site 8mo ago

The AI Localhost

Hoshang07
4pts1
www.pylar.ai 9mo ago

AI agents + Data warehouses- How to make them talk safely?

Hoshang07
1pts0
news.ycombinator.com 10mo ago

Ask HN: Non-career ending way to let agents touch internal structured data?

Hoshang07
2pts4
www.airbook.io 10mo ago

Show HN: Schema aware AI to build data products

Hoshang07
1pts0
news.ycombinator.com 11mo ago

Show HN: Airbook – Cursor for Analytics

Hoshang07
3pts0
claude.ai 1y ago

Show HN: A Startup Ops Simulation Game Using Claude

Hoshang07
1pts1
app.arcade.software 1y ago

Data Notebook for GTM Analytics

Hoshang07
1pts0
getairbook.notion.site 1y ago

RevOps and Data when scaling from Seed to Series C+

Hoshang07
1pts0
app.airbookhq.com 1y ago

PLG Funnel Overview

Hoshang07
1pts0
www.airbook.io 1y ago

Airbook – The Modular Data Workspace for Startups

Hoshang07
1pts0
www.airbook.io 1y ago

Convert your data notebook to CDP instantly

Hoshang07
1pts1
www.sciencedirect.com 1y ago

The Effect of Dark Mode on Honesty

Hoshang07
1pts0
www.airbook.io 1y ago

Show HN: Power Growth Campaigns from Your BI Dashboards

Hoshang07
3pts0
www.airbook.io 1y ago

Show HN: The Full Stack Data Workspace-Ingestion to Activation on Notion Like UI

Hoshang07
1pts0
www.youtube.com 1y ago

Query builder that joins data across dbs, business tools and more

Hoshang07
1pts3
www.loom.com 1y ago

Show HN: BI Notebook with Customer.io Workflows

Hoshang07
1pts0
typebar.airbook.io 2y ago

Retention for PLG Companies Metrics Template

Hoshang07
1pts0
www.airbook.io 2y ago

If Notion was a BI tool

Hoshang07
1pts1

The 5 layers of safely connecting agents to your databases:

Most AI agents need access to structured data (CRMs, databases, warehouses), but giving them database access is a security nightmare. Here's a layered architecture that addresses this:

Layer 1: Data Sources Your raw data repositories (Salesforce, PostgreSQL, Snowflake, etc.). Traditional ETL/ELT approaches to clean and transform it needs to be done here.

Layer 2: Agent Views (The Critical Boundary) Materialized SQL views that are sandboxed from the source acting as controlled windows for LLMs to access your data. You know what data the agent needs to perform it's task. You can define exactly the columns agents can access (for example, removing PII columns, financial data or conflicting fields that may confuse the LLM)

These views: • Join data across multiple sources • Filter columns and rows • Apply rules/logic

Agents can ONLY access data through these views. They can be tightly scoped at first and you can always optimize it's scope to help the agent get what's necessary to do it's job.

Layer 3: MCP Tool Interface Model Context Protocol (MCP) tools built on top of agent data views. Each tool includes: • Function name and description (helps LLM select correctly) • Parameter validation i.e required inputs (e.g customer_id is required) • Policy checks (e.g user A should never be able to query user B's data)

Layer 4: AI Agent Layer Your LLM-powered agent (LangGraph, Cursor, n8n, etc.) that: • Interprets user queries • Selects appropriate MCP tools • Synthesizes natural language responses

Layer 5: User Interface End users asking questions and receiving answers (e.g via AI chatbots)

The Flow: User query → Agent selects MCP tool → Policy validation → Query executes against sandboxed view → Data flows back → Agent responds

Agents must never touch raw databases - the agent view layer is the single point of control, with every query logged for complete observability into what data was accessed, by whom, and when.

This architecture enables AI agents to work with your data while maintaining: • Complete security and access control • Reduces LLMs from hallucinating • Agent views acts as the single control and command plane for agent-data interaction • Compliance-ready audit trails

If you're building agents that touch sensitive customer information stored across your data stack, Pylar can help!

The AI Localhost 9 months ago

We’re putting together a small Slack group for ops, data and devs who are hands-on building internal AI agents — people experimenting with things like n8n, LangGraph, Zapier, Make, OpenAI agents, Agno, or custom setups.

The goal’s to share what’s actually working: use cases, architecture ideas, prompt design, and maybe a few fails too.

If you’re building agents for analytics, internal ops, or workflow automation inside your company — would love to have you join.

that's a good baseline..db rbac locks scope, but i guess not behavior. inside that schema the agent can still fire off wide scans, weird joins, or grab way more rows than needed.. Ai can write apt queries for sure but there's always a dependancy on the kinda prompt it gets. you may also lose semantic clarity and telemetry .. no way to know if it actually pulled the right data. how would you enforce “only these lookups” or “only these joins” with just db perms? is there a way?

Hey HN!

We've been working on Airbook, a tool that helps teams turn their data notebooks into fully functional CDPs—instantly.

Most companies either struggle with fragmented customer data or spend months engineering a homegrown solution.

We thought: what if you could just use the data notebooks you already have?

With Airbook, you can:

Connect to your existing data stack (dbt, BigQuery, Snowflake, Salesforce etc.) Define customer identities, audiences and segments dynamically Sync insights to downstream tools to trigger growth campaigns—without custom pipelines

We'd love to hear your thoughts!

Hey everyone!

We've been working on something exciting and would love your feedback. We just built a No-Code Query Builder that allows data savvy business teams to join data across 150+ sources—everything from business apps like HubSpot, Salesforce, Zendesk to databases like Snowflake, PostgreSQL, Redshift—without needing SQL.

The idea is to make data accessible to anyone, regardless of their technical skills.

It’s designed for people who want insights but don’t have the time (or the SQL chops) to dig through multiple sources manually.

Here’s what it can do:

-In a few clicks connect to your data across 150+ tools and databases

-Do joins across Hubspot, SFDC, Stripe, Amplitude and more

-Do aggregates, calculated fields and conditional filters

I'd love to know:

What are your thoughts on a tool like this?

What can we do to improve the design?

Let me know if you'd like to try it out—I’d be happy to share more details!

https:www.airbook.io

Thanks for the feedback in advance!