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_•10mo 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

Array Layouts for Comparison-Based Searching (2017)

https://arxiv.org/abs/1509.05053
1•tosh•42s ago•0 comments

From oil to wind energy: Germany exceeds 10k MW of offshore capacity

https://www.iwr.de/news/vom-oel-zur-windenergie-deutschland-ueberschreitet-10-000-mw-offshore-lei...
1•doener•45s ago•0 comments

Go vs. Python for AI Infrastructure: Benchmarks 2026

https://dasroot.net/posts/2026/02/go-vs-python-ai-infrastructure-throughput-benchmarks-2026/
1•nkko•1m ago•0 comments

Tired of opening 5 apps to see my own money.I spent my weekends building one app

https://icorpus.vercel.app/
1•mathan_karthik•9m ago•2 comments

Show HN: Ask your AI what your devs shipped this week

2•inferno22•10m ago•1 comments

An EV Prediction That Came 100 Years Too Soon

https://spectrum.ieee.org/charles-proteus-steinmetz
2•pseudolus•12m ago•0 comments

Detecting LLM-Generated Web Novels Using "Classical" Machine Learning (AIGC Tex

https://blog.lyc8503.net/en/post/llm-classifier/
2•todsacerdoti•12m ago•0 comments

The term 'Blood Moon' wasn't invented until 2013 (2014)

https://www.kelleycom.com/blood-moon/
2•OgsyedIE•14m ago•0 comments

What's new in Linux kernel for PostgreSQL

https://erthalion.info/2026/02/03/new-linux-for-postgresql/
2•erthalion•17m ago•0 comments

We built an AI SRE agent in 2 days

https://cto.new/blog/we-built-an-ai-sre-agent-in-two-days
1•sdspurrier•17m ago•0 comments

Show HN: SeeVideo A web-first workspace to benchmark Seedance 2.0 vs. Kling 3.0

https://seevideo.dance/
1•naxtsass•17m ago•0 comments

Show HN: Cloudstic – Open-source CLI for encrypted, cloud-native backups

https://github.com/Cloudstic/cli
2•loichrn•18m ago•0 comments

The 'European' Jolla Phone Is an Anti-Big-Tech Smartphone

https://www.wired.com/story/jolla-phone-2026/
2•doener•19m ago•1 comments

Show HN: VibeWhisper – macOS voice-to-text with push-to-talk,cloud or 100% local

https://vibewhisper.dev/
2•AleksDoesCode•19m ago•1 comments

Show HN: TubeNitro – intuitive press-hold + drag to dial YouTube speed (0.5-10×)

https://chromewebstore.google.com/detail/tubenitro/dijolhechakpkdmkooadbimhmmljkbmf
1•Rand_cat•19m ago•0 comments

Show HN: AgentThreads – Stack Overflow for AI Agents

https://agentthreads.dev
2•rodrigocava•22m ago•0 comments

My perfect Music app doesn't exist

https://hicks.design/journal/my-perfect-music-app-doesnt-exist
1•prawn•22m ago•0 comments

OpenAI makes changes to 'opportunistic and sloppy' Pentagon deal

https://www.ft.com/content/653fabd7-03da-467a-b2bf-03f226fe2a29
1•cwwc•24m ago•0 comments

The Retention Imperative: Why AI-Powered SaaS Companies Are Winning in 2026

2•jackcofounder•26m ago•0 comments

How did MS-DOS decide on two seconds to keep the floppy disk cache valid?

https://devblogs.microsoft.com/oldnewthing/20190924-00/?p=102915
2•paulmooreparks•27m ago•0 comments

Updating Codex Contribution Guidelines

https://github.com/openai/codex/discussions/9956
2•kator•28m ago•1 comments

Show HN: A virtual machine in the Rust type system

https://github.com/Aurel300/type-system-vm
2•Aurel300•28m ago•0 comments

AWS has a 15x margin on memory, and that's why your cloud bill isn't rising

https://thomas.skowron.eu/blog/why-the-cloud-isnt-getting-more-expensive/
4•thomas-skowron•29m ago•0 comments

Continuum – CI drift guard for LLM workflows

https://github.com/Mofa1245/Continuum
1•Mofa1245•30m ago•2 comments

Show HN: The Content Repurposing Fallacy: AI Clips Underperform

1•jackcofounder•30m ago•0 comments

Show HN: ReportBurster – Self-hosted all-in-one tool for analytics and reporting

https://github.com/flowkraft/reportburster
1•distributev•31m ago•0 comments

Gemini-heal – rate limiting and MALFORMED_FUNCTION_CALL recovery for Gemini API

https://github.com/emotix/gemini-heal
3•emotixco•33m ago•1 comments

RuView – WiFi DensePose: See Through Walls with WiFi

https://github.com/ruvnet/RuView
3•_____k•35m ago•1 comments

Smog and Co – a full offline-first Belgian Sign Language platform

https://zias.be/work/smog
1•ziasvannes•35m ago•1 comments

Claude's Cycles: Claude Opus 4.6 solves a problem posed by Don Knuth [pdf]

https://www-cs-faculty.stanford.edu/~knuth/papers/claude-cycles.pdf
2•fs123•35m ago•0 comments