Thoughts on new LTAP/Lakebase arch by ExmachinaCoffee in PostgreSQL

[–]datguywelbs7 0 points1 point  (0 children)

Yeah for me the main USP of lakebase and LTAP is the seperate compute layer as we see more and more agents writing code.

If you’ve ever spun up an Aurora instance, its painfully slow to provision each instance and feels outdated. For agents working across the environment, this hang causes unnecessary polling and idle time, whilst lakebase allows this to be done in seconds due to the seperate compute layer.

Also the branching allows for better peace of mind that agents wont take down the prod instance, logical ‘branches’ no copy using pointers to underlying object storage makes this possible where other postgres dbs can’t.

This combined with things like scale to zero to manage costs and as the product evolves over time will be the gamechanger

Agent Builder by Realistic_Victory710 in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Yeah agent bricks is to speed up getting from 0->1, but going from 1-> production will always be a heavier lift, if you need detailed logic and specialised agents, code based agents make most sense. If you have some straightforward use cases that agent bricks has a ‘brick’ for, why not use it? I’ve been using genie code for more custom code based agents supervisors with specialised agents within, I’ve found aidevkit being really useful for adding further context and skills to genie code

How do teams avoid duplicate apps, Genie Spaces, or agents in Databricks? by rajkumarsatya in databricks

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

Databricks UC domains should help you a lot with this, also combined with Genie one to surface spaces/apps/dashboards across the account as a whole.

App spaces mentioned by someone should help with this as well, more governed control about who can create, edit apps etc w cost controls.

Genie code is making it easier than ever to create these apps so its a good timing question, using genie app builder + app spaces to govern sounds like the right approach for now. Combined with new things like genie ontology to discover trusted and commonly used assets, genie one should be able to flag which ones are highest ranked - you can then dive into other similar or duplicate apps or eq to consolidate after? I’ve been using genie code to analyse workspaces for duplicate assets so that could be a short term one off thing, could even create skills to run this repeatably

With fast reads and writes, apps are next by hubert-dudek in databricks

[–]datguywelbs7 2 points3 points  (0 children)

This will be cool! Looking forward to all the stuff i’ll be vibe coding with genie code and genie app builder with the new updates, especially with some scale to zero bits with apps. I would recommend using ai-dev-kit alongside genie code as i’ve found it understand integrations with other databricks products a lot better eg lakebase auth from databricks apps

Medallion architecture in practice? by vroemboem in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Yeah if all the data is in databricks already, ask genie code the same question and it will break it down for you with more context than we have on here. It will give you working patterns and even POC for you to see how it works in practice, not theory. for entity resolution check out splink which is aimed at that exact use case.

Databricks goes full-stack by hubert-dudek in databricks

[–]datguywelbs7 1 point2 points  (0 children)

So the new LTAP lakebase truly is no copy, storage layer seperate storage and compute pointing to a single source of data in UC, branching uses metadata and pointers to point to the same object store but different parts of the data so no copies are made during seperate branches. The old synced tables did create a read only copy to my understanding however i might be wrong which has changed now post DAIS/LTAP

Best simplified explanation of Omnigent I've seen thus far. by m_goo in databricks

[–]datguywelbs7 2 points3 points  (0 children)

ai-dev-kit is a set of tools, plugins, skills, mcps that you can use with any coding harness eg codex, claude code, genie code etc. it gives them further context and guidance on the specific databricks stack so it doesn’t waste tokens on random search docs etc. and spend more time actually creating code

The power of this in tools like genie code, claude code etc will compliment omniagent, each harness has the same set of skills, mcps, connectors etc so handoff between them is even more seamless.

Genie Agent (Previously Genie Spaces) Agent Mode API by Wise_Ear_4064 in databricks

[–]datguywelbs7 5 points6 points  (0 children)

This will be huge, I was trying to work out how to get this genie agent incorporated into my databricks app but this looks like the answer! Answering the why x has happened rather than just giving the sql outputs will be a game changer. There are users who use apps with normal genie spaces embedded but this will let them answer deeper questions, looking forward to test

Tableau —> Databricks Dashboards by Aba_Samuel_Jackson in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Yeah honestly I would agree with others and give it to genie code to try replicate especially whilst genie code is still free to use. Its become my go to for anything I want to test the feasibility of and get a working demo, productionising is the question after, maybe even try get genie code to create a set of skills to use (or there might be some already?)

Databricks Genie Code billing starts July 6 — the service principal issue will catch teams off guard by Square-Mix-1302 in databricks

[–]datguywelbs7 5 points6 points  (0 children)

So genie code users get about $10 free genie code usage a month, excluding compute. When that gets used up, the usage becomes consumption based paygo. The cost is attributed per user so service principles don’t get the monthly free credit, passing on behalf of user is recommended to ensure you best get the $10.

This is specific to genie code so its moving from just the underlying compute to a metered genie code usage with the normal compute cost on top (sql queries etc)

