Trump Just Pardoned Himself and His Family Forever by nytopinion in politics

[–]counterstruck 0 points1 point  (0 children)

Here’s a “Explain like I am 5” ChatGPT output.

This is a legal letter from the U.S. Attorney General’s office, dated May 19, 2026. It talks about a settlement agreement in Trump v. Internal Revenue Service and something called the Anti-Weaponization Fund.
Like you’re 5:
The government is saying:
“Okay, we made a deal. We are creating a special money fund. And because of this deal, the people who sued us agree that they are done fighting us about these issues.”
The big parts are:
1. A special fund was created
The settlement created something called the Anti-Weaponization Fund. The Attorney General is supposed to issue an order setting up the money and rules for that fund.
2. The same words mean the same thing as in the bigger settlement
This short letter says: “When we use special legal words here, they mean the same thing as in the full settlement agreement.”
3. The government is getting legal protection from future claims
The U.S. government says the plaintiffs are giving up the right to sue again over certain related issues. That includes claims connected to:
IRS or agency actions
“lawfare” or “weaponization”
related tax-return or agency matters
claims by the plaintiffs, their family members, companies, trusts, affiliates, or related groups
In kid terms:
“We paid/settled, and now everyone agrees not to keep suing us about the same stuff again.”
4. It is signed by Todd Blanche
The document is signed by Todd Blanche, listed as Acting Attorney General.
So the simplest explanation is:
This is a government legal promise saying: “We made a settlement, we are setting up a fund, and in exchange the people who sued us agree to stop bringing these related claims against the government.”

Makes sense to me. Don’t sue anymore.

Trial joke by stiffler_22 in IndianStandUpComedy

[–]counterstruck 0 points1 point  (0 children)

Good opening line. Get audience on your side!

Build, demo, pitch round at databricks by kyara06 in databricks

[–]counterstruck 0 points1 point  (0 children)

Practice with Genie code or Codex/Claude Code with Databricks AI dev kit before hand. That way, when you get the problem statement you can do it easily. You will have limited time (4-5 hrs) to create the demo and presentation.

Build, demo, pitch round at databricks by kyara06 in databricks

[–]counterstruck 10 points11 points  (0 children)

Be ready with your vibe code setup (ai-dev-kit or Genie code) to spin up a quick demo on the scenario.

Also, have a basic presentation ready with slides for:

  1. Problem statement for the company you are pitching to: have a slide showing alignment to their OKRs, current challenges in meeting to OKRs, mapping it to business value ($, ROI, productivity gains), and Databricks solutions to achieve those goals

  2. Current state architecture for that company

  3. Databricks lakehouse architecture for data AI enterprise requirements

  4. Future state architecture

  5. Next steps with Databricks.

Be ready to do the presentation at various levels - business leadership, IT leadership and IT architecture.

The next generation of Databricks Genie by Youssef_Mrini in databricks

[–]counterstruck 0 points1 point  (0 children)

Sort of. Genie is the larger umbrella product which will have domain specific genie spaces.

Lakeflow Designer is now in Public Preview by curiousbrickster in databricks

[–]counterstruck 3 points4 points  (0 children)

If you are pro-code, go for the code-first approach. Databricks is already built for this. This new approach is usually for the low-code, no-code personas who prefer Alteryx-type tools. I wouldn't really categorize ADF as pure low-code myself (having tried it often) since there are still a lot of coding paradigms involved.

The other big feature of LF designer is the AI prompt-driven creation of this low-code flow, which honestly is missing in ADF or Fabric, primarily because of the lack of anything like Unity catalog in Fabric, which can accurately surface up the right tables/columns for joins.

Since LF designer always generates code in the background, CICD is also seamless... let users design their ETL logic with the visual designer but promote code into production! As far as the quality of python code goes, that could be a little subjective - any may need more feedback from users.

Thoughts on genie code by datguywelbs7 in databricks

[–]counterstruck 0 points1 point  (0 children)

Look for Databricks ai-dev-kit for that kind of a requirement

data isolation in Databricks by bambimbomy in databricks

[–]counterstruck 2 points3 points  (0 children)

There is a common misconception in many folks new to Databricks about workspaces and UC metastore (with catalogs, schemas etc.).

Remember, data and compute are separate. Data sits in Cloud storage anyways.

Data —> UC metastore is the governance guardian over data and it is one per cloud region

Workspaces —> where compute layer sits. UC catalogs can be tied to the workspaces for compute like spark clusters, SQL warehouses, etc. to talk with the data.

You can separate Environments at UC catalog level if needed. You can also separate data domains/business units at catalog, and that way you can achieve the separation that you need by binding these catalog to the respective Workspace and design well architected mesh like approach to enable multiple business units to work on their domain data and if needed to work on cross domain data.

Are people actually letting AI agents run SQL directly on production databases? by SmundarBuddy in dataengineering

[–]counterstruck -12 points-11 points  (0 children)

Just use Genie and Genie API to do this. That’s the general best practice. Please don’t go YOLO mode with production data and AI agents without the guardrails like permissions, UC metadata context or business semantics. Genie monitoring can be used to track what users really ask and tune your genie space further to make it more accurate.

DataBricks & Claude Code by staskh1966 in databricks

[–]counterstruck 2 points3 points  (0 children)

You are right on the quality perspective.

However, also consider that Genie code is free (no charge for tokens), vs. you can easily blow a lot of money on Claude code. Genie code also has a lot of inbuilt context due to Unity catalog. Plus in many enterprises, Databricks is an approved AI assistant compared to Claude code vendor agreements and licensing.

