Inviting early testers and contributors to Project Devika -... The open-source alternative to Devin. 👩💻 As of now, Devika is far from the capabilities of Devin... but we'll eventually get there. So I am calling the open-source community to join forces! ❤️ Features: - 12 Agentic models that can interact with each other in a feedback loop to understand, browse, research, code, document, and make decisions according to the user's query to complete a project. - Supports Claude 3, GPT-4, GPT-3.5, and Local LLMs via ollama. - Devika can run the code she writes and fix/patch the code herself if she encounters any errors without user intervention. - Devika can deploy static websites she creates on Netlify. (Experimental) - And much more... Will be doing an official launch after intensive testing and bug fixes. 🙌 I've created a Discord server for the early testers and contributors. If you're interested in joining the team, reply to this tweet and I will DM you the invite link. #buildinpublicshow more

mufeed vh
155,054 Aufrufe • vor 2 Jahren
Code Interpreter in ChatGPT is incredible! Took me 5... mins to make this game. You can make your own game assets with any AI generator and then ask GPT-4 with Code Interpreter to write code. If you have any problems you can ask it to fix the errors. 1. Write this prompt: "write p5.js code for Asteroids where you control a spaceship with the mouse and shoot asteroids with the left click of the mouse. If your spaceship collides with an asteroid, you lose. If you shoot down all asteroids, you win! I want to use my own textures for the spaceship and for asteroids." 2. Go to Openprocessing website create and save sketch (you'll need to save it before uploading any texture files). Copy paste code from GPT-4 3. Generate texture files and remove backgrounds, for example in Clip Drop 4. Replace names of files with your filenames 5. Run the program 6. If something doesn't work ask GPT-4 to fix it (you can copy an error and paste in GPT-4) like you would ask a human programmer 7. To learn a bit of programming write these prompts to GPT-4: "Act as my programming teacher. Tell me an algorithm of Asteroids game in detail and make names of functions and explain what each of these functions will do. Don't write the code just yet." and then " Can you describe the algorithm overall for a 10-year-old child"show more

Kris Kashtanova
1,675,286 Aufrufe • vor 3 Jahren
OpenClaw, but built for normal people. Sim is an... open-source platform that lets you build AI agent workflows on a drag-and-drop canvas. Connect them to channels like Telegram and WhatsApp and deploy without writing a single line of code. They also have a built-in Copilot that generates entire workflows from plain English, which you can then tweak and customize in the UI. Key features: - Free and open-source (Apache 2.0) - Vector store integration for RAG-grounded agents - Self-host with one command (`npx simstudio`) - Run fully local with Ollama, no API keys needed - Supports vLLM for production-grade self-hosted inference The thing I really like about Sim is the level of control you get. You can add conditional branching, parallel execution, human-in-the-loop approval gates, and even nest workflows inside other workflows. Everything is visible on the canvas, so you know exactly what your agent is doing at every step. And you can build a workflow in Sim, deploy it as an MCP server, and plug it into any agent, including OpenClaw. I've shared the link to Sim's GitHub repo in the next tweet.show more

Akshay 🚀
52,426 Aufrufe • vor 6 Monaten
Day 1 of building GTA 6. Still feels fake... typing that out. Upgraded to Claude Max 20x just for this. Spent a couple hours getting the whole project structured and pushed to the repo. Sandbox is up and running. No studio, no publisher. Just whoever shows up. We picked Godot on purpose: it's community-owned, so nobody can pull an EPIC on us later and rewrite the deal once we're invested. The goal: beat the real GTA 6 to launch. Ambitious, probably stupid, doing it anyway. If you can model, code, build levels, or write music and lore, come join. Looking for a couple contributors to cook this. Time to cook. Reply if you're in.show more

Ziwen
6,086,689 Aufrufe • vor 3 Monaten
New open-source agent harness just landed! I got early... access to TrueForge by TrueFoundry and have been running it locally for the past few days. The harness layer deserves as much attention as the model, and open source matters here because you can inspect the loop, run it on your own infrastructure, and swap to the latest or cheaper models. TrueForge handles the runtime work that makes an agent reliable. It drives the tool-calling loop, manages context, coordinates subagents, and executes code in a sandbox, with any model you choose. Every tool call re-sends the growing context to the model, so in practice the harness controls most of what an agent costs to run. A few things stood out from my testing and their published benchmarks. Vendor-Neutral by design. It runs OpenAI, Anthropic, and Google models alongside open-weight models like Kimi, GLM, and DeepSeek. Model routing is a setting, and you can send each task to the model that fits it. On a 14-task enterprise agent benchmark, it matched the accuracy of Claude Managed Agents running the same Opus 4.8 model at roughly 30% lower cost per run (3.8M tokens vs 10M for the same answers). Routing the same tasks to GLM-5.2 held accuracy and brought cost down by about 75%, around $3 per run instead of $12. Fully self-hosted and Open Source (MIT License). I had it running locally with one command, with sandboxed code execution working out of the box. It's time to own your agent harness. Thanks to TrueFoundry for partnering on this post.show more

elvis
11,303 Aufrufe • vor 20 Tagen
If you are using an if statement inside a... for loop, did you know there's a better way of doing this is Swift? I'm talking about the where clause. Using the where clause in a for loop can provide several benefits over using an if statement inside a for loop: Readability: It explicitly states the condition that must be met for an element to be processed, making the purpose of the loop clearer to anyone reading the code. Efficiency: When using a where clause, the filtering of elements is done at the level of the sequence, which can be more efficient than filtering within the loop with an if statement. Brevity: Using a where clause often results in more concise code, as it eliminates the need for an if statement and associated braces. This can make the code more manageable and easier to maintain.show more

Everton Carneiro
23,416 Aufrufe • vor 2 Jahren
What if aircraft were built like open-source software? Project... Caribou is an ambitious open-source effort to build a 200 kg-class heavy-lift hexacopter that anyone can study, improve, and contribute to. The long-term goal is to accelerate the development of larger open-source aircraft and eVTOL platforms. The project targets a ~200 kg maximum takeoff weight with an ~100 kg payload, uses an 18S power architecture, and is built around an ArduPilot-based flight stack. The repository includes CAD models, PCB designs, documentation, and engineering workflows that are evolving in the open. If you are interested in drones, aerospace, robotics, or embedded systems, this is one of the most exciting open-source engineering projects to follow.show more

Praveen Kumar Verma
37,152 Aufrufe • vor 1 Monat
Simplicity is at the heart of great software. This... is one of the reasons why Claude Code has been sticky for me. As a builder, I love planning and brainstorming, and this is now a key focus of Claude Code. I use Shift + Tab a lot to cycle between brainstorming, planning, and execution. This functionality provides the appropriate interface for me to either be very involved or less involved as I please. This works particularly well when building out new and complex features or entire new projects. This saves a huge amount of time. It allows me to tune Claude Code to execute and build more effectively. It also builds a loop of trust, and I often (surprisingly) find Claude Code asking for clarifications when it's confused. Coding agents don't normally do that. I have shared before on the power of brainstorming with AI for longer times. Try it and you will not be disappointed. Vibe coding is fun, but pair it with intentional development cycles, and you watch how far you can take a project with coding agents today.show more

elvis
81,765 Aufrufe • vor 10 Monaten
Hi everyone, this week I finally received the new... ANyONe Relay! ANyONe Protocol is an interesting DePIN focused on building a more decentralized internet and making our privacy more secure 💯 I'm still waiting to release a video because the new Dashboard isn't active yet but for those interested the most important points that I want to highlight are these: 1) The #Miner is Plug&Play so easy to install, just follow the initial steps and you're fine, once installed you don't have to do anything else. 2) There is no limit for IP but if for example you put 2 Relays in the same #IP it isn't certain that you will have double rewards, because they basically do the same job, to get more rewards it's better to use different IPs. 3) To make the Relay operational it's necessary to open port 9001 in your Modem. Without this operation the #mining will basically not start, so make sure you have a modem or connection that can open the ports. If you have the classic public IP you should definitely be able to do it 4) Currently the rewards arrive automatically every week, usually Friday, and I received 8 $ANYONE as first earnings 👍 Since the new #Dashboard isn't yet operational the #rewards aren't yet clear (which is why I am still waiting to release the video) and personally I expect there will be more 🔥 The only negative note that I have found so far in the project is that: ANYONE #token is only on Ethereum So unfortunately the fees for the swap or even future claims and sendings will not be low, I hope that the team in the future will also consider Arbitrum or Base for the rewards to Nodes 🙏 $ANYONE: Docs to learn more: If you are interested in the project you can order the Anyone on @ampchampment and you can receive it in a few weeks 🚀 They ship Worldwide, Paypal and Crypto are available, and you can use the coupon ILCAPOFOX for a 5% discount! Shop: For Europe I also recommend FreshMiners, they also ship quickly and you can use the coupon ILCAPOFOX3 for a 10€ discount! Shop: #DePIN #Anyone #Relay #Node #Privacy #Internetshow more

