Forum
    • Categories
    • Register
    • Login

    HISE with Claude

    Scheduled Pinned Locked Moved AI discussion
    13 Posts 6 Posters 82 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • HISEnbergH
      HISEnberg @resonant
      last edited by

      @resonant Maybe the best place to start is to familiarize yourself with using Claude in an IDE like Visual Studio Code. Anthropic actually has some decent tutorials on using Claude Code as well.

      Next, the best applications of using Agentic coding in HISE is via:

      • MCP (Model Context Protocol). It's the most valuable tool since it gives Claude a structured way to explore HISE and the scripting protocol instead of making things up or guessing.

      • CLI. A command line tool, it allows you and the agent to control HISE from the command line. So it can do things like add components to the UI.

      • LSP The language Server Protocol. basically helps Claude not butcher or hallucinate HiseScript.

      So I'd suggest just cloning those, then launch Claude from terminal or inside an IDE, direct it on the repos and ask it to set everything up for you.

      Sonic Architect && Software Mercenary

      resonantR 1 Reply Last reply Reply Quote 1
      • David HealeyD
        David Healey @resonant
        last edited by

        @resonant said in HISE with Claude:

        I use GitHub Desktop

        Are your own projects managed using git? I think that's what Dan was asking

        Claude connects to your git repo. Then it can read your code, make changes, and push new commits.

        Free HISE Bootcamp Full Course for beginners.
        YouTube Channel - HISE tutorials
        My Patreon - More HISE tutorials

        HISEnbergH 1 Reply Last reply Reply Quote 0
        • resonantR
          resonant @HISEnberg
          last edited by

          @HISEnberg @dannytaurus @David-Healey I have a Mac mini to dedicate for this agentic coding or vibe coding thingy.

          Yes I use git, so does anyone do similar process and is there a quick & easy (I am totally new) tutorial for this?

          David HealeyD 1 Reply Last reply Reply Quote 0
          • David HealeyD
            David Healey @resonant
            last edited by David Healey

            @resonant I use Claude in the browser, go here: https://claude.ai/code

            If I remember it walks you through the process of connecting to your github account. If not you need to add Claude in the applications section of your github profile. Then you can point it to your project's repo so it can see your code.

            I imagine the process is similar for the Claude desktop app but it can access local git repos instead of remote.

            Once you've got these basics setup then you can do as HISEnberg suggested and work with the HISE CLI (something I haven't done yet).

            @resonant said in HISE with Claude:

            I have a Mac mini to dedicate for this agentic coding or vibe coding thingy.

            All the work is done on Claude's servers so you don't need a dedicated system.

            Free HISE Bootcamp Full Course for beginners.
            YouTube Channel - HISE tutorials
            My Patreon - More HISE tutorials

            1 Reply Last reply Reply Quote 1
            • HISEnbergH
              HISEnberg @David Healey
              last edited by

              @resonant If you have a dedicated system, I recommend (or at least prefer) to run things locally. It offers some advantages, though I'm not sure what the current state of running Claude in the browser looks like (perhaps it's equally as good at this point).

              There's a lot of ways you can configure things. You could also use the desktop app, but I don't personally prefer this since you are losing oversight of the project you set up. In my experience, working with claude from an IDE like VisualStudio Code, or just running it in the terminal, is a lot more powerful.

              That being said, it doesn't really matter how you set things up. There's no tutorial since it's fairly new and I think it depends on your preferred way of working. I write a lot of C++ DSP and work in JUCE fairly frequently, so I prefer the IDE.

              Just dive into it. Clone those repos I sent you. Open Claude (browser, ide, terminal, desktop app, whatever). Direct it to all the repos: HISE, your project, the CLI, MCP, LSP, and ask it how to setup and configure everything. That's actually one of the benefits to an LLM. Ask it to explain things and how best to configure your workflow. It can guide you. If you have a dedicated machine it's all the better since you don't need to worry as much about permissions and sensitive information getting leaked.

              There's a lot of Youtube videos online about using Claude Code. Generally they are pretty garbage. You can learn a lot more by following Antrhopic's own documentation and courses.

              Sonic Architect && Software Mercenary

              1 Reply Last reply Reply Quote 1
              • lalalandsynthL
                lalalandsynth
                last edited by

                I feel that Claude is just too expensive for any real work, is it just me ?

                I use Cursor for almost everything now.

                https://trikk.studio/
                https://www.instagram.com/trikkstudio/

                Christoph HartC David HealeyD 2 Replies Last reply Reply Quote 0
                • Christoph HartC
                  Christoph Hart @lalalandsynth
                  last edited by

                  just fyi at this point the hise-cli contains the functionality of the mcp server and the lsp server so it's the all in one solution going forward.

                  1 Reply Last reply Reply Quote 4
                  • David HealeyD
                    David Healey @lalalandsynth
                    last edited by

                    @lalalandsynth said in HISE with Claude:

                    I feel that Claude is just too expensive for any real work, is it just me ?

                    I pay $20 per month, seems fine. I mostly use it for making changes to HISE itself or looking up things in the codebase, I don't use it to write HISE script very often.

                    @HISEnberg said in HISE with Claude:

                    If you have a dedicated machine it's all the better since you don't need to worry as much about permissions and sensitive information getting leaked.

                    All the data is still sent to Anthropic's servers and processed there so I'm not sure there is any security advantage to use a desktop app rather than a web one. Definitely some practical advantages though in terms of integration with an IDE or accessing local repos.

                    Free HISE Bootcamp Full Course for beginners.
                    YouTube Channel - HISE tutorials
                    My Patreon - More HISE tutorials

                    dannytaurusD HISEnbergH 2 Replies Last reply Reply Quote 0
                    • dannytaurusD
                      dannytaurus @David Healey
                      last edited by

                      @David-Healey said in HISE with Claude:

                      I'm not sure there is any security advantage to use a desktop app rather than a web one

                      I think he means if you run Claude on a dedicated machine there will be far less personal info on that machine to get leaked either way.

                      HISE dev latest / super.engineering + Claude Fable / Figma + Affinity
                      Meat Beats: https://meatbeats.com
                      Klippr Video: https://klippr.video

                      1 Reply Last reply Reply Quote 1
                      • HISEnbergH
                        HISEnberg @David Healey
                        last edited by

                        @David-Healey Oh yes of course they collect all the data. It's exactly as @dannytaurus mentions, it's more to isolate personal info and letting Claude loose on your local machine instead of having to put gaurdrails and security measures up. There's also a lot of trojans sneaking in from github repos these days....

                        Sonic Architect && Software Mercenary

                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post

                        21

                        Online

                        2.5k

                        Users

                        13.9k

                        Topics

                        121.2k

                        Posts