Code Monkey home page Code Monkey logo

Comments (43)

cormullion avatar cormullion commented on June 20, 2024 4

No problem...

Screenshot 2024-02-04 at 16 20 59

from graphics.

cormullion avatar cormullion commented on June 20, 2024 3

Haha, yes, the original ideas were simpler but then things got added... šŸ˜€ Also, the lack of contrast (after going for the all-white background) reduces the readability too...

If we drop some of the complexity, and the lettering, and add some contrast, we could something like this:

Screenshot 2024-02-05 at 16 41 29

which is similar in spirit perhaps, but of course lacks the interesting detail which you liked...

Reduces to:

Screenshot 2024-02-05 at 16 49 16

from graphics.

cormullion avatar cormullion commented on June 20, 2024 3

I think the printers who print the stickers make the wavy outline shapes - but the insides could look something like this:

Screenshot 2024-02-06 at 14 45 12 Screenshot 2024-02-06 at 14 50 35

from graphics.

cormullion avatar cormullion commented on June 20, 2024 2

"fluid" suggests a few curves perhaps?

Screenshot 2024-01-31 at 16 55 16

(As a bonus, if you squint it spells "AI" :) )

from graphics.

cormullion avatar cormullion commented on June 20, 2024 2

Cool, I'll do a few more like this. Also, if you have some suitable text blurb, I can make some sketches for a social media preview as well.

from graphics.

svilupp avatar svilupp commented on June 20, 2024 1

First of all, thank you for helping us!

I like the first robot as it's obviously some "AI", but I also think that nice logos tend to capture the concepts.

I like the idea behind the swirls in the last, but I would struggle to recognize anything generative/AI in it.

I wonder if there is some way to combine the various concepts.
For me generative AI is about:

  • creating something out of nothing // the magic of it (It still amazes me) -- not sure how to capture? something being half done / or coming out of a box? maybe the gradients and size changing?
  • it covers many modalities (text, image, audio) -- some pen or brush?
  • it's often very iterative -- some cycle around it?
  • it's led by a machine, not a human (but potentially coordinated and supervised by a human) -- maybe a robotic/machine hand?
  • it relies on neural nets and chips underneath -- semiconductor-circuit-like lines?
  • The benefits can range from supporting creativity/translating vague ideas into finished outputs/productivity -- maybe just some sparks?

Not sure if this helps with some ideas? Not all of the above can be combined together, but I figured it could give ideas?

from graphics.

cormullion avatar cormullion commented on June 20, 2024 1

Good stuff!

I would struggle to recognize anything generative/AI in it

Indeed, many logos rarely illustrate or feature examples of the products/companies they represent. Instead, they're intended to be used frequently and consistently to set up vague subconscious links in the viewer's brains. As you say - somehow "capturing" the idea, rather than showing it.

Must haves: a pleasingly-simple shape, possibly a couple of nice colors, possibly linked with a brand name, and repeated and echoed everywhere; you're much less likely to be showing any details. Here are a few examples to illustrate how rarely they show/contain concepts. If you don't recognise them, can you say what the company/product does?

Screenshot 2024-01-31 at 18 57 29

I'll try to come up with more ideas soon!

from graphics.

svilupp avatar svilupp commented on June 20, 2024 1

That's a good reminder - I wasn't aware. It's also funny how so many of these logos look the same.

Maybe it's their influence, but could we maybe incorporate:

  • the essence of infinity/loops/movement
  • the process of creation, eg, change in the width/alpha from left to right
  • the mechanical nature - not sure how to blend it with smooth curves, but perhaps some circuitry
    If it follows the letters AI (or GenAI), it would be good to probably be more obvious (triangles, not rectangles)

Or orthogonal to it, how about something like a mechanical brain with Julia dots inside it? (similar to the robot, but evokes more the cognitive element of it, not the robotics)
Not the same, but I like this blend of brain-like mechanical component (AWS):
braing-nut

from graphics.

cormullion avatar cormullion commented on June 20, 2024 1

Incorporating some of these is possible - it would be nice to simplify it though... :)

Screenshot 2024-02-01 at 10 53 57 Screenshot 2024-02-01 at 11 33 06

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024 1

Oh hell yeah I love these as a start. I tend to prefer logos that have a higher center mass, i.e. where the lines/circuits are larger/wider towards the center. But I really love this "flow" idea where we go from digital to smooth colorful lines.

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024 1