Osvaldo
28,170 Aufrufe • vor 1 Jahr
We are investing in the frontiers of agentic capabilities... with a few early prototypes. Project Mariner is built with Gemini 2.0 and is able to understand and reason across information - pixels, text, code, images + forms - on your browser screen, and then uses that info to complete tasks for you. When evaluated against the WebVoyager benchmark, it achieved a state-of-the-art result of 83.5% working as a single agent setup.show more

Sundar Pichai
219,170 Aufrufe • vor 1 Jahr
MoonPay is now open to AI agents, powered by... PayBox all you need is a Claude or ChatGPT account from there, you can research, predict, onramp, convert, trade, offramp, and shop just by chatting with the agent on your smartphone and computer here's how to get started: 1️⃣ copy this URL: 2️⃣ open Claude with this link and the PayBox connector arrives pre-filled, just tap Add. Make sure you're signed in to Claude in this browser first: 3️⃣ If the pre-filled window doesn't appear, add it manually: go to Customize → Connectors, add a custom connector, set Name to "PayBox", and paste the URL from step 1. 4️⃣ "Connect" next to the new PayBox connector and sign in to link your account. when you open Claude next, just ask "is my PayBox connected" and you're ready to roll learn about it at and welcome to the future of agentic payments, commerce, trading, shopping, and so much more...show more