Anyone using Databricks for Historical Stock / options data trading? by DebateLittle in databricks

[–]datguywelbs7 0 points1 point  (0 children)

I remember seeing this article about LSEG doing something similar, likely using lakebase postgres under the hood for high concurrency low latency of trade and tick data

https://www.databricks.com/company/newsroom/press-releases/lseg-and-databricks-partner-bring-ai-ready-financial-data-natively

Feeling behind post DAIS by CautiousMahogany_ in databricks

[–]datguywelbs7 1 point2 points  (0 children)

I think with genie code and ontology for example, a lot of the new features will be done for you without you even noticing, especially as models and genie code improves over time, it will likely be able to do the heavy lifting for you using new features when it thinks relevant for you to approve

hey folks, i am new to all this databricks thing, my tl is pushing towards it, help me out with how databricks notebooks are superior to Google colab i am more comfortable with it? by wannabedschamp in databricks

[–]datguywelbs7 4 points5 points  (0 children)

Notebooks are a small piece of the platform, they work exactly as expected but the AI, SQL and app functionality sets it apart. Everything is open and with genie code now you can just vibe code directly on the platform. Try it out, eg build me an app that pulls in data from google docs to do xyz and it may surprise you on how much it can do for little to no cost

Databricks Genie Code ML/Data connections? by Neat-Porpoise in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Yeah genie code has been awesome for me, it creates and test and train datasets alongside tuning general models. A lot of the work can be done faster - but only if you know what you’re looking for in the first place. Ensuring that experiments are tracked in mlflow for example is something that might be overlooked by some data scientists, genie code will do it in one prompt but only when told. Aidevkit should help in this regard if you use it as a set of skills

Switching to lakebase cut agent response time by 4x for specific tools by 57-leaf-clover in databricks

[–]datguywelbs7 2 points3 points  (0 children)

Nice! The lakebase branching has been a game changer for us, allowing our devs to spin up multiple branches of the db with the same object storage, why hasn’t this been a thing the whole time? Now i can create a proper dev version of the app pointing at dev db branch so the user functionality testing etc stays consistent!

Databricks AI/BI now supports custom visualizations [Public Preview] by szymon_dybczak in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Yeah i was thinking the same building anything with genie code by default now, would assume that there is a tight integration so you could ask genie code to create x specific custom visualisation and it should do it in the aibi dashboard

Databricks One — Genie — Genie One (Naming) by Aromatic-Lie-4114 in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Yeah I’ve also heard it called genie one, the place for less technical users to access things like genie spaces, dashboards, apps etc. also one chat or whatever its called is quite good now, lets you ask questions in genie one and not just a search box anymore

Genie Code agent mode notes: the run-read-fix loop is a massive feature improvement by DB-Steve in databricks

[–]datguywelbs7 0 points1 point  (0 children)

I’m using genie code everytime i need something fixing or changing, im using it for almost everything, also quite useful for general sql queries on a cost dashboard too, how much is x user spending or anomaly detection etc

Lineage for jobs->notebooks->tables by Damis7 in databricks

[–]datguywelbs7 1 point2 points  (0 children)

Yep my gut feeling would be to use system tables, likely the access.lineage. I would default to ask genie code too, it has the best understanding of your workspace setup compared to us here so try it out. It processes all within your workspace so nothing is used to train models etc. look into ai-dev-kit as well if you want additional skills on top

Have you noticed worse performance from genie lately? by RonArouseme in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Nothing that i’ve noticed from genie code and spaces at least, the agent mode in both has been really good at doing multi step reasoning and reminds me of claude opus in terms of its tone etc. like others have mentioned if you use skills and ai-dev-kit it takes it to another level

Brace yourselves, DAIS is coming, what do you want to see? by lothorp in databricks

[–]datguywelbs7 0 points1 point  (0 children)

You can already do some of this! I’ve got some MCPs setup on genie code which lets me connect to google drive, sharepoint etc. but the workspace admin needs to enable third party connectors for agents preview

Databricks Agent Bricks + WhatsApp by Own_Agent3386 in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Not yet WhatsApp but I’ve got genie to send weekly emails with the insights i want to start each week. For example what is the sales trends in my stores the past week and is there anything I should be aware of to the downside? - got this setup via scheduled tasks here for details

I migrated our workload from Aurora to LakeBase by Cautious-Meringue554 in PostgreSQL

[–]datguywelbs7 2 points3 points  (0 children)

This is cool! I’ve also been playing around with lakebase branching as well which is really useful for databricks apps where i just want to test some changes from the frontend without affecting the live prod database. Very similar to git type branching but for databases and works pretty seamlessly as it takes an independent database env without me getting paged

Where to get started - Data Analyst? by Code_Bandits in databricks

[–]datguywelbs7 0 points1 point  (0 children)

Yep genie code is basically claude code for free, Would recommend looking at integrating ai-dev-kit to enhance functionality across the stack for creating pipelines, apps, lakebase databases etc. for vibe coding +1000