home.social

#creativecode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #creativecode, aggregated by home.social.

  1. Today in #creativecode, Matrix-based multi-agent DMs

    It was like pulling tooth, but we're locking in our gains. Pfew.

    Next, personalizing agents from "stem cell" stage: Business analyst, design engineer, plus others to come — each with domain-specific checks, skills, MCPs and libraries to consult.

    #openclaw #claw #matrix #agents #designsystems #AI #typescript #nextjs

  2. Today in #creativecode, Matrix-based multi-agent DMs

    It was like pulling tooth, but we're locking in our gains. Pfew.

    Next, personalizing agents from "stem cell" stage: Business analyst, design engineer, plus others to come — each with domain-specific checks, skills, MCPs and libraries to consult.

    #openclaw #claw #matrix #agents #designsystems #AI #typescript #nextjs

  3. Today in #creativecode, Matrix-based multi-agent DMs

    It was like pulling tooth, but we're locking in our gains. Pfew.

    Next, personalizing agents from "stem cell" stage: Business analyst, design engineer, plus others to come — each with domain-specific checks, skills, MCPs and libraries to consult.

    #openclaw #claw #matrix #agents #designsystems #AI #typescript #nextjs

  4. Today in #creativecode, Matrix-based multi-agent DMs

    It was like pulling tooth, but we're locking in our gains. Pfew.

    Next, personalizing agents from "stem cell" stage: Business analyst, design engineer, plus others to come — each with domain-specific checks, skills, MCPs and libraries to consult.

    #openclaw #claw #matrix #agents #designsystems #AI #typescript #nextjs

  5. Today in #creativecode, Matrix-based multi-agent DMs

    It was like pulling tooth, but we're locking in our gains. Pfew.

    Next, personalizing agents from "stem cell" stage: Business analyst, design engineer, plus others to come — each with domain-specific checks, skills, MCPs and libraries to consult.

    #openclaw #claw #matrix #agents #designsystems #AI #typescript #nextjs

  6. Working on epic to harden #librarian1️⃣ (it took protocol as suggestion, when it's well... protocol)

    I started an exercise where me and AI discuss architecture via diagram, and only after we agree on it, it executes unsupervised (sandboxed on branch epic, as per #backstage policy 2️⃣)

    video shows us debating, right (in pt). and diagram as contract, left. final (well, current) diagram is here3️⃣

    1️⃣ github.com/nonlinear/librarian
    2️⃣ github.com/nonlinear/backstage
    3️⃣ github.com/nonlinear/librarian

    #creativecode

  7. today on #CreativeCode (ex #kinetic): I redesigned page credits in a way I like best. It's the little "🛎️" bottom -right of nonlinear.nyc/dudes/

    Next steps are:
    - stress test credits
    - test markdown on frontmatter description (for longer copy)
    - mobile version
    - redesign actual credits column
    - tags as pills, better popover

  8. Week 3 with @Ableton and @TouchDesigner: Effects. I wanted something really drone-y and rumbly, that I could visualize as vibrations. For the visuals I experimented with instancing and shading. I also just can't stop playing with noise—so satisfying.

    Very happy with how this track turned out.

    vimeo.com/benjaminbojko/concep

    #creativecode #creativecodeart #touchdesigner #ableton #particlesystem #generativeart #creativecoding

  9. How it work.

    Every X frames, take the current image copy it to two other temporary graphic (for the left and right side).
    Then draw pick a random point and angle.
    On the left image erase everything right of that line. Do the opposite for the right image.
    Pick a new color.
    Everyframe, erase everything on the current frame, draw the back on with the new color then draw the left and right image on top, offseting their position by the cross product of the angle of the line.
    #creativecode #creativecodeart #procgen #procedural #processing #p5js #p5 #creat