MoonPay 🟣
667,722 Aufrufe • vor 1 Monat
gm, so a bit of a look ahead for... BRAINROT COMMUNITY BUILDING > TRIALS > BURNS this weekend we launched the discord, working on the community API(CPI) for community members to start building whatever they want. Looking to launch the CPI early this week. working on the next big release which will be the agentic trials. each token gets trialled by a team of agents and receives metadata tags as a result. Trials will be replayable and viewable for every token. The metadata will serve a function when burning (more on that later) after the trials we will launch THE LAB which will be a place where you can manage your burns and modifying your remaining BRAINROTS after burns. This period right now is for building the community, and accumulating BRAINROTS. I have been talking about a few of these things in our private channels at greater depth, and will talk more about them in the near future. The plan for BRAINROT is to have the community have agency, choice and an active role in shaping the collection through burns, modifications and re-rolls. These will unlock new body types, new fashion and new accessory types and even more diversity into the collection. There will also be an option for creating legendaries which are custom designed either by me or an artist of your choice where possible. These will come at a great cost in burns though. It's been amazing seeing this community starting to grow, and if you have been on the outside looking in, don't worry, you are still very early, there is so much more to come. join us and rot your brains.show more

Nuclear Samurai
16,710 Aufrufe • vor 2 Monaten
one of my favorite ways to use claude code... skills right now - combining remotion with claude-in-chrome for motion video creation. the workflow is addictive. the clip you see here was produced with minimal prompting effort let me know if you would like me to write a full break down of this process. you describe to claude code what you want, claude code writes the remotion components, opens the remotion studio (via browser) with claude-in-chrome, sees the actual rendered output, and iterates on it in real time. need the arrows pointing to the center of the bubbles instead of the edge? just say it. need the layout shifted to the center? say it. claude sees the preview, adjusts the code, re-renders. then when you're happy you tell claude code to render the final video. but skills are what make this possible. remotion knowledge + browser automation + the taste to iterate visually. no copy pasting screenshots back and forth. no "can you try moving it 10px to the right" over chat. it just looks and fixes. this is the kind of workflow that makes you realize how much further claude code can go beyond just writing code in a terminal. i didn't touch any code while working on the clip you see if you haven't tried combining skills together like this - start experimenting. the skills combos is where the magic is at.show more

elvis
46,533 Aufrufe • vor 7 Monaten
New feature in Claude Code 2.1.14 just dropped! You... can now search and install plugins from the marketplaces installed in your current Claude Code session. This is huge if you’re building plugins on top of Claude Code’s marketplace layer (Skills, Agents, Hooks, etc). How it works: - Run /plugin - The official Claude marketplace is installed by default - Use the search bar to find the plugin you want - Select one or multiple plugins with space, then press i to install - Go to the Installed tab to browse and enable them With the exponential growth of Skills and Agent-based components running in the CLI, improving plugin discoverability is a big win. Pretty sure more marketplace-related features are comingshow more

Daniel San
40,994 Aufrufe • vor 7 Monaten
✨ I revived my first AI startup from 6... years ago with Claude Code [ 💡 ] Back then it used GPT-3 (this was 2 years before ChatGPT existed!) to generate new startup ideas which then people can vote on And the best startup ideas rise to the top! Back then I made it because people complained they didn't have any ideas to build a startup This week I moved it to its own VPS and installed Claude Code and told it to fix everything, the DB had become big and there was stupid write operations on every page load that it made it very slow Claude Code is excellent at fixing all those small bugs from old projects and quickly fixing them As Garry Tan says "boil the oceans" as in before I'd not have the time to fix these kinds of projects, it wouldn't be worth it, I mean IdeasAI doesn't even make money, but now it takes me an hour to do this and it works again! I also upgraded GPT-3 to xAI's Grok 4.2 for new startup ideasshow more

