TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Superblocks AI – AI coding assistant for internal apps

114 pointsby frankgrecojralmost 2 years ago
I’m Frank, the Head of AI Engineering at Superblocks. We’re a platform for enterprise developers to build and host mission-critical internal apps.<p>Today we launched Superblocks AI and are excited to hear feedback from the HN community!<p>Superblocks AI combines the power of the Superblocks drag-and-drop App Builder with robust AI code generation, code optimization, code explanation, mock data generation, and API call generation across SQL, Python, JavaScript, JSON and HTML.<p>We built Superblocks AI with the intention to streamline some of the repetitive and often confusing aspects of building internal tools, here’s a brief overview:<p>Generate Code: LLMs like ChatGPT have quickly become a critical part of developers&#x27; lives and we wanted to bring that experience natively into our product. The response is streamed for the best UX, similar to Chat-GPT, and can be modified before use.<p>Explain Code: Understanding someone else’s code for large internal engineering teams is often a challenge. Highlight code and Superblocks AI offers an explanation that you then have the ability to add as a comment.<p>Edit Code: You can make alterations to code by highlighting it and choosing prompts like optimize performance, enhance readability, or something custom. We&#x27;ve added an inline code diff view for easy verification of changes.<p>Generate API Calls: You often want to make an API call but need to spend 30 minutes looking up the documentation and crafting the correct call in Postman. We provided a way for you to give a prompt, and Superblocks AI will generate REST and GraphQL queries for APIs like Stripe, Salesforce, your favorite SaaS provider, and more.<p>Generate Mock Data: This enables faster UI development by generating mock data for components like tables, charts, grids etc., which can be especially handy during prototyping.<p>I&#x27;d love to hear feedback from the HN community on how you think this feature should evolve over the next few months!

12 comments