Circuit boards might not but this is ART and we can do whatever we want

from graphics.

svilupp avatar svilupp commented on June 20, 2024 1

I really like it as well - the transition from circuits to colors. The bolder / simpler logo is definitely better, because it feels simpler (less complicated)

from graphics.

cormullion avatar cormullion commented on June 20, 2024 1

No worries! Iā€™ll do a few text-based ones to see how they look at 256x256 sizes. Text is ā€œJuliaGenAIā€?

from graphics.

cormullion avatar cormullion commented on June 20, 2024 1

Any preference for color?

Screenshot 2024-02-04 at 10 04 56

from graphics.

svilupp avatar svilupp commented on June 20, 2024 1

This is great! Thank you for bearing with us!

I really like the first red one, because itā€™s the closest to the colors in the picture already.

I wonder if we could perhaps try one with a white background as per Cameronā€™s comment earlier? I think the background fill distracts me / takes some attention away. Would it be possible invert it (white or transparent background with black circuits or simply black outlines whichever is easier?)

from graphics.

svilupp avatar svilupp commented on June 20, 2024 1

Itā€™s awesome! I love it ā¤ļø

from graphics.

cormullion avatar cormullion commented on June 20, 2024 1

An SVG is rendered accurately at any size, or you could export a PNG version at different specific sizes.

Here's an SVG (1000x1000):

ailogo.svg.zip

and code to export an SVG image to PNG in various sizes:

using Luxor

logo = readsvg("/tmp/ailogo.svg") 

for n in [64, 128, 256, 512, 1024]
    Drawing(n, n, "/tmp/logo-$(n).png")
    origin()
    scale(n/1000)
    placeimage(logo, centered=true)
    finish()
end

But we're struggling at 64 pixels though:

smallogo-64

šŸ˜€

from graphics.

svilupp avatar svilupp commented on June 20, 2024 1

Thank you so much for your help!!!

from graphics.

svilupp avatar svilupp commented on June 20, 2024 1

Preposterous! šŸ˜…

Maybe we should teach ChatGPT how to use Luxor? šŸ„ø

from graphics.

cormullion avatar cormullion commented on June 20, 2024 1

Would it be possible to have an "extended" version for stickers that would have the JuliaGenAI somewhere in addition to this logo?

Everything is possible... :)

Screenshot 2024-02-06 at 09 48 16

from graphics.

xlxs4 avatar xlxs4 commented on June 20, 2024

I like the first one the most!

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024

Oh man, cool! Thanks for starting the issue.

I think the vibe of the org is about making it easy and fluid to work with language, text, and other forms of media. I'd love there to be some kinda expression of "flow" of different forms of content, not sure what that would look like yet.

I think of these I tilt towards the graph looking thing, though it may be too graph-y for the org.

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024

lmao good bonus -- I wonder if there's something we can do where we have some kind of text on the left or bottom that "explodes" into the Julia colors on the right?

from graphics.

cormullion avatar cormullion commented on June 20, 2024

There's hints of tree growing and color mixing too... I'll think about making the lines thicker nearer the center (do circuit boards do this? :) )

from graphics.

svilupp avatar svilupp commented on June 20, 2024

Thatā€™s awesome!

Btw I showed it to my wife and she immediately honed in on:

  • we output 4 lines but one of the colors doesnā€™t match Julia colors (and itā€™s only three dots anyway)
  • it doesnā€™t say or evoke GenAI in any way (I know we discussed it above)

On the second point, would it make sense to:

  • take the output lines to weave together in threads or to be filling the bottom of the logo with mixed colors OR having something like a generative soup of words/numbers/ā€¦ that the threads are feeding into
  • OR could we spell the JuliaGenAI at the bottom as if it was being generated (similar to your original design but simpler / more recognizable)
    (thinking almost like a 3D printer but not exactly, maybe the lines would go into G, e, n as its being generated and AI would be only empty outlines so far ā€” since current models generate token by token)

What do you think? Iā€™m not sure it can be done cleanly šŸ¤”

from graphics.

cormullion avatar cormullion commented on June 20, 2024

it doesnā€™t say or evoke GenAI in any way

Haha, true! I donā€™t think Iā€™m creative enough to make a simple and effective logo that clearly says ā€œGenerative AIā€ without using wordsā€¦ šŸ˜‚ Perhaps others can come up with ideasā€¦