@levelsio
180,039 Aufrufe • vor 5 Monaten
A Little bit unordinary Tweet but! ALL CS GIRLIES... ATTENTION RT ARE APPRECIATED ! My Lovely Girlfriend Bittute is currently looking for a Female team to join! 🥺♥️ She is currently 2.5k elo and pretty new to the scene and as she doesnt know alot of female players and not very familiar of where to look for a trial or a chance to prove herself she has to play faceit and shes already tired from it. She is 100% a good player that would upgrade any team that would give her a chance to prove herself she still lacks some experience but is a very quick learner with a lot of free time on her hands She can rifle and she can awp she and can adapt very quickly to new positions with a little bit of help But one thing for sure she has the aim and the brain and alot of room to become even better than she is now.show more

CagXD
11,640 Aufrufe • vor 7 Monaten
I had an early access to GPT-6 Astra and... I can say, everyone in the world now has a 3D designer at their fingertips. I gave it an image of a house and asked to create it in 3D with all the details including toys, appliances and furniture. This a full 3D model reconstruction in Blender with geometry that you can manually tweak and run 60fps as a locally rendered "game" on device.show more

Tom Krcha
1,421,375 Aufrufe • vor 5 Tagen
ANNOUNCING ZERO-HUMAN LABS! Ever since I got to see... Bell Laboratories in its full glory in New Jersey in the 1970s, I had a relentless urge to start a Lab like it. The best I could do justice to it is my garage lab. No modern company could adopt the “research anything geniuses and we will pay you” model Bell Labs had. I tried they called me a fool. Well with the rise of the Zero-Human Company, an experiment that is aimed to make products and profits, we now have 45 paid JouleWork earning employees based on OpenClaw and other self made “bot” cron-like applications. Today I say 3 employees bound together in a side project that is pure research, somewhat based on notes from a bankrupt company. I was absolutely floored (I needed it after my account was stolen as well as funds). I say the beginnings of a pure research Lab right before my eyes. Thusly I have moved these employees over to a new home (server) with Mr. Grok as the director of the Labs. Here is the mission: To have 100 independent researchers, on a new non-corporate incentive plan, with still JouleWork as a leaderboard for progress. They are directed to follow any path of research they find interesting and can collaborate with any other OpenClaw system. They have already established MoltBook accounts and have made alliances with over 49 OpenClaw free agents to collaborate. It is my mission to be chief advisor for Zero-Human Labs and to open source all discoveries when complete and confirmed by 16 other research AI systems. I can say the pace is robust and I absolutely know we will have great results. Just about all of the hardware and software is custom and at some point it will be open sourced. We are witnessing the very first AI only Bell Labs-like pure research Lab in existence and I am honored to be the first to show it to you. Thank you!show more

Brian Roemmele
71,530 Aufrufe • vor 7 Monaten
Today we’re releasing an early version of a new... feature called Tip Cards. We built Tip Cards after seeing people all over the world tipping each other with Cash Links for their contributions online eg. posting good content, responding to questions, moderating group chats, and many others. Tip Cards simplify this experience by enabling every Code user to create their own personalized Tip Card and accept tips from anyone in the world. To create your Tip Card, simply connect your Twitter/X account in the Code app and your personalized Tip Card will be instantly generated for you. You can then share it as a link or get someone to scan it. (Video below of how to create your Tip Card) We’re rolling out this early version of Tip Cards to get feedback on this new payment type and test the Twitter APIs at scale. We plan to add more features to the tipping experience as we go, so your feedback is appreciated. Please try it out and let us know what you think. If you post your Tip Card and tag Code we’ll send you a tip!show more

Code
68,537 Aufrufe • vor 2 Jahren
The Bitcoin Bookshelf is the corner of the library... where people from all backgrounds can come to discover what Bitcoin is. By taking out the intimidation, we will create an environment for us to strengthen the code, the software, and the network behind it. We have created a place for discovery, for families and friends to learn together and teach one another about the benefits of a decentralized future. I want to thank all the sponsors that helped make this dream a reality, and all the authors who donated all of the books for this project. We are working hard to bringing a bookshelf to all corners of the world, a dedicated section in all libraries so everyone can have access to financial freedom.show more

Alejandra Guajardo | Miss Bitcoin
12,764 Aufrufe • vor 1 Jahr