home.social

#junie — Public Fediverse posts

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

  1. CW: AI Rant

    I used #junie account 3 days in this week and finished my credits :) also I am using #copilot in daily office work, and I manage to finish my tokens maybe once in last 6 months. And it is refreshed in couple of days.

    Feels like there is a big miscalculation or wrong monitoring happening here.

    I am not talking only for myself, A friend also was complaining Cursor is eating the tokens too quickly and I heard Cluade changed iterations number internally so the generated code is getting worse lately.

    #ai #rant

  2. I told JetBrain's Junie (set on Claude Opus 4.6 model) to implement an idea i had to fix a bug.

    Then I asked Claude code (same model) to review it:

    > Good idea, questionable implementation.

    🤣
    Claude's new version is much cleaner and better in performance. I wonder how's possible for Junie to screw up the goods from Opus model... #LLM #JetBrains #Junie #ClaudeCode

  3. Whoa, Junie! I said I wanted to plan out some incremental changes, not for you to go off and do everything on your own without asking me for input. WTF?!

    #AI #AISlop #Slop #JetBrains #Junie

  4. YOLO Wasn't expecting to warming up to using an agent for the shitty tasks this easily

    #YOLO #Junie #LLM #AI #Agent

  5. Hmm it seems Junie is evolving, it has found my non-default PHPUnit config file location, and has started getting into segfaults:

    #AI #Junie #PHP #PHPUnit #LLM

  6. Who are using #devstral-small-2 with #Cline plugin on #intellij ? Do you think that they are the perfect combination to replace #Junie ?

    #java

  7. Yesterday, on my live coding #Java stream, I spent some time (more than I expected) creating some very rough benchmarks for my #EventSourcing example app, JitterTicket.

    I had #Junie write a data generator to create 100 concerts, 1,000 customers, each buying 2-4 tix per concert.

  8. JetBrains IDE's have been my goto editors for several years. And with Junie in the mix, it was time to share some thoughts on it, having used it since it got released.

    mikelundahl.com/2025/12/11/jet

    Really think Junie deserves more attention than it's getting.

    #AI #JetBrains #Junie #Coding #VibeCoding #Programming #WebDev #GameDev #Software

  9. Can #JetBrains Junie AI autonomously code a complex task? Spoiler: YES. 🤯

    I provided the new SelectionStorageInterface.php and gave Junie AI this detailed prompt:

    "Modify all classes using the interface, implement cacheKey, ttl, and hasSelection. Adapt sessionStorage. Write unit tests covering new parameters. Add configurable ttl to config/definition.php and inject it into the SelectionManager via config/services.php."

    See result here: github.com/tito10047/batch-sel

    #phpstorm #junie #symfony

  10. Today I finished some improvements to use #SpringBoot configuration to select the implementation of the Event Store (in-memory, CSV files, Spring Data JDBC), which #IntelliJIDEA's #Junie helped with.

    Next week, I'll be implementing some Projectors that use the DB for storage.

  11. Today I finished some improvements to use #SpringBoot configuration to select the implementation of the Event Store (in-memory, CSV files, Spring Data JDBC), which #IntelliJIDEA's #Junie helped with.

    Next week, I'll be implementing some Projectors that use the DB for storage.

  12. Nouvelle vidéo: Développons avec Simon Ep. 9 : Comparatif de 3 agents IA de programmation
    foilen.com/fr/dev_simon/9/

    On teste Claude Code, Junie (JetBrains) et GitHub Copilot Agent sur une vraie fonctionnalité dans Acilia.

    💡 Leçon clé: Les agents IA sont des collègues efficaces pour 80-90% du travail, pas des remplacements. Workflow
    recommandé: commit → agent → revue de code avec TODO+ → itérations.

    #DevAvecSimon #IA #Programmation #ClaudeCode #Junie #GitHubCopilot

  13. Nouvelle vidéo: Développons avec Simon Ep. 9 : Comparatif de 3 agents IA de programmation
    foilen.com/fr/dev_simon/9/

    On teste Claude Code, Junie (JetBrains) et GitHub Copilot Agent sur une vraie fonctionnalité dans Acilia.

    💡 Leçon clé: Les agents IA sont des collègues efficaces pour 80-90% du travail, pas des remplacements. Workflow
    recommandé: commit → agent → revue de code avec TODO+ → itérations.

    #DevAvecSimon #IA #Programmation #ClaudeCode #Junie #GitHubCopilot

  14. Nouvelle vidéo: Développons avec Simon Ep. 9 : Comparatif de 3 agents IA de programmation
    foilen.com/fr/dev_simon/9/

    On teste Claude Code, Junie (JetBrains) et GitHub Copilot Agent sur une vraie fonctionnalité dans Acilia.

    💡 Leçon clé: Les agents IA sont des collègues efficaces pour 80-90% du travail, pas des remplacements. Workflow
    recommandé: commit → agent → revue de code avec TODO+ → itérations.

    #DevAvecSimon #IA #Programmation #ClaudeCode #Junie #GitHubCopilot

  15. Nouvelle vidéo: Développons avec Simon Ep. 9 : Comparatif de 3 agents IA de programmation
    foilen.com/fr/dev_simon/9/

    On teste Claude Code, Junie (JetBrains) et GitHub Copilot Agent sur une vraie fonctionnalité dans Acilia.

    💡 Leçon clé: Les agents IA sont des collègues efficaces pour 80-90% du travail, pas des remplacements. Workflow
    recommandé: commit → agent → revue de code avec TODO+ → itérations.

    #DevAvecSimon #IA #Programmation #ClaudeCode #Junie #GitHubCopilot

  16. hey guys, I have been working on this project around 3 months with #Junie and it has been a very good experience

    I used #splunk many years and I realized there is not one project which can work like that, easy to install and run. if anyone likes to contribute I am very fast code reviewer and good vibes guy 🥳 feel free to join

    github.com/ozkanpakdil/grepwise

  17. #JetBrains #Junie keeps on giving. I needed to put this snippet somewhere into my project, but had no idea how and where, and didn't find anything in the documentation of the lib which uses this lib. After desperately searching for half an hour, I told Junie to try it while I continued researching.

    Junie wrote code, saw that it doesn't work, asked me whether it may update a dependency, updated the dependency, adapted the code, ran the build, boom, just works.

  18. Getting very good results from #JetBrains #Junie (which seems to be much faster on a Sunday) by writing prompts as I would write issue descriptions / suggestions / review comments for my team. With the main difference that the lag between iterations is down from hours / days to mere seconds. O_O

    Certainly won't replace a junior dev, but it changes what a junior dev has to do to be actually useful. Execution alone isn't enough; AI agents are already pretty good at that. #AI #VibeCoding

  19. #JetBrains #Junie keeps on giving, but man, is it slow... We're finally back at the old XKCD Compiling comic.

  20. [Перевод] Что нового в GoLand 2025.2?

    Команда Go for Devs подготовила перевод статьи о новых возможностях GoLand 2025.2. В этом релизе — умное выявление ошибок с помощью анализа потоков данных, неблокирующий экран приветствия, улучшенный поиск HTTP-эндпоинтов и ускоренный AI-агент Junie. А ещё — апгрейд JetBrains AI Assistant и свежие функции, унаследованные от IntelliJ IDEA, WebStorm и DataGrip.

    habr.com/ru/articles/942868/

    #GoLand #JetBrains #Junie #AI_Assistant #DFA #HTTP #разработка #ide #обновление #продуктивность

  21. [Перевод] Что нового в GoLand 2025.2?

    Команда Go for Devs подготовила перевод статьи о новых возможностях GoLand 2025.2. В этом релизе — умное выявление ошибок с помощью анализа потоков данных, неблокирующий экран приветствия, улучшенный поиск HTTP-эндпоинтов и ускоренный AI-агент Junie. А ещё — апгрейд JetBrains AI Assistant и свежие функции, унаследованные от IntelliJ IDEA, WebStorm и DataGrip.

    habr.com/ru/articles/942868/

    #GoLand #JetBrains #Junie #AI_Assistant #DFA #HTTP #разработка #ide #обновление #продуктивность

  22. [Перевод] Что нового в GoLand 2025.2?

    Команда Go for Devs подготовила перевод статьи о новых возможностях GoLand 2025.2. В этом релизе — умное выявление ошибок с помощью анализа потоков данных, неблокирующий экран приветствия, улучшенный поиск HTTP-эндпоинтов и ускоренный AI-агент Junie. А ещё — апгрейд JetBrains AI Assistant и свежие функции, унаследованные от IntelliJ IDEA, WebStorm и DataGrip.

    habr.com/ru/articles/942868/

    #GoLand #JetBrains #Junie #AI_Assistant #DFA #HTTP #разработка #ide #обновление #продуктивность

  23. [Перевод] Что нового в GoLand 2025.2?

    Команда Go for Devs подготовила перевод статьи о новых возможностях GoLand 2025.2. В этом релизе — умное выявление ошибок с помощью анализа потоков данных, неблокирующий экран приветствия, улучшенный поиск HTTP-эндпоинтов и ускоренный AI-агент Junie. А ещё — апгрейд JetBrains AI Assistant и свежие функции, унаследованные от IntelliJ IDEA, WebStorm и DataGrip.

    habr.com/ru/articles/942868/

    #GoLand #JetBrains #Junie #AI_Assistant #DFA #HTTP #разработка #ide #обновление #продуктивность

  24. Although #AI rightfully gets a bad response like blockchain did years ago, I've found instances where it's genuinely useful.

    The #Junie features in #IntelliJ can be quite helpful if you treat it like a junior developer: pass off easy tasks and review its work, knowing that accepting its "pull request" is on your head for letting poorly-written code into the repo.

    #programming #jetbrains

  25. Испытано на себе: пилот Junie для разработки. Делюсь выводами за 2,5 месяца

    Привет! Меня зовут Максим, я бэкенд-разработчик и тимлид в Clevertec, и сегодня хочу поделиться опытом пилота AI-инструментов в команде финтех-проекта. Спойлер: обошлось без магии, но кое-что действительно работает и экономит время.

    habr.com/ru/companies/cleverte

    #ии #пилот #ai #junie

  26. Испытано на себе: пилот Junie для разработки. Делюсь выводами за 2,5 месяца

    Привет! Меня зовут Максим, я бэкенд-разработчик и тимлид в Clevertec, и сегодня хочу поделиться опытом пилота AI-инструментов в команде финтех-проекта. Спойлер: обошлось без магии, но кое-что действительно работает и экономит время.

    habr.com/ru/companies/cleverte

    #ии #пилот #ai #junie

  27. Испытано на себе: пилот Junie для разработки. Делюсь выводами за 2,5 месяца

    Привет! Меня зовут Максим, я бэкенд-разработчик и тимлид в Clevertec, и сегодня хочу поделиться опытом пилота AI-инструментов в команде финтех-проекта. Спойлер: обошлось без магии, но кое-что действительно работает и экономит время.

    habr.com/ru/companies/cleverte

    #ии #пилот #ai #junie

  28. Испытано на себе: пилот Junie для разработки. Делюсь выводами за 2,5 месяца

    Привет! Меня зовут Максим, я бэкенд-разработчик и тимлид в Clevertec, и сегодня хочу поделиться опытом пилота AI-инструментов в команде финтех-проекта. Спойлер: обошлось без магии, но кое-что действительно работает и экономит время.

    habr.com/ru/companies/cleverte

    #ии #пилот #ai #junie

  29. Every month, I stress about whether I'll have enough quota to last until renewal, or if I'll have to start writing code again soon. 😆 @jetbrains

  30. Every month, I stress about whether I'll have enough quota to last until renewal, or if I'll have to start writing code again soon. 😆 @jetbrains
    #AI #junie #webstorm #jetbrains #programming

  31. Every month, I stress about whether I'll have enough quota to last until renewal, or if I'll have to start writing code again soon. 😆 @jetbrains
    #AI #junie #webstorm #jetbrains #programming

  32. Folks who generate images using AI often throw things like "trending on ArtStation" into their prompts. I wonder if vibe coders will try things like "10K+ stars on GitHub".

    #AI #LLM #GenAI #DALLE #MidJourney #VibeCoding #ClaudeCode #Junie #Cursor #Windsurf

  33. [Перевод] Junie – новый AI-агент от JetBrains. Junior разработчики больше не нужны

    В новом переводе от команды Spring АйО мы расскажем вам о новом продукте от компании JetBrains, который называется Junie. Новый продукт работает по принципу искусственного интеллекта и способен самостоятельно выполняет задачи по написанию кода.

    habr.com/ru/companies/spring_a

    #java #ai #coding_agent #junie #SWEBench_Verified_benchmark #coding_assistant

  34. [Перевод] Junie – новый AI-агент от JetBrains. Junior разработчики больше не нужны

    В новом переводе от команды Spring АйО мы расскажем вам о новом продукте от компании JetBrains, который называется Junie. Новый продукт работает по принципу искусственного интеллекта и способен самостоятельно выполняет задачи по написанию кода.

    habr.com/ru/companies/spring_a

    #java #ai #coding_agent #junie #SWEBench_Verified_benchmark #coding_assistant

  35. [Перевод] Junie – новый AI-агент от JetBrains. Junior разработчики больше не нужны

    В новом переводе от команды Spring АйО мы расскажем вам о новом продукте от компании JetBrains, который называется Junie. Новый продукт работает по принципу искусственного интеллекта и способен самостоятельно выполняет задачи по написанию кода.

    habr.com/ru/companies/spring_a

    #java #ai #coding_agent #junie #SWEBench_Verified_benchmark #coding_assistant

  36. [Перевод] Junie – новый AI-агент от JetBrains. Junior разработчики больше не нужны

    В новом переводе от команды Spring АйО мы расскажем вам о новом продукте от компании JetBrains, который называется Junie. Новый продукт работает по принципу искусственного интеллекта и способен самостоятельно выполняет задачи по написанию кода.

    habr.com/ru/companies/spring_a

    #java #ai #coding_agent #junie #SWEBench_Verified_benchmark #coding_assistant