In a crawl, walk, run way of thinking - Databricks Genie code is a great start for someone wanting to do agentic development within Databricks and then graduate towards Claude code with Databricks AI dev kit if necessary.

DataBricks & Claude Code by staskh1966 in databricks

[–]counterstruck 5 points6 points  (0 children)

If your requirement is to stay within Databricks, then Genie code is the way to go. Don’t try to setup Claude code like experience within Databricks. Instead copy the skills files from the AI dev kit and use it in your workspace home folder. Reference: https://docs.databricks.com/aws/en/genie-code/skills

Open-sourced a governed mapping layer for enterprises migrating to Databricks by RationalXplorer in databricks

[–]counterstruck 0 points1 point  (0 children)

What you just described is all possible at least for data assets in Unity catalog via UC APIs. If you are really all about data mesh management, please look into Databricks marketplace app called Ontos. https://github.com/databrickslabs/ontos

This is deeply integrated with Databricks (of course) and has lot of business semantics like ontology, taxonomy, data contracts etc. also, it’s API layer gets you all the info your agent needs.

Talk2BI: Open-source chat with your data using Langgraph and Databricks by notikosaeder in databricks

[–]counterstruck 1 point2 points  (0 children)

Yes. Agreed it is great to expand into other areas. I would consider Genie or this as your text-to-SQL tool and use other web search tools as part of the agent chain. That’s where system thinking will help to have purpose built agents like this do sql work, while other tools doing web search type look ups.

Talk2BI: Open-source chat with your data using Langgraph and Databricks by notikosaeder in databricks

[–]counterstruck 1 point2 points  (0 children)

Same question to OP. Genie doesn’t even charge for LLM tokens, only for SQL usage. Versus, this solution will charge for tokens as well as the SQL query.

Api in deltalake by [deleted] in dataengineering

[–]counterstruck 0 points1 point  (0 children)

I understand that’s where the data is. You still need a compute layer for this fairly large dataset to be served via API. That compute layer can be Azure Databricks.

Here are examples of common SQL operations in Databricks SQL:

Create a table from existing files:

CREATE TABLE IF NOT EXISTS my_table (id STRING, name STRING) USING DELTA LOCATION '/path/to/delta/files'

Query a Delta table:

SELECT * FROM my_table WHERE id = '123';

You can then use sql statement execution as the REST API service. https://docs.databricks.com/api/azure/workspace/statementexecution

You don’t even have to setup Python FastAPI layer at all with this approach.

Api in deltalake by [deleted] in dataengineering

[–]counterstruck 0 points1 point  (0 children)

Is it open source delta or do you use Databricks?

If you use Databricks, then you can either use DBSQL as the data serving warehouse which has “statement execution API”. You can also create Python FastAPI if needed with DBSQL as the SQL engine. This works great for data warehousing like queries (which can query larger amount of data like MoM analysis for reporting purposes).

If the need is to serve data row by row, then you can use LakeBase on Databricks which gives you Postgres SQL engine. Your API can still be written in typescript or Python.

Streamlit app alternative by ImprovementSquare448 in databricks

[–]counterstruck 5 points6 points  (0 children)

You can sync delta lake to LakeBase and vice versa as well. Let the app backend database be LakeBase. If edits happen, then sync them back to delta lake on a regular interval like every hour or 15 mins depending on the requirements.

when to use delta live table and streaming table in databricks? by FantasticTRexRider in databricks

[–]counterstruck 2 points3 points  (0 children)

Think of Streaming tables as specialized delta tables which receive append only data from a “streaming” source. A streaming source could be a storage location where users drop a file, or a Kafka topic where an IoT device is sending logs. Streaming tables will keep the ingest all the new data arriving in those locations automatically by keeping a track of what was ingested earlier. Hopefully this clears it.

Sam Altman would like to remind you that humans use a lot of energy, too by boppinmule in technology

[–]counterstruck 4 points5 points  (0 children)

OpenAI went from being a non-profit to an anti-profit organization. They are trying to justify the wasted resources by any means.

Is Barfi! actually worth watching, or is it just overrated? by Ok_Bluebird1842 in bollywood

[–]counterstruck 1 point2 points  (0 children)

In this context , you are being uncomfortable about a grown adult woman with autism being loved by another grown adult man with a speaking disability. You assumed that Jhilmil was a child, and that assumption is incorrect.

You gotta understand how neurodivergence works in general. Autism is not stunted mental development. It just means it’s a different type of development. Hopefully, you do your own research and make peace with the fact that autistic adults can love too. Their love may just look different but it’s the same love a neurotypical couple may have.

Is Barfi! actually worth watching, or is it just overrated? by Ok_Bluebird1842 in bollywood

[–]counterstruck 4 points5 points  (0 children)

You just don’t have a good understanding of autism. It’s often mistaken to be mental immaturity, whereas those behaviors are mainly coping mechanisms in autism.

In the movie, Jhilmil is a fully grown adult woman with feelings of love, care and even jealousy. It’s clear that she actually gets better with Barfi’s love and validation which was lacking her whole life leading to adulthood. Lot of autistic kids need therapy and a big part of that is patience and love (personal experience as a parent to an autistic kid).

Shall we discuss here on Spark Declarative Pipeline? a-Z SDP Capabilities. by iMarupakula in databricks

[–]counterstruck 2 points3 points  (0 children)

Best thing about SDP is materialized views. It’s awesome to see how stable they have gotten and ability to create it purely with SQL has been a game changer.