from graphics.

svilupp avatar svilupp commented on June 20, 2024

Haha, true! I donā€™t think Iā€™m creative enough to make a simple and effective logo that clearly says ā€œGenerative AIā€ without using wordsā€¦ šŸ˜‚ Perhaps others can come up with ideasā€¦

Sorry, didn't mean to sound too critical! It's awesome what you've done so far - It was a mere suggestion for possible directions.

Tbh, I have nothing against having JuliaGenAI at the bottom "being generated" - I think it would work well

from graphics.

svilupp avatar svilupp commented on June 20, 2024

That is the name of the organization. It could be just GenAI for simplicity if it looks better? But the org is called JuliaGenAI.

from graphics.

cormullion avatar cormullion commented on June 20, 2024

A couple of different ways to incorporate the name and the other things as well...

Screenshot 2024-02-03 at 12 03 33

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024

I think the black background tends to draw a lot of my eye and might make the logo seem a little dark -- I love the standard white Julia logos.

I actually really love the one on the right -- that's such a brilliant idea to connect each letter (token) to a dot. Really really cool

from graphics.

svilupp avatar svilupp commented on June 20, 2024

I agree - I really like the right-hand side one!

Would it be possible to actually change the letters to be the endpoints of those lines (with the same colours)?
Making it seem like they are being generated/filled with the Julia colours.

I think it would need a different background as Cameron suggested and maybe we could enlarge the font if there were no dots above the letters? I'm not sure whether it's possible / too much effort, but it might make it more readable.

It's really looking great!

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024

Yeah I actually really love the one with the white background. Any other comments on it?

from graphics.

svilupp avatar svilupp commented on June 20, 2024

Not from my end and havenā€™t seen any on Slack either!
The biggest question on my mind is how to make it into a sticker šŸ¤£

What usually happens now? Would it make sense to produce a few sizes for different use cases?

from graphics.

cormullion avatar cormullion commented on June 20, 2024

Iā€™m very happy you asked - increasingly people are using AI-generated graphics šŸ˜€

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024

Yeah I will say the small version of the logo is very difficult to read, it's not particularly easy to identify. Is there anything that would simplify a little? Maybe there's like some kind of weaving or twisting of the colored lines in the middle that we could make take up more real estate.

(also still thanks so much for helping!)

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024

Oooooh I really like the bottom one. It has a clean and modern look, the black background is really delightful. It's also got enough of the original detail I'd say!

from graphics.

svilupp avatar svilupp commented on June 20, 2024

Agreed! I like the bottom one as well.

Would it be possible to have an "extended" version for stickers that would have the JuliaGenAI somewhere in addition to this logo?

from graphics.

svilupp avatar svilupp commented on June 20, 2024

Thank you!

At the risk of being too greedy, would it be possible to try one where the text JuliaGenAI is much bigger to be readable?
I'm not sure how it works visually, but most stickers I have tend to have white margins and use black text on a white background for easy readability. The colorful text on all sides is cool, but it's somehow more distracting/hard to read.

For stickers, I always liked these
image

or the JuliaStats sticker, which combines their logo and the text in a square sticker (even though the logo itself has no text)
image
(I can't find the sticker itself but it was the logo + text in a square)

from graphics.

svilupp avatar svilupp commented on June 20, 2024

This is awesome! Thank youšŸ™

from graphics.

cpfiffer avatar cpfiffer commented on June 20, 2024

Oh hell yeah the stickers are bad ass

from graphics.

svilupp avatar svilupp commented on June 20, 2024

Hi @cormullion,
I realized we never officially concluded this thread!

I think the last iteration (the black one) and the stickers are really great! Could you please share the SVG, please?

Separately, what's the best way to credit you on our website/repo?
Is there a standardized text you use or do we just point people to this Github repo?
What would be your preference?

from graphics.

cormullion avatar cormullion commented on June 20, 2024

OK! We can start with these, for now at least... :)

logos.zip

Don't worry about credit - I think this was a group collaboration! Besides, anyone who's interested will enjoy the serendipity of discovering this issue for themselves! šŸ¤£

from graphics.

svilupp avatar svilupp commented on June 20, 2024

Thank you! I've added credit note to the footer of the webpage and in the folder where we store logos!

from graphics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.