Topfialmost 2 years ago
I honestly really like this, both conceptually and from an implementations point of view.<p>Assisting in the creation of single purpose functions is, in my experience, by far the most reliable use case for LLMs in regard to code creation at this point in time, yet is something I haven&#x27;t seen many companies really lean into. In fact, the only other example I know of is Cloudflares Workers Workshop [0], which I have been waiting for since May.<p>What I especially like about the implementation showcased in your demo videos though was the visual component. Some subtle animations, effective use of diff, methods being editable before pasting, it all felt very cohesive and thought through, which is something I can&#x27;t say about every company utilizing OpenAIs APIs. Seems more like something that can serve a real value add for users, rather than just jumping on LLMs because it&#x27;s the hot thing this summer.<p>Really hope more people are experimenting with the &quot;visual implementation&quot; of LLMs, using animations and graphs to communicate LLM outputs has a lot of unused potential currently.<p>[0] <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;introducing-cursor-the-ai-assistant-for-docs&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;introducing-cursor-the-ai-assist...</a>
评论 #36496266 未加载
dvtalmost 2 years ago
This is neat, but, as with all projects in this vein, I fail to see the real value add. We&#x27;ve had ML-powered code generation for several years now (Copilot released publicly in late 2021), and apart from a cute novelty, there&#x27;s no real use case I&#x27;ve found. (<i>Maybe</i> except for generating tests, but when dealing with a novel code base, the models really can&#x27;t figure out dependency injection, mocks, weird edge cases I&#x27;d care about, etc.)<p>This might be a bit contrarian, but I don&#x27;t really think there&#x27;s product market fit here, at least for engineers. And if given in the hands of non-engineers, you&#x27;ll need to have an engineer at least look over the code anyway. I haven&#x27;t seen or heard of anyone that seriously uses ChatGPT to generate code and uses it in prod (apart from engagement-farming Twitter posts).<p>&gt; Understanding someone else’s code for large internal engineering teams is often a challenge<p>Without proper context, this will fail miserably. Have you ever seen a corporate codebase before? It can be the definition of &quot;wtf?&quot; even for a seasoned developer that&#x27;s been working there for years.<p>This AI-generated code trend reminds me of the &quot;no-code&quot; fad of the past decade.
评论 #36497945 未加载
评论 #36497713 未加载
评论 #36497252 未加载
评论 #36497439 未加载
评论 #36499453 未加载
评论 #36497807 未加载
评论 #36497260 未加载
anotherpaulgalmost 2 years ago
This looks cool. I like that you&#x27;re showing diffs and integrating the AI code and suggestions back into the original source code.<p>I&#x27;ve been focused on similar concepts with my open source AI coding tool. My tool is a command line GPT chat tool. You can ask it to write or edit code in any git repo. It displays live diffs as the AI edits stream in and automatically integrates them into your source files. I think this is similar to what your article is describing?<p>Folks might want to check out `aider` if they want to do the style of AI coding you&#x27;re showing, but on their own git repos.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider">https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider</a>
评论 #36497029 未加载
cududaalmost 2 years ago
At first was excited when I clicked the link. I think for some people, this is a fantastic solution.<p>However, for me, what I was hoping it was&#x2F; one thing I&#x27;m still looking for: Feed in my whole repo to the GPT-4 API, train on it, and ask questions about the code base&#x2F; particular functions. Has anyone seen that?
评论 #36497532 未加载
评论 #36497353 未加载
评论 #36497329 未加载
评论 #36497705 未加载
ttulalmost 2 years ago
Superblocks is cool, but... when I tried building a simple web hook receiver, it totally failed because the sender of the web hook had their own particular notion of how authentication should work. And Superblocks was rigid in its concept of &quot;web hook&quot;. There is no way to write arbitrary request handling code to get around this limitation.<p>As with all low-code &#x2F; no-code solutions, you can&#x27;t please all the people all the time. But I felt the design choice in this particular case was overly rigid and with little justification.
评论 #36496231 未加载
bitladalmost 2 years ago
Airplane too, does have a coding assistant similar to this [1].<p>[1] <a href="https:&#x2F;&#x2F;www.airplane.dev&#x2F;autopilot" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.airplane.dev&#x2F;autopilot</a>
light_hue_1almost 2 years ago
This looks neat but the examples are terrible.<p>The fact that it&#x27;s even willing to write a function which removes PII from a string is nonsense. No such function is possible.<p>And the comment for filterUsersTable is incredibly long, tedious, and unhelpful.<p>How does the SQL thing work? How does it know what my schema is? That&#x27;s nowhere on screen.<p>The only believable example is the Salesforce one which anyone could do.
评论 #36497283 未加载
rubenfiszelalmost 2 years ago
This is cool, but otherwise you can just use windmill as an open-source internal app builder and use Github Copilot in vscode to get the best AI assistant out there: <a href="https:&#x2F;&#x2F;www.windmill.dev&#x2F;docs&#x2F;cli_local_dev&#x2F;vscode-extension">https:&#x2F;&#x2F;www.windmill.dev&#x2F;docs&#x2F;cli_local_dev&#x2F;vscode-extension</a>
Kiroalmost 2 years ago
I thought Superblocks was blockchain company. Is this a pivot?
评论 #36496425 未加载
iLoveOncallalmost 2 years ago
Wow, a new low code app generator! And it even managed to shoehorn ChatGPT in! How exciting!
评论 #36497479 未加载
mad_villalmost 2 years ago
Looks really cool!
评论 #36496510 未加载
foxbeealmost 2 years ago
If you&#x27;re interested, there&#x27;s a number of open source alternatives to Superblocks<p>Budibase. <a href="https:&#x2F;&#x2F;github.com&#x2F;Budibase&#x2F;budibase">https:&#x2F;&#x2F;github.com&#x2F;Budibase&#x2F;budibase</a><p>Appsmith. <a href="https:&#x2F;&#x2F;github.com&#x2F;appsmithorg">https:&#x2F;&#x2F;github.com&#x2F;appsmithorg</a><p>Tooljet <a href="https:&#x2F;&#x2F;github.com&#x2F;ToolJet&#x2F;ToolJet">https:&#x2F;&#x2F;github.com&#x2F;ToolJet&#x2F;ToolJet</a><p>And more (I&#x27;m sure others will comment)
评论 #37755871 未加载
评论 #36497793 未加载