At East Agile, we've been applying AI-Driven Development (AiDD) to boost productivity. With the new TDD BDD Partner tool* in Skydeck.ai, I recently added a search bar to a bookstore app in just a few minutes. *TDD: Test-Driven Development, where we write tests before code *BDD: Behavior-Driven Development, focusing on user behavior scenarios Here's the process: ? Generated a Gherkin feature file. ? Implemented BDD tests and unit tests. ? Built the logic view for the feature. ? Reran tests and fine-tuned the logic. By automating repetitive tasks, SkyDeck.ai lets us focus on what matters—writing better code and delivering features faster. See the snapshot of the conversation: https://lnkd.in/gh2P5ZS9 See other AiDD Demo video: https://lnkd.in/gNyFv8hD #EastAgile #SkyDeckAI #AIDrivenDevelopment #Indiedev
East Agile
外包与离岸外包业务咨询
San Jose,CA 1,373 位关注者
We help build new technology ventures using AI Driven Development.
关于我们
We help build new technology ventures using AI Driven Development. WHO WE ARE Established in 1997 by a leading data scientist from Morgan Stanley, we now have developed into a successful software development company using AI, statistical analysis, and Agile practices. With an experienced team of engineers, we deliver results quickly, and frequently, with a test driven focus on quality, flexibility, stability and easy maintenance. WHAT WE DO - Offsite System Development: Our web development focus is on the technology stack of modern applications, including Python, Rust, node.js, Golang, Ruby on Rails, Javascript, iOS and Android and the agile eXtreme Programming methodology. We also have deep expertise in enterprise applications and a wide range of specialized technologies such as genAI agents, vector databases, blockchain applications using Mysten's Move. - Onsite and Offsite Analytic Consulting: Insightful business intelligence, machine learning and AI consulting with a special focus on deep learning. WHO WE WORK WITH Our clients include new ventures and also well known brands that include Twitter, Samsung, BBM, Home Depot, Indiegogo, Morgan Stanley, Bank of America, Wells Fargo Bank, eToys, AT&T, ngmoco, Smule, Motista, Blueleaf, inDinero, Palo Alto Networks, Mysten Labs.
- 网站
-
https://eastagile.com
East Agile的外部链接
- 所属行业
- 外包与离岸外包业务咨询
- 规模
- 51-200 人
- 总部
- San Jose,CA
- 类型
- 私人持股
- 创立
- 1997
- 领域
- Python、Big Data、Java、Data Science、Deep Learning、NLP、iOS、Android、Ruby on Rails、RoR、Agile、software development、NodeJS、Javascript、Golang、Vector Database、LLM和genAI
地点
East Agile员工
动态
-
SkyDeck.ai has been featured in the "5 Game-Changing AI Breakthroughs"?in Generative AI Newsletter! Check it out! SkyDeck.ai is an East Agile company. https://lnkd.in/gnWdw9rD
-
?? Just dropped a new tutorial showing how our developer built a book review feature using SkyDeck.ai dev tools. He used SkyDeck AI, Parker, and Prompt Builder to handle: - Star rating system - Frontend-backend connection - Test implementation - Bug fixes - Code linting Pretty cool to see how these tools actually saved him time dealing with the usual dev headaches. If you're curious about practical AI use in development, this might be useful. See the snapshot of his AI conversation: Frontend: https://www.rfr.bz/ld64b5b Backend: https://www.rfr.bz/l571784 Ai-Driven Development Demo Series: https://www.rfr.bz/l6862f0 #WebDev #CodingLife #SkyDeckAI #Indiedev
-
?? We built website in minutes with SkyDeck.ai Watch how our team uses SkyDeck.ai to create websites quickly, generating clean HTML, Django, JavaScript, and CSS code in minutes. What we show: ? Instant AI code generation that fixes UI and adds working features. ? Real-time team coding in shared AI conversations. ? Public code snapshots for easy review Full AiDD Demo: https://www.rfr.bz/lff8bbf Demo Snapshot: https://www.rfr.bz/lf8565c ???? Want to try? Join our coding session: https://www.rfr.bz/l865350 #AiDD #AiDrivenDevelopment #GPT #Softwaredevelopment
-
If you're in the Bay Area this weekend and interested in building your AI venture, join our CEO - Lawrence Sinclair at #GenAISummit 2024! He'll be sharing how we at East Agile have supported businesses in building their AI solutions. ?? Location: Booth B37, B Area, Santa Clara Convention Center ??? November 1 to November 3, 2024 #AIVentures #Aidevelopment
-
East Agile at #GenAISummit 2024 We'll be exhibiting at the World's Largest Generative AI Event. Meet CEO Lawrence Sinclair at Booth B37 to discuss AI venture development. East Agile has been building tech ventures since 2007, with over 150 successful launches including early-stage Twitter, Samsung, and Best Buy. Currently focused on AI ventures like Skydeck.ai, Rememberizer.ai, and ybl.ai. ?? Location: Booth B37, B Area, Santa Clara Convention Center ??? November 1 to November 3, 2024 #GenAISummit2024 #AIVentures #Aidevelopment
-
We've been using AiDD with SkyDeck.ai for months to improve efficiency. Now, we’re introducing smart tools in SkyDeck to help us: - Automatically fetching story descriptions from project management tools - Mentioning code file content in the prompt box - Automatically getting git diffs to apply to local code - Review pull request in seconds Join the conversation and code with us: https://lnkd.in/gE4apr5S #AI #AIDrivenDevelopment #SkyDeck #SoftwareDevelopment #Automation
-
I made my Python code run 100x faster by converting it to Rust! Speed test: Python: 0.78s Python+Rust extension: 0.21-0.37s Pure Rust: 0.0024s (2.4ms!) Rust extension: 2-4x faster Native Rust: 100x faster! Used GPT-4 in Skydeck.ai to translate. No Rust expertise needed! Try it: https://www.rfr.bz/lnnwy75
Rust Program for Approx Counting
share.skydeck.ai
-
We will release an open source Pivotal Tracker exporter. We are also building importers for Jira, Linear, Plane, etc. to help migration to a new project planning system.
Pivotal Tracker is going to shut down on April 30, 2025. https://lnkd.in/gxzEBngi We were one of the first users (pre-release). We contributed to its code. We love it. So this is sad for us at East Agile. We still use Pivotal Tracker?and have 207 projects, 380 collaborators with 53 active users. Now we need to find an alternative. I'm tempted by Linear. But I'm not really looking forward to paying them $7,632/year for years, only to face a similar migration challenge. So this time I'm thinking of an open source self hosted option. Plane.so looks tempting. Are you a Pivotal Tracker user? What will you do?
News regarding your Pivotal Tracker subscription
pivotaltracker.com
-
In creating prompts and processes that are accurate and avoid hallucinations, one key is TDD: Test Driven Development.?You create tests first, the tests should define the outcomes you would expect in a working product. When you start to see your test fail, you need to adapt your code to pass those tests. The alternative is implementing some guess about what will work and maybe catching errors later when you are no longer in the process of developing that feature. TDD is a core part of eXtreme Programming around which East Agile has designed its engineering practices since 2007.