rubydwarf's profile picture. Head of Developer Education @HasuraHQ 🧑‍💻 Co-Founder & CEO @codeblossom_com 🌸 IVLP Alumni (#HiddenNoMore) 💜

Marion Schleifer

@rubydwarf

Head of Developer Education @HasuraHQ 🧑‍💻 Co-Founder & CEO @codeblossom_com 🌸 IVLP Alumni (#HiddenNoMore) 💜

PromptQL is finally here 🤩 the @HasuraHQ team has been hard at work to get this project off the ground and yesterday we launched the alpha version. I'm so excited about that! 🙌 try it out and keep the feedback coming: shortclick.link/v9pbx7

Hot take: AI Assistants are failing us Despite the buzz, closed-domain AI assistants are falling short. Without reliable, context-aware responses, they’re not ready for serious business use. Where AI Assistants Fail Here’s a scenario from a well known sales assistant that’s…



Marion Schleifer reposted

PromptQL is available now in Alpha! Give it a try and let us know what you think ➡️ bit.ly/40oQyMt

PromptQL's tweet image. PromptQL is available now in Alpha!

Give it a try and let us know what you think ➡️ bit.ly/40oQyMt

Join our community call tomorrow for an action packed Dev Day! 🎉🙌🔥

We're showing off our new AI data access tool online during Dev Day on 31st Oct! See how you can use it to build your own intelligent Customer Support Assistant that can ✅ Increases productivity ✅ Find answers and close tickets faster ✅ Provide insights into the team’s…

PromptQL's tweet image. We're showing off our new AI data access tool online during Dev Day on 31st Oct!

See how you can use it to build your own intelligent Customer Support Assistant that can

✅ Increases productivity
✅ Find answers and close tickets faster
✅ Provide insights into the team’s…


Marion Schleifer reposted

We'll be at #GitHubUniverse in #SanFrancisco and we hope to see you there! Stop by our booth to see how @HasuraHQ can help you build intelligent next-gen #AI apps with real-time data Learn more here: hasura.info/github-24

PromptQL's tweet image. We'll be at #GitHubUniverse in #SanFrancisco and we hope to see you there!

Stop by our booth to see how @HasuraHQ can help you build intelligent next-gen #AI apps with real-time data

Learn more here: hasura.info/github-24

Marion Schleifer reposted

Ugh. Kinda frustrated with state of usefulness of AI apps. Why is building domain specific assistants not more of a thing? Seems like they would just be immediately useful as internal or personal apps at the very least. Like ChatGPT or Claude but with domain specific…


Marion Schleifer reposted

.@HasuraHQ CEO and Co-Founder @tanmaigo joins @robbyrussell on the @_maintainable software podcast as they discuss... 😈 maintaining a fearless codebase 🌐 navigating technical debt 📈 transformative #GraphQL supergraphs Listen here: hasura.info/3MuTxKY


Marion Schleifer reposted

Data federation with Python just got a whole lot easier! Check out the new Hasura Python connector in action at this week's community call (29 Aug) Register ➡️ bit.ly/3T4A8Em


Marion Schleifer reposted

👉Join Ken Stott and @HasuraHQ CEO, @tanmaigo, in an upcoming fireside chat for more thoughts on the future of data access and the critical role of metadata. hasura.info/3XdeGjg #DataGovernance #DeveloperProductivity #APIManagement

PromptQL's tweet image. 👉Join Ken Stott and @HasuraHQ CEO, @tanmaigo, in an upcoming fireside chat for more thoughts on the future of data access and the critical role of metadata.

hasura.info/3XdeGjg

#DataGovernance #DeveloperProductivity #APIManagement

Marion Schleifer reposted

With our latest product, @HasuraHQ Data Delivery Network (DDN), we’ve introduced several powerful innovations that empower businesses to build metadata-driven data access layers. 🏆 See what @_RobDominguez has to say, and read about the features below. 🧵


Marion Schleifer reposted

Guess what – it’s launch day! 🚀 🚀 Thrilled to announce the GA of @HasuraHQ Data Delivery Network (DDN) - the industry's first metadata-driven federated data access platform.


Marion Schleifer reposted

The way we build our backends is SO not ready for the future. AI agents need direct access to the domain models and the core business methods. The way we've been building APIs is for "dumb clients", with API endpoints that each contain a lot of business logic. Dumb clients…

We see this happening now at YC. The next two years will happen very fast. Eric Schmidt is right about this exponentialview.co/p/eric-schmidt…

garrytan's tweet image. We see this happening now at YC. The next two years will happen very fast. 

Eric Schmidt is right about this

exponentialview.co/p/eric-schmidt…


Marion Schleifer reposted

We're hosting a live webinar on how to use the Hasura Elasticsearch GraphQL connector (13 Aug)! The Agenda: 🧙 Generate instant APIs 🔮 Advanced query capabilities 🔀 Federate Elasticsearch data with other sources and more! Register➡️ bit.ly/3LFEUo1

PromptQL's tweet image. We're hosting a live webinar on how to use the Hasura Elasticsearch GraphQL connector (13 Aug)!

The Agenda:

🧙 Generate instant APIs
🔮 Advanced query capabilities
🔀 Federate Elasticsearch data with other sources

and more! Register➡️ bit.ly/3LFEUo1

Marion Schleifer reposted

Love this form factor. Comments on a collaborative document that drives agentic behaviour in the background. 🔥 🔥 Imagining this on the @HasuraHQ console where API consumers can comment on things to request for API changes - documentation, new relationships, api schema…

In-line doc editor by @baygross and @MatthewSlotkin Claude 3.5 Sonnet powered tool that reads your doc and drops in comments and suggestions right where you need them.



Marion Schleifer reposted

Join us for a #GraphQL federation master class. We’ll walk through the why/how of building powerful supergraphs on @awscloud #AppSync. 👉 buff.ly/4bDaJIs

PromptQL's tweet image. Join us for a #GraphQL federation master class. We’ll walk through the why/how of building powerful supergraphs on @awscloud #AppSync. 👉 buff.ly/4bDaJIs

Marion Schleifer reposted

Mentioned this in my keynote at @aiDotEngineer! Ask ChatGPT to count r’s in strawberry using code and it works. The same idea works to try to get LLMs to create a plan for data retrieval in code instead of try to do tool calling directly. It’s the fastest way to get agentic…

In case you're interested, the entirely unintuitive and undocumented fix is to add "use python" to the prompt

simonw's tweet image. In case you're interested, the entirely unintuitive and undocumented fix is to add "use python" to the prompt


Marion Schleifer reposted

It's here. Run a complete supergraph with Hasura DDN on your own machine. It's just docker containers and http servers. Self deploy with no limits. Open source components serve your API. hasura.io/blog/announcin…


Marion Schleifer reposted

This is 100% the way. In a successful GraphQL implementation, GraphQL should never be something you work on or be concerned about. It should just happen as an artefact of you working on your domain.

Subtle evolution in how I'm thinking about Grats: Grats treats GraphQL SDL as a compiler target, and emits a description of your TypeScript server's capabilities rather than asking you to define your schema in your Typescript code 1/2



Today is my 5 year anniversary at @HasuraHQ 🎉 I love working with the docs & community teams and I'm proud of what we have accomplished in the last few years 🙌 stay tuned for all the things we build / write / record going forward 🔥


Marion Schleifer reposted

Is #GraphQL dead? Or are the reports deeply exaggerated? Join us for a Q&A session with CEO @tanmaigo to see what we’re hearing and seeing from those working with GraphQL. buff.ly/3RyZhGH

PromptQL's tweet image. Is #GraphQL dead? Or are the reports deeply exaggerated?

Join us for a Q&A session with CEO @tanmaigo to see what we’re hearing and seeing from those working with GraphQL. buff.ly/3RyZhGH

Marion Schleifer reposted

The GraphQL San Francisco is back on 11th July and we're excited to host it! @praveenweb will talk about the state of the GraphQL ecosystem in 2024 and highlights you should be aware of if you're a GraphQL user. 📆 11th July, 5:30pm PT Register ➡️ meetup.com/sf-graphql/eve…

PromptQL's tweet image. The GraphQL San Francisco is back on 11th July and we're excited to host it!

@praveenweb will talk about the state of the GraphQL ecosystem in 2024 and highlights you should be aware of if you're a GraphQL user.

📆 11th July, 5:30pm PT

Register ➡️ meetup.com/sf-graphql/eve…

United States Trends

Loading...

Something went wrong.


Something went wrong.