frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Astro Removed Its Llms.txt

https://dacharycarey.com/2026/05/04/astro-removed-llms-txt/
1•taubek•47s ago•0 comments

Karabiner-Elements 16.0.0

https://karabiner-elements.pqrs.org/docs/releasenotes/
1•pretext•1m ago•0 comments

Removable batteries in smartphones will be mandatory in the EU starting in 2027

https://www.ecopv-eu.com/en/blog-en/replaceable-smartphone-batteries-2027-eu-regulation/
1•rdeboo•3m ago•0 comments

ConsentFix v3 attacks target Azure with automated OAuth abuse

https://www.bleepingcomputer.com/news/security/consentfix-v3-attacks-target-azure-with-automated-...
1•Brajeshwar•5m ago•0 comments

Show HN: SharkAuth – Auth server for AI agent delegation

https://github.com/shark-auth/shark
1•raulgooo•6m ago•0 comments

Building a new enterprise AI services company with Blackstone, H&F, and Goldman

https://www.anthropic.com/news/enterprise-ai-services-company
1•yla92•8m ago•0 comments

You Were Tricked: An 8000 Word Response to Lars Lofgren's Viral Codesmith Piece

https://michaelnovati.substack.com/p/a-response-to-lars-lofgrens-codesmith
1•michaelnovati•10m ago•1 comments

29th August 2026: A Scenario

https://martinalderson.com/posts/august-29-2026-a-scenario/
1•martinald•11m ago•0 comments

Automatically switch Android's dark mode using ambient light sensor

https://www.howtogeek.com/i-ditched-sunrisesunset-dark-mode-for-this-android-app-it-uses-your-lig...
1•politelemon•11m ago•0 comments

Show HN: KIP Pattern – A React architecture pattern for true encapsulation

https://github.com/Miladxsar23/kip-pattern
1•milad_shirian•12m ago•0 comments

Send Large Files Online – Free, Secure and Unlimited

https://fromsmash.com/
1•janandonly•14m ago•0 comments

How HN: BibCrit – LLM analysis grounded in real manuscript corpus data

https://bibcrit.app/
1•jossifresben•18m ago•1 comments

More than half of pilots have fallen asleep while in charge of a plane (2013)

https://www.bbc.com/news/uk-24296544
2•johnbarron•20m ago•1 comments

Flipper: Beautiful, performant feature flags for Ruby

https://github.com/flippercloud/flipper
1•thunderbong•21m ago•0 comments

Analyzing the Patterns of Numbers in 10M Passwords (2015)

https://minimaxir.com/2015/02/password-numbers/
1•downbad_•24m ago•1 comments

Show HN: Looq, the capabilities macOS Quick Look should have shipped with

https://parcse.com/looq
3•parcse•24m ago•0 comments

Show HN: Capsule Bash – Sandboxed Bash for Agents

https://github.com/capsulerun/bash
1•mavdol04•24m ago•2 comments

Pomiferous: The most extensive apples (pommes) database

https://pomiferous.com/
1•Ariarule•26m ago•0 comments

How citations ruined science

https://davidoks.blog/p/how-citations-ruined-science
1•jprs•28m ago•0 comments

Are closed social networks inevitable? (2010)

https://danluu.com/open-social-networks/
2•downbad_•29m ago•1 comments

Knowledge Infra for Agents and Humans

https://dosu.dev
1•devstein•29m ago•0 comments

LandingRank – community-ranked landing page directory with daily Elo battles

https://landingrank.com
1•_FakeBanana_•29m ago•0 comments

Systems Are Visual – This Is a Better Way to Write Them

https://toolkit.whysonil.dev/lab-notebook/
3•otterwilde2•32m ago•0 comments

Vitexec – allow agents to test Vite apps through injected code

https://www.youtube.com/watch?v=yhIOSjp6pqs
1•BelaBohlender•32m ago•0 comments

They Left Receipts: Inside Charming Kitten's Crypto Procurement Network

https://caudena.com/charming-kitten-crypto-procurement-network/
2•caudena•34m ago•0 comments

8 in 10 Chatbots Inclined to Assist Users in Planning Attacks

https://www.statista.com/chart/36156/instances-where-chatbots-assisted-users-plan-a-violent-attack/
2•laurex•34m ago•0 comments

AI evals are becoming the new compute bottleneck

https://huggingface.co/blog/evaleval/eval-costs-bottleneck
4•gmays•36m ago•0 comments

Tera – System for structuring and testing complex ideas

https://github.com/Yggdrasilcsui/TERA/discussions/1�
2•Yggdrasilcsui•39m ago•0 comments

Ask HN: What's your favorite tech talk?

1•downbad_•40m ago•4 comments

Are you just an .md file?

https://deathbyclawd.com
1•laurex•40m ago•